-
* Should process a knowledge instance (syncs or local)
* Takes a KnowledgeDTO Object
* If Local
* Build file -> downloads from S3 using SupabaseS3Storage(knowledge_id)
* Skip
* If Sjync…
-
Hello!
I have found that there is no integration of celery with asyncio, I expected to have a way to run the workers in an ioloop so that I could execute several IOBound tasks at the same time (I …
-
I have an old project using micro-services architecture, where the queues are named "{service-name}-module." When inspecting the metrics endpoints, some metrics work properly:
```
# TYPE celery_ac…
-
### Summary:
DJANGO_CELERY_BEAT Periodic Task is not getting scheduled if last_run_at is None and the Database Scheduled is Updated.
* Celery Version: 4.4.2
* Celery-Beat Version: 2.0.0
### …
-
### Summary:
Celery-beat not sending the tasks to celery worker for execution.
* Celery Version: 5.2.3
* Celery-Beat Version: 2.2.1
### Exact steps to reproduce the issue:
1. Start the D…
-
### What happened + What you expected to happen
Hi everyone,
I have a pipeline that runs a bunch of ray remote functions. This pipeline is sent as a celery task. Everything works if the celery wor…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
**Error: TimeoutError('Timeout reading from socket')**
![image](https://github.com/user-at…
-
## TASK
We need to expose the celery tasks which are pending for:
- [ ] Dataset generation @ranjanmangla1
- [ ] Training @sooraj1002
- [ ] Model Deployment @sooraj1002
- [ ] All scheduled …
-
### Discussed in https://github.com/celery/celery/discussions/8912
Originally posted by **RamachandranSitaraman-IB** March 14, 2024
I have a celery (5.3.5) based deployment with rabbitmq. Whe…
-
Possible after implementing
https://github.com/muchdogesec/txt2stix/issues/33