-
I'm trying to retry tasks if they fail, using a back-off mechanism:
`self.retry(exc=e, countdown=int(random.uniform(2, 4) ** self.request.retries))`
When sending tasks from Python's celery, ever…
-
In the process of evaluating the possibility of concerting a celery-based app to django-q, I noticed that celery has
```python
@celery_app.task(bind=True)
def my_task(self):
self.request.id…
-
**async function**
```
@celery_app.task()
@PowerApp.get('/')
async def LetView():
async with db_session() as session:
try:
print(e)
except Exception as e:
…
-
> Suppose we schedule the task to execute for every 1 hour and we created the `schedule` task at 2PM
* Now `Next Run` would be `Feb. 24, 2020, 3:00 p.m.` , Let's imagine we kept the Scheduler
`…
-
Setup
Celery version: 5.3.1
RabbitMQ Docker Image: rabbitmq:3.12.6-management
I'm using a RabbitMQ cluster with 3 nodes, along with 3 Celery workers that are publishing and executing the tasks fr…
-
# Checklist
- [ ] I have verified that the issue exists against the `main` branch of Celery.
- [x] This has already been asked to the [discussions forum](https://github.com/celery/celery/discussions…
-
Currently the quotas are only applicable to Demo users. We need to expand the quotas feature to apply to every user. For that:
- [x] **Parse Units system** `UserQuota` model should take into consid…
-
-
```
celery_1 | [2020-06-21 21:53:54,136: INFO/ForkPoolWorker-3] Task update_conditions_for_quest[064d2a32-31f2-44ff-b6cf-ee9e84a07f3d] succeeded in 0.3345979517325759s: None
celery_1 | […
-
**Is your feature request related to a problem? Please describe.**
We currently don't have inhouse seqvars data for V2 cases.
**Describe the solution you'd like**
Create a Celery task that ca…