-
Investigate existing native brokers and result backends and create follow-up tickets for any missing features.
-
# 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…
-
Just after a fresh import, some backend updates are raised whereas they should not:
```
[2017-09-05 19:20:46 CEST] INFO: [alignak.module.backend_broker] Updated service: pi2__NetworkUsage.
[2017-09…
-
### Description
When a application has defined a `host` parameter which is too long (it looks like 64 characters are the boundary) and the definition of the provides property is using `url: '${defaul…
-
I cannot login at the frontend receiving a wrong user/password with user mysuer and password VerySecret (see .env below).
I also had to expose the nginx frontend on port 8888 and not the default 80…
-
Given a task that uses `multiprocessing.Process`, the Process fails to start if it's run after having called celery's app.control().inspect().
Looking at debug output we can see that the `Process` an…
-
taskiq_demo.py如下
```python
import asyncio
from taskiq_redis import ListQueueBroker, RedisAsyncResultBackend
redis_dsn = 'xxxx'
broker = ListQueueBroker(redis_dsn, queue_name='taskiq:req').wit…
-
Hi,
The logic of picking the implementation backend for a broker/result-backend for redis is based on the number of redis hosts explicitly written in the connection string, as was implemented in #459…
-
Per https://github.com/raft-tech/TANF-app/issues/2347#issuecomment-1590012582
> * Deploy celery as a separate cloud.gov application (separate manifest)
> * independently scalable
> * requi…
-
I am using celery 4.3 + Redis + flower. I have a few long-running jobs with acks_late=True and task_reject_on_worker_lost=True. I am using celery grouping to group jobs run parallelly and append resul…