Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

koddr/tutorial-go-asynq

Repository files navigation

πŸ“– Tutorial: Asynq. Simple, reliable & efficient distributed task queue for your next Go project

Asynq is a Go library for queueing tasks and processing them asynchronously with workers. It's backed by Redis and is designed to be scalable yet easy to get started. Task queues are used as a mechanism to distribute work across multiple machines.

πŸ‘‰ The full article is published on April 7, 2021, on Dev.to: https://dev.to/koddr/asynq-simple-reliable-efficient-distributed-task-queue-for-your-next-go-project-4jhg

article preview pic

Quick start

  1. Clone this repository and go to it root folder.
  2. Start a Redis server (by Docker or locally).
  3. Start Asynq worker server:
make worker
  1. Start generating tasks by Asynq client:
make client
  1. Install Asynqmon (Asynq web UI) to your system.
  2. Go to localhost:8080 and see:

Screenshot

P.S.

If you want more articles like this on this blog, then post a comment below and subscribe to me. Thanks! 😘

And, of course, you can support me by donating at LiberaPay. Each donation will be used to write new articles and develop non-profit open-source projects for the community.

Support author at LiberaPay

⚠️ License

MIT Β© Vic ShΓ³stak & True web artisans.

About

πŸ“– Tutorial: Asynq. Simple, reliable & efficient distributed task queue for your next Go project.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /