InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more ā
Asynq Alternatives
Similar projects and alternatives to Asynq
-
-
InfluxDB
InfluxDB ā Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
cadence
Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Asynq discussion
Asynq reviews and mentions
-
Supercharging Go with Asynq: Scalable Background Jobs Made Easy
Asynq is a Redis-backed task queue that simplifies async task processing in Go.
-
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
-
A note from our sponsor - InfluxDB
www.influxdata.com | 15 May 2025
Stats
hibiken/asynq is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Asynq is Go.