-
I am trying to use the flower's http api to monitor the task state.
But it seems that the task state from the "/api/task/result/*" is incorrect (they never seem to be updated).
I only tested this i…
-
# Checklist
* [x] 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/ce…
-
I have a Flask project in which I'm trying to achieve for a group of tasks to be executed in an ordered manner, getting the result of each group of tasks back to a web interface. Trying the code below…
-
This is version 4.0.2
If I use rabbitmq, the rpc result backend, and a custom queue the message's status never seems to change and stays 'PENDING', even if the logging in the worker reports that it ha…
mke21 updated
2 months ago
-
# 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…
-
Back filling OHLC shm arrays has been added for the [IB broker backend](https://github.com/pikers/piker/pull/130/files#diff-dcd15b7875b7d6dfea4b0805100d485a894678632a8ba4848029ab7754329c75R619) and we…
-
INFO: 2022/05/25 17:52:39 worker.go:58 Launching a worker with the following settings:
INFO: 2022/05/25 17:52:39 worker.go:59 - Broker: ://
INFO: 2022/05/25 17:52:39 worker.go:61 - DefaultQueue: mac…
-
Hi,
I am able to successfully build the databroker, but that is possible only in the `Debug` mode. In the `Release` mode, I hit the following format conversion error. This error was introduced in `…
-
We are having a problem with messages that are "malformed". Whenever this happens, our consumer stop receiving any new messages.
At the moment it seems like that the broker is assigning the message t…
-
bk-user-api-worker(可以通过配置连接哨兵,但需要 在/app/bkuser_core/config/common/django_basic.py文件中添加
CELERY_BROKER_TRANSPORT_OPTIONS = env("CELERY_BROKER_TRANSPORT_OPTIONS") CELERY_RESULT_BACKEND_TRANSPORT_OPTIONS…