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
Is this intended?. For testing I'm using time_limit=3 on the task, which returns the following on a long running task:
time_limit=3
Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/billiard/pool.py", line 684, in on_hard_timeout raise TimeLimitExceeded(job._timeout) billiard.exceptions.TimeLimitExceeded: TimeLimitExceeded(3,)
And the task is marked as a failure in Flower, but not getting a notification in Slack from celery-slack.
Using 0.3.0.
0.3.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this intended?. For testing I'm using
time_limit=3
on the task, which returns the following on a long running task:And the task is marked as a failure in Flower, but not getting a notification in Slack from celery-slack.
Using
0.3.0
.The text was updated successfully, but these errors were encountered: