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: {
209209 const {
210210 ctx,
211211 pgPool,
212- events,
213212 cron,
214213 workerSchema,
215214 preparedStatements,
Original file line number Diff line number Diff line change @@ -266,7 +266,6 @@ export function runTaskListInternal(
266266) : WorkerPool {
267267 const ctx = compiledSharedOptions ;
268268 const {
269- events,
270269 logger,
271270 resolvedPreset : {
272271 worker : { minResetLockedInterval, maxResetLockedInterval } ,
@@ -594,7 +593,7 @@ export function _runTaskList(
594593 } = options ;
595594
596595 let autostart = rawAutostart ;
597- const { logger, events , middleware } = compiledSharedOptions ;
596+ const { logger, middleware } = compiledSharedOptions ;
598597
599598 if ( ENABLE_DANGEROUS_LOGS ) {
600599 logger . debug (
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ export function makeNewWorker(
5050 failJob,
5151 } = params ;
5252 const {
53- events,
5453 resolvedPreset : {
5554 worker : { pollInterval } ,
5655 } ,
You can’t perform that action at this time.
0 commit comments