-
## Checklist
* [ x] I have included the output of ``celery -A proj report`` in the issue.
(if you are not able to do this, then at least specify the Celery
version affected).
* [ x] I hav…
-
# Brief Summary
When a task with acks_late to true is not ack (because of celery restart for example), the task is pushed at the end of the queue without the possibility to modify the parameters like…
-
Hello,
I opened an issue on celery repo (https://github.com/celery/celery/issues/6617)
The _last_run_at_ is saved in UTC in mongo but each time celery pick the task, it schedule it in UTC while …
-
Sentry Issue: [PCKT-002-PACKIT-SERVICE-7NF](https://red-hat-it.sentry.io/issues/5282182228/?referrer=github_integration)
```
WorkerLostError:
"""
Traceback (most recent call last):
File "/us…
-
_Installation from source_ is my method. Whenever I upload a file (.txt, .csv, .json), the loading icon is stuck in a loop. I have been able to identified the issue when I compared "doccano task" (l…
-
I barely know what this is, but it seems useful: https://prometheus.io/
-
Python client works fine:
```
>>> from tasks import add
>>> result = add.delay(4, 6)
>>> result.get(timeout=1)
10
```
But I receive the following error on celery-php client
```
PHP Fatal er…
-
https://github.com/sbdchd/celery-types/blob/e1750be8b706ff2bc3f7471d0ed0e5f53272af7d/typings/celery/app/__init__.pyi#L13
The args in this function declaration helped me catch an issue. I was using:…
-
### Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
### Steps to Reproduce
1. Deploy self hosted sentry using an external redis with SSL enabled
2. Set a BROKER_URL with t…
-
It would be great if it has pre-defined some transitions:
1. InProgressTransition - has celery side-effects and callbacks as functions
2. PostTransition - has only callbacks as celery tasks
3. C…