Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Bull Queue #1

Open
mfix22 opened this issue Dec 10, 2018 · 1 comment
Open

Migrate to Bull Queue #1

mfix22 opened this issue Dec 10, 2018 · 1 comment
Labels
future For the future . . .

Comments

@mfix22
Copy link
Collaborator

mfix22 commented Dec 10, 2018

No one start on this. Just wanted to suss it out as a more bullet proof option than Bee Queue (potentially)

@mfix22 mfix22 added the future For the future . . . label Dec 20, 2018
@mfix22
Copy link
Collaborator Author

mfix22 commented Dec 21, 2018

  • Move removeOnSuccess: true -> removeOnComplete to job
  • Move removeOnFailure: true -> removeOnFail in job
  • setId(ID) -> { jobId: ID }
  • delayUntil(Date.now() + time) -> { delay: time }
  • retries(attempts) -> { attempts }
  • backoff('fixed', RETRY_PERIOD) -> { backoff: { type: 'fixed', delay: RETRY_PERIOD } }

Potentially add priority to jobs (if we want to support this for different paid plans)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future For the future . . .
Projects
None yet
Development

No branches or pull requests

1 participant