Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 258 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 258 Bytes

TaskQueues

golang rabbitmq scaled task queues (task and job scheduling)

run and install

go mod tidy

run rest api server

go run new_task.go 

run worker as a task runner how much u need

go run worke/worker.go