File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,6 @@ async function registerAndBackfillItems(details: {
209
209
const {
210
210
ctx,
211
211
pgPool,
212
- events,
213
212
cron,
214
213
workerSchema,
215
214
preparedStatements,
Original file line number Diff line number Diff line change @@ -266,7 +266,6 @@ export function runTaskListInternal(
266
266
) : WorkerPool {
267
267
const ctx = compiledSharedOptions ;
268
268
const {
269
- events,
270
269
logger,
271
270
resolvedPreset : {
272
271
worker : { minResetLockedInterval, maxResetLockedInterval } ,
@@ -594,7 +593,7 @@ export function _runTaskList(
594
593
} = options ;
595
594
596
595
let autostart = rawAutostart ;
597
- const { logger, events , middleware } = compiledSharedOptions ;
596
+ const { logger, middleware } = compiledSharedOptions ;
598
597
599
598
if ( ENABLE_DANGEROUS_LOGS ) {
600
599
logger . debug (
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ export function makeNewWorker(
50
50
failJob,
51
51
} = params ;
52
52
const {
53
- events,
54
53
resolvedPreset : {
55
54
worker : { pollInterval } ,
56
55
} ,
You can’t perform that action at this time.
0 commit comments