Queueing service which uses Asnyq Go library to queue tasks and processing them asynchronously with workers using a Redis.
- Start a Redis server and asynqmon
docker-compose up -d
-
Go to localhost:8080 to view queues
-
Start worker server
make worker- Start generating tasks
make client