-
# Brief Summary
- I would like to add [Dragonfly](https://github.com/dragonflydb/dragonfly) as part of Celery's CI process to ensure compatibility.
- But I am not very familiar with how the overal…
-
Hello, I spend so many weeks trying to configure airflow using secrets in docker swarm.
I try to use this config in my compose:
environment:
- LOAD_EX=y
- FERNET_KEY_CMD=$$(cat…
-
Tracking for this ... Alignak is sending some updated data in the broks to the broker
```
[2018-08-09 10:50:29] INFO: [broker-master.alignak.module.backend_broker] service / dummy_ok, some modific…
-
Here's how I think we should move towards making an API for tern, according to what we discussed in the last meeting:
Create a Django Application and turn the tern project into an installable django…
-
Because we store too much little lines, redis uses all the memory on the server and then everything gets unresponsive.
We should consider other backends, such as mongodb where everything is not writt…
almet updated
10 years ago
-
# Phase3 Enhancement document for UserAdmin , UserFrontend , UserBackend
This document is for planned enhancement of UserAdmin , UserFrontend and UserBackend for next 2 weeks.
## 1. Admin
FAQ
- [x…
-
The Redis broker implementation uses BLPOP. If the process crashes after a dequeue, the job will be lost. I think it should be possible to use a combination of BLMOVE, the success callback to properly…
-
We're using Amazon SQS as our message broker today.
Celery support for SQS does not afford Monitoring nor Remote Control from within the context of Celery.
> Missing monitor support means that t…
-
Description
===========
I'm using Celery to parallelize a process of ingesting data to a Kafka topic. What I've noticed is that some messages do not end up in Kafka even though the library emits no …
-
# 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/discus…