-
I'm getting an unhandled TypeError from the set span method of the `elasticapm.context.contextvars.ContextVar` [here](https://github.com/elastic/apm-agent-python/blob/1704ee550b8cc6988f1e8e2770e247ff0…
-
* Celery Executor version: 4.4.2
* Python version: 3.8
* Operating System: Ubuntu 18.0.4
### Description
Getting below exception while starting celery beat with --scheduler celery_pool_asyncio:P…
-
### What are you trying to achieve?
Current logic sends all product variant global IDs in `SALE_TOGGLE` webhook payload. Our infra allows to pass 256KB. So sending over 10k of variant IDs breaks Cele…
-
### Problem description
Specifically setting the framework logging to file, so that all components log to a file instead of stdout, causes a bug that backends can no longer be made
```
Sep 18 10:…
-
- [x] I have read the relevant section in the
[contribution guide](http://docs.celeryproject.org/en/latest/contributing.html#other-bugs)
on reporting bugs.
- [x] I have checked the [issues list…
-
According to the FAQ, I start celery with:
``` python
import os
import sys
from celery import Celery
from django.conf import settings
from celery.signals import worker_process_init
from django.db im…
-
first, thank you for you brilliant work!
I just found your project, it really should've been a lifesaver, BUT now that I've implemented many many "ordinary" complex celery task classes, is there som…
-
I write tests for async tasks. The goal is be to keep the test setup as simple as possible, so i use RPC and memory broker.
Timeout with RPC backend doesn't work:
test task:
```
@shared_task(bind=T…
jedie updated
2 years ago
-
Hi @samuelcolvin!
Would you be open to having more signals/event hooks added to arq?
### My use case
I use [this](https://github.com/snok/asgi-correlation-id) request-id middleware, to attac…
-
As follows:
- Add a config parameter to know whether to use celery or cloud task. Maybe 'async_backend: celery|gct'?
- Let @asynctask generate a flask endpoint for every asynchronous method, whose r…