-
We have a setup with different workers and tasks being executed in different workers. The queues for the tasks are defined in their signatures:
```
@cel.task(bind=True, acks_late=True, queue='queue-…
-
-
**Bug Report**
mypy identifies false positive `X | Y` errors on not existing lines if `pydantic.mypy` plugin is enabled.
Note that I cannot find any instance of `X | Y` in the whole repository.
…
-
# Checklist
* [ ] I have verified that the issue exists against the `master` branch of Celery.
* [ ] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum…
-
### Dagster version
1.7.6
### What's the issue?
Using `CeleryK8sRunLauncher` as run launcher and `celery_executor`, I am getting this error on k8s cluster:
```bash
dagster._core.errors.Dags…
XBeg9 updated
3 months ago
-
Hi guys!
Does sendgrid-django works well with Celery?
```
celery==4.0.2
sendgrid==3.6.3
sendgrid-django==4.0.4
```
```python
# -*- coding: utf-8
import smtplib
from email.mime.text i…
-
### Summary:
This is a duplicate of #383 with an extended scope. The issues was closed with inactivity without resolution.
If the beat is stopped or a cron scheduled task is disabled, when the a…
mitom updated
3 months ago
-
Observing the celery logs, the repeating tasks for JWT refresh and Algolia synchronization are never called.
-
-
The flask documentation and repository examples provide some helpful information about using Celery with Flask, however, there are some core elements of the usage pattern that are not explicitly outli…