Skip to content

dalekurt/go-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Queue

Queueing service which uses Asnyq Go library to queue tasks and processing them asynchronously with workers using a Redis.

Getting started

  1. Start a Redis server and asynqmon
docker-compose up -d
  1. Go to localhost:8080 to view queues

  2. Start worker server

make worker
  1. Start generating tasks
make client

About

Queueing service which uses Asnyq Go library to queue tasks and processing them asynchronously with workers using a Redis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors