exeq
Asynq
exeq | Asynq | |
---|---|---|
2 | 33 | |
14 | 10,546 | |
- | 2.0% | |
0.0 | 8.5 | |
over 3 years ago | 10 days ago | |
Go | Go | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
exeq
Asynq
-
Show HN: Find your "holy grail piece", as a service
- Results arrive in your inbox, or using the search result page on the site
A demo account is available using the email address "[email protected]" and password "helloworld". A free plan is also available, and you can delete your account with a few clicks if you don't find a use.
This is my first "soft-launch" of the site to get feedback and refine the idea. Your thoughts and experience are appreciated!
The backend is Go services using Asynq[0] for task queueing among the worker nodes. oapi-codegen[1] + an OpenAPI schema manages the HTTP API implementation, interfacing with via a Vue3 frontend using the (venerable) Bootstrap framework.
[0] https://github.com/hibiken/asynq
-
Looking for a language agnostic Go task queue with Redis
EDIT : I think the best for my case will be to use the asynq library with a custom js client, it's quite easy to implement (Detailed here)
-
I have a web app that requires allowing users to schedule a recurring task at their own specified time/interval. How would you go about it?
Asynq does this pretty nicely https://github.com/hibiken/asynq/wiki/Periodic-Tasks
-
Examples of using task scheduler with Go?
Asynq looks promising. Never used it myself. https://github.com/hibiken/asynq
-
Recommendation for a selfhosted worker/task queue runner?
Never used it, but it appears to fit most of the criteria. https://github.com/hibiken/asynq
- How to run periodic tasks?
-
What would you rewrite in Golang?
https://github.com/hibiken/asynq is pretty close
-
Suggestions for CRON jobs queue tool
I tried it 2 months ago and it was not suitable for dynamic CRON job enqueue scheduling
-
I’m looking for a suggestion for a queuing library
My current best option is AsynQ (https://github.com/hibiken/asynq but it uses redid and not Postgres for the db
-
What is the best task queue?
Hi, I'm starting a new project that involves distributing task on different (and possibly distributed) workers in Golang. So I'm looking for the best task queue library to use; for now the ones I like are the following (in no particular order): - asynq - machinery - taskq
What are some alternatives?
taskq - Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends
machinery - Machinery is an asynchronous task queue/job queue based on distributed message passing.
NATS - Golang client for NATS, the cloud native messaging system.
arduino-cli - Arduino command line tool
watermill - Building event-driven applications the easy way in Go.
octosql - OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
work - Process background jobs in Go
river - Fast and reliable background jobs in Go
Faktory - Language-agnostic persistent background job server
temporal - Temporal service
nsq - A realtime distributed messaging platform