-
### What?
We can change the EC2 instance type of our server with just a simple reboot. We can use this to upgrade from a t3a.small to e.g. a t3a.2xlarge, so that we can handle short periods of high l…
-
### What happened?
Windows 10, Python 3.11, Docker Desktop.
Trying to follow the documentation step by step.
```
cd backend && supabase start
```
```
supabase_vector_secondbrain container…
-
I've run into an issue with an 'extra' exception from my django app being sent to Sentry through the sentry_sdk, after configuring structlog to use the SentryProcessor from this lib (v2.0.3)
When …
-
### Official Helm Chart version
1.15.0 (latest released)
### Apache Airflow version
2.7.1
### Kubernetes Version
1.27.2
### Helm Chart configuration
After official helm charts supports HPA, the…
-
## Environment
1. We have latest 4.1 celery version
and latest 3.0.37 kombu version
2. Using redis as a broker
## The problem:
1. When I have a simple task which call itself:
```
@celery.…
-
I'm assuming it works on windows and there is something wrong with my script.
I'm also initialize the celery object from within the code. See below.
```python
#Add to config
CELERY_ACCEPT_CONT…
-
# Checklist
* [x] I have checked the [issues list](https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22)
for sim…
-
Hi,
new tasks that have been pushed with .delay(*args)
do not show up as PENDING in the django-celery-results database (when all workers are offline)
(SUCCESS / FAILURE works just fine)
is t…
-
Hello!
I have a problem with the new Task annotations.
I installed version 0.13.0 and started receiving typing errors on Task annotations (from https://github.com/sbdchd/celery-types/pull/75)
`…
-
### Summary
expire_seconds create a new task anyway and never stop or delete the periodic task.
* Celery Version: v5.0.5
* Celery-Beat Version: 2.2.0
### Exact steps to reproduce the issue:…