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

Queue metrics #107

Open
alanhamlett opened this issue Apr 23, 2018 · 0 comments
Open

Queue metrics #107

alanhamlett opened this issue Apr 23, 2018 · 0 comments

Comments

@alanhamlett
Copy link
Contributor

alanhamlett commented Apr 23, 2018

For basic monitoring, it would be nice to have helper methods for:

  • list of queue names with tasks in last X time
  • sums of queued, active, scheduled, and error totals per queue

Task.tasks_from_queue has a limit of 1000 and does unnecessary work since it returns a list of tasks.

Is there a way to collect metrics about the total number of tasks per redis queue/sortedset another way independent of tasktiger?

Related to #20.

@alanhamlett alanhamlett changed the title Queue metric utilities Queue metrics Apr 23, 2018
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

1 participant