-
I set up a new VM, I followed the instructions on a the wiki. I did this successfully for creating one compute worker, but when I went to create a second I got an error.
I confirmed I have the rig…
-
Redis 如果我想用 哨兵模式来连接, 是否需要重写 redis_manager.py中的 RedisManager函数
-
Using kombu that is shipped with celery, in independent workers with asynchronous Hub.
Since August we didn't have any issues.
But recently about 10 days ago started to experience continuous issu…
-
```
celeryworker_1 | Traceback (most recent call last):
celeryworker_1 | File "/usr/local/bin/celery", line 11, in
celeryworker_1 | sys.exit(main())
celeryworker_1 | File "/usr/local/…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
> ❗❗ IMPORTANT: When upgrading to v0.23, make sure you are using the latest version of Docker…
-
Hi, thanks for the amazing projects kombu & celery!
I want to use kombu with [NATS](https://docs.nats.io/) broker, are there any plans to support it?
-
Cross-post of [ckanext-archiver issue 8](https://github.com/ckan/ckanext-archiver/issues/8): both archiver and qa use an older version of celery, which pulls in an older version of kombu, which falls …
-
FYI - I'm not sure if this issue was specific to just me, as I've modified this repository to install everything:
```
&& pip install apache-airflow[all]==$AIRFLOW_VERSION \
&& pip install…
-
# Fully Type Annotation - Kombu
Analogous to https://github.com/celery/celery/issues/7394.
| Status | Filename | PR |
| :----: | ----------------------…
-
SQS only supports messages up to 256KB. Given that limitation, its very easy to hit the limit and fail your task submission. Here's a simple example:
> > > group(benchmark_tasks.WaitTask().s(args=[0,…