We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d387d6 commit 0c20756Copy full SHA for 0c20756
apps/webapp/app/services/worker.server.ts
@@ -137,9 +137,6 @@ function getWorkerQueue() {
137
ttl: 7 * 24 * 60 * 60 * 1000, // 7 days
138
maxCount: 1000,
139
},
140
- reporter: async (event, properties) => {
141
- logger.info("workerQueue report", { event, properties });
142
- },
143
runnerOptions: {
144
connectionString: env.DATABASE_URL,
145
concurrency: env.WORKER_CONCURRENCY,
0 commit comments