-
- [ ] create an object to connect into RabbitMQ
- [ ] create celery task when new user created
-
**Describe the bug**
After an upgrade from 2023 SCIM stops reporting an errors in a readable way, now it is a giant stacktrace.
**To Reproduce**
1. Run SCIM provider sync.
**Expected behavio…
-
## User Story - Business Need
- [ ] Ticket is understood, and QA has been contacted (if the ticket has a QA label).
We currently have APM implemented for our API service, but not for our Celery …
-
I'm encountering an error when trying to use Celery with Redis in my Python project. Despite having installed both Celery and Redis, I'm getting the following error:
```
class PrefixedStrictRe…
-
# 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 seeing two issues with `celery_tasks_by_name`.
1. It goes against the [naming recommendation](https://prometheus.io/docs/practices/naming/#labels):
> Do not put the label names in the metric n…
-
I have a celery task that has to run every 1 min. But I am facing a situation where the celery beat task did not trigger for 6 mins and suddenly triggered multiple times.
* Celery Version: 5.2.3
*…
-
# Checklist
* [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+)
for similar or identical fea…
-
Is there anything on the roadmap for a scatter/gather feature? I have tasks that currently use the chord feature of Celery which is where you spin up a bunch of tasks and get a callback with the resul…
-
I have developed a framework using Python Flask. Using the flask framework, I have intergrated Celery for I/O bound tasks. I'm using redis as broker and also for storing result backend. Here is my cel…