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

Full list of events? #252

Closed
main-kun opened this issue Aug 11, 2020 · 2 comments
Closed

Full list of events? #252

main-kun opened this issue Aug 11, 2020 · 2 comments

Comments

@main-kun
Copy link

Readme in gitbook points to the guide and api reference, but neither have a comprehensive list of listenable events. In the code i found this list for queues:

"active"
"wait"
"waiting"
"paused,
"resumed"
"id"
"delayed",
"priority"
"stalled-check"
"completed"
"failed"
"stalled"
"repeat"
"limiter"
"drained"
"progress"
"meta"
"events"
"delay"

And in workers i see those events emitted:

"paused"
"resumed"
"closing"
"closed"
"drained"
"failed"
"completed"

Is this a full list? I'd love to do a PR that would add this to the api reference. But i'm not sure when some of the new events are fired:

  • wait vs waiting, delayed vs delay
  • delayed, priority, repeat when corresponding job types are added?
  • limiter
  • meta
  • events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants