We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For basic monitoring, it would be nice to have helper methods for:
Task.tasks_from_queue has a limit of 1000 and does unnecessary work since it returns a list of tasks.
Task.tasks_from_queue
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For basic monitoring, it would be nice to have helper methods for:
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.
The text was updated successfully, but these errors were encountered: