Skip to content

Commit 0c20756

Browse files
committed
Remove reporter because of graphile/worker#349
1 parent 3d387d6 commit 0c20756

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/webapp/app/services/worker.server.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ function getWorkerQueue() {
137137
ttl: 7 * 24 * 60 * 60 * 1000, // 7 days
138138
maxCount: 1000,
139139
},
140-
reporter: async (event, properties) => {
141-
logger.info("workerQueue report", { event, properties });
142-
},
143140
runnerOptions: {
144141
connectionString: env.DATABASE_URL,
145142
concurrency: env.WORKER_CONCURRENCY,

0 commit comments

Comments
 (0)