celery-workers
There are 22 repositories under celery-workers topic.
rusty-celery/rusty-celery
π¦ Rust implementation of Celery for producing and consuming background tasks
actumn/celery.node
Celery task queue client/worker for nodejs
LLNL/merlin
Machine Learning for HPC Workflows
celery/Celery-Kubernetes-Operator
An operator to manage celery clusters on Kubernetes (Work in Progress)
idris-rampurawala/flask-boilerplate
A Flask Boilerplate to quickly get started with production-grade flask application. It has some additional packages pre-configured for ease of development.
sanoguzhan/django-helm-chart
Django Helm Chart with Celery, Celery-Beat, Flower and Redis
abhishektripathi24/platform-setup
Setup guidelines for infrastructure setup of open-source technologies
pacificrm/BlogLiteV2
BlogLite is a social blogging web application using Flask, Rest Api Vuejs, Sqlite3, Celery, Redis etc.
noelmcloughlin/airflow-component
Lightweight IaC Installer of Federated Apache-Airflow
dnd-side-project/dnd-7th-4-backend
μΈμ μ΄λμλ , λ΄ μ μμ κ°νΈν λ μ¨βοΈπ
hasanisaeed/sequential-celery-workers
An example of running multiple celery with each other consecutively
Pytest-with-Eric/pytest-mock-celery-task-example
How To Mock Celery Tasks With Pytest (Step-by-Step Guide with Examples)
Rahonam/celery
A guide for implementing celery, using django web framework.
zirin12/flask-proj
This is a flask application through which you can hit rest api's that allow you to create and add tasks in queue that executes and returns result asynhronously.The application is run on a uWSGI server and requests are routed through an nginx reverse-proxy. Docker is used to containerise each service and they are managed with docker compose
AliSajadian/track_and_trace_api
The Track and Trace page enables end users (receiver of a shipment) to monitor the status of their shipment.
gauravginodia/National-Library
Library Management Website
LokRaj-Vuppu/News-Scraper
Web Scraper application using Django. Selenium is used to scrap the website. Scraping is done asynchronously using celery, celery-beat at a particular time intervals. Redis is used as a message broker.
queuekit/queuekit-connector-celery
The Celery connector for QueueKit.com
saikiran2603/celery-beat-kubernetes
Celery on Kubernetes
Utlak88/Gamer-News-Depot
Repo showcasing the code used to develop the website gamernewsdepot.com.
mr-hrr-harry/celery_basics
This is a simple celery basics python app for rabbitmq and redis queuing
SmadusankaB/python-fastapi-server
This is FastApi app to generate thumbnail images using celery. You may replace thumbnail generator task with other long running process.