-
Hi,
The [readme seems to suggest that the `celery_tasks_total` is a gauge](https://github.com/OvalMoney/celery-exporter/blame/master/README.md#L85) but it's implemented as a [Counter](https://githu…
-
When celery is stopped gracefully, the in-flight request to SQS is not completed. If SQS returns messages for this request it considers them delivered, but Celery doesn't do anything with them (even i…
-
Spin up a scheduled task server
- pulls data daily
- save data to csv / jsonline buckitized
- build docker image for it
[similar to update data in a public google sheet like this](https://docs.g…
-
I'm new to Celery, so do correct me if I'm missing the obvious!
When Ctrl+Cing (or sending SIGTERM) to the Celery process, Im getting WorkerLostErrors a lot of (but not all) the time:
```
[2016-1…
-
## 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).
```
software…
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
2.3.1
### Steps to Reproduce
Create a new Celery task with a crontab schedule of "0 0 * * saturday". The monitor for the t…
gaprl updated
4 months ago
-
# Checklist
- [x] I have verified that the issue exists against the `main` branch of Celery.
- [ ] This has already been asked to the [discussions forum](https://github.com/celery/celery/discuss…
-
I'm running the flower app with `persistent` and `db` options to save the task statues to the file `flower.db`. When i try to open this shelve file and print the keys present in it, i only get one key…
-
Chords are not working with exchanges of type `headers` because the method [fallback_chord_unlock](https://github.com/celery/celery/blob/master/celery/backends/base.py#L596) doesn't forward headers to…
-
this can happen if we stop the server while a batch is running