-
### Summary: I have created a Periodic task like this.
PeriodicTask.objects.create(name = 'taskname', interval = interval, task = 'taskName', args = json.dumps([data1,data2])
It should ca…
-
celery: 3.1.23
redis: 3.0.7
celery config:
```
CELERY_REDIS_BROKER = "redis://localhost:6379/"
CELERY_REDIS_BACKEND = "redis://localhost:6379/"
CELERY_TASK_SERIALIZER = "json"
CELERY_RESULT_SERIALIZ…
-
### Summary:
Include a *brief* descrioption of the problem here, and fill out the version info below.
* Celery Version: 5.2.0
* Celery-Beat Version: 2.2.1
### Detailed information
celer…
-
### Discussed in https://github.com/celery/celery/discussions/8154
Originally posted by **maccinza** March 23, 2023
Hello!
I have been experiencing an issue when I try to use celery with ge…
-
I would like to daemonize launch of celery beat. I am using systemd.
[Periodic Tasks page](https://github.com/celery/celery/blob/fcec01f6e041a70e5ddd061beba5fccb32d74e24/docs/userguide/periodic-tasks…
-
**Describe your environment**
celery running using "multi" in systemd service file which forks workers. also using solarwinds opentelemetry wrapper which complicates it a bit more. this might trace …
-
Following up on the #271 issue; I'm seeing several tasks that could be delegated to a background task. Worked with celery quite a lot, would suffice for this purpose.
- [x] Setup celery daemon
- […
P-T-I updated
6 months ago
-
### What happened?
Windows 10, Python 3.11, Docker Desktop.
Trying to follow the documentation step by step.
```
cd backend && supabase start
```
```
supabase_vector_secondbrain container…
-
### Discussed in https://github.com/celery/celery/discussions/8261
Originally posted by **zN3utr4l** May 23, 2023
I opened an issue about a library I'm using for my django project, here's the …
-
I've run into an issue with an 'extra' exception from my django app being sent to Sentry through the sentry_sdk, after configuring structlog to use the SentryProcessor from this lib (v2.0.3)
When …