An open API service indexing awesome lists of open source software.

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)

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

![Image](/.github/archtecture.webp)