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

No failure notifications for timeout task #40

Open
DJM0 opened this issue Sep 23, 2022 · 0 comments
Open

No failure notifications for timeout task #40

DJM0 opened this issue Sep 23, 2022 · 0 comments

Comments

@DJM0
Copy link

DJM0 commented Sep 23, 2022

Is this intended?. For testing I'm using time_limit=3 on the task, which returns the following on a long running task:

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.

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