https://github.com/lucas54neves/celery
Studies on Celery (Distributed Task Queue)
https://github.com/lucas54neves/celery
celery docker docker-compose fastapi flower python redis
Last synced: about 1 month ago
JSON representation
Studies on Celery (Distributed Task Queue)
- Host: GitHub
- URL: https://github.com/lucas54neves/celery
- Owner: lucas54neves
- License: mit
- Created: 2024-09-12T19:55:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T20:40:14.000Z (about 1 year ago)
- Last Synced: 2025-02-11T17:12:06.683Z (8 months ago)
- Topics: celery, docker, docker-compose, fastapi, flower, python, redis
- Language: Python
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# celery
Studies on Celery (Distributed Task Queue)
# Commands
## How to run
```bash
docker-compose up --build
```## Create tasks
```bash
http://localhost:8000/process?a=3&b=8
```## Monitor websocket using Flower
```bash
http://localhost:5556
```## Architecture
