-
# 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…
-
### Issue submitter TODO list
- [X] I've searched for an already existing issues [here](https://github.com/sentry-kubernetes/charts/issues)
### Describe the bug (actual behavior)
After an installat…
-
**apply_async()** with **serializer="pickle"** hang, but with **serializer="json"** it worked.
Simple example:
```
@shared_task(bind=True)
def sleep_task(self, sleep_time=0):
time.sleep(sleep_t…
jedie updated
5 months ago
-
It could be because of mqtt broker password: we don't setup it!
With my computer, everything is working as expected:
```
docker-compose run web bash
PING mqtt_broker (172.19.0.102) 56(84) byte…
-
# 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…
-
I am using RabbitMQ as a broker and Redis as the backend to run the example code.
Here is the server setup code
```go
backend := redisbackend.NewGR(cnf, []string{"localhost:6379"}, 0)
cnf.Re…
-
### Expected behavior
Multiple dashboards:
- As a broker author
- In order to expose multiple dashboard urls (e.g. grafana, shield) to osb client users without developing a specific portal
- I n…
-
When the backend is not available, this exception on start should be catched and the module should wait for backend availability:
```
[1447741566] ERROR: [broker-master] The module alignakbackendbrok…
-
Using current master branch, RMQ as broker and ES as backend, I experience some issues with complex workflows when backend is dead for some time.
```python
app=Celery('toto')
app.conf.task_acks_late …
-
celery: 3.1.23
redis: 3.0.7
celery config:
```
CELERY_REDIS_BROKER = "redis://localhost:6379/"
CELERY_REDIS_BACKEND = "redis://localhost:6379/"
CELERY_TASK_SERIALIZER = "json"
CELERY_RESULT_SERIALIZ…