-
end state is some typical REST based async task workflow thing. something like this:
## View resume generation Job List
```mermaid
flowchart LR
human --> browser --> reactSite
…
cazlo updated
2 weeks ago
-
Hi! I use telepot with celery to process updates asynchronously, and noticed some strange behavior/errors.
For example, sometimes .editMessageReplyMarkup fails with ReadTimeoutError, which is 30 seco…
-
BUG, task was revoked , singleto also can not create new task
-
pubsub.py:
```python
import sys
import time
import redis
# Global variable to indicate if the event handler is invoked
event_handler_invoked = False
def event_handler(message):
# E…
-
# 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…
-
Nothing is running but I'm seeing a celery.chord_unlock() message being repeated every 1 sec in the logs.
I'm not sure what the immediate repercussions of this are besides filling up the log file end…
-
Celery recently hung — the worker was alive, but no tasks were active, and it was looping the following error:
```
2023-03-08T09:02:25.131490646Z [2023-03-08 09:02:25,130: ERROR/MainProcess] Task …
-
```
Would be very grateful for help tracking down the bugs! Many Thanks and great
work!
What steps will reproduce the problem?
Problem 1
1. Use ocropodium on ubuntu 10.04
2. python manage.py test
P…
-
**Describe the bug**
When trying to connect to broker, i get this error:
```
[ERROR] Channel closed on channel 1 by 50:10 => AMQPError { kind: Soft(PRECONDITIONFAILED), message: ShortString("PREC…
-
# Checklist
* [x] I have verified that the issue exists against the `master` branch of Celery.
* [x] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum…