Skip to content

Commit

Permalink
enqueueIn/At return booleans (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored Dec 23, 2024
1 parent f831aa7 commit 3c42fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ export class Queue extends EventEmitter {
throw res[0];
}
});

return true;
}
/**
* - In ms, the number of ms to delay before this job is able to start being worked on.
Expand Down

0 comments on commit 3c42fec

Please sign in to comment.