-
## Checklist
* [x] I have included the output of ``celery -A proj report`` in the issue.
```
# celery -A celerytest report
software -> celery:4.2.1 (windowlicker) kombu:4.2.1 py:3.6.6
bi…
-
I have a periodic task set with a crontab of `0 14 4 * *` (Every Thursday at 2 PM) and `TIMEZONE` for Django set to `America/Los_Angeles`. Upon the recent change in time, it now triggers at 3 PM Los A…
-
Hi. I came across this project because I am looking for a solution that will allow to run an execution pool (workers) that can process tasks from any AWS SQS queues with little effort. I mean queues t…
-
# Checklist
- [x] I have checked the [issues list](https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22)
for …
-
Starting in python 3.9.0, using a ProcessPoolExecutor has a good chance of deadlocking on a terra task. It's almost always happens with 10 workers, and is practically guaranteed with 16 workers.
I'…
-
**Is your feature request related to a problem? Please describe.**
I'd like to have `autosummary` be able to recognize `autodoc` documenters other than the built-in ones. E.g. `celery` tasks. Celer…
-
**Is your feature request related to a problem? Please describe.**
Hi, one of our customers is asking if we have plans to integrate with Celery the Distributed Task Queue.
Currently celery provides a…
-
Hello,
I have a Django project using raven 5.27.1 and I setting the the `ignore_exception` like so:
``` python
RAVEN_CONFIG = {
...
'ignore_exceptions': [myproject.base.exceptions.BackOffExc…
-
When exporting signups or learning circles the server times out. To prevent this, the export should be handled by an async celery task with the result being passed back to the user. Passing back the r…
-
A function exists to compare files between S3 and the app database, and remove unused files from S3, however this is not scheduled to run regularly.