diff --git a/apps/web/src/instrumentation.ts b/apps/web/src/instrumentation.ts index 64ed9f7..c9d2219 100644 --- a/apps/web/src/instrumentation.ts +++ b/apps/web/src/instrumentation.ts @@ -7,6 +7,6 @@ export async function register() { await registerWorkers(); - console.log('pgboss workers registered'); + console.log('bullmq workers registered'); } }