exeq
painless task queue manager for shell commands with an intuitive cli interface (execute shell commands in distributed cloud-native queue manager). (by alash3al)
machinery
Machinery is an asynchronous task queue/job queue based on distributed message passing. (by RichardKnop)
exeq | machinery | |
---|---|---|
2 | 14 | |
14 | 7,625 | |
- | 0.4% | |
0.0 | 5.2 | |
over 3 years ago | about 1 month ago | |
Go | Go | |
Apache License 2.0 | Mozilla Public License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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
Posts with mentions or reviews of exeq.
We have used some of these posts to build our list of alternatives
and similar projects.
machinery
Posts with mentions or reviews of machinery.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-24.
- Looking for library recommendations: Django -> Golang port
-
Are there any actively maintained or official Golang libraries for managing work queues?
I've had this project starred for a while but haven't used it: https://github.com/RichardKnop/machinery
- Looking for a mature distributed task queuer/scheduler in go
- What would be a good message broker internal to my program?
-
Golang task queue
I had a look at: 1. machinery - https://github.com/RichardKnop/machinery 2. go-celery - https://github.com/gocelery/gocelery 3. asynq - https://github.com/hibiken/asynq 3. taskq - https://github.com/vmihailenco/taskq
-
is there any go library that allows running background tasks after a specified period of time?
you mean a scheduler? try RichardKnop/machinery or hibiken/asynq
-
Using a High-Level RabbitMQ Client in Go
I use this one: https://github.com/RichardKnop/machinery
-
Do you know of a robust library that handles persistent job scheduling and queuing using PostgreSQL
I’ve also used https://github.com/RichardKnop/machinery for for a few projects and it’s solid.
- Distributed asynchronous tasks?
-
Any one knows a job worker project (like Celery) + distributed cron written in Go
Machinery is an asynchronous task queue/job queue based on distributed message passing.
What are some alternatives?
When comparing exeq and machinery you can also consider the following projects:
taskq - Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends
Asynq - Simple, reliable, and efficient distributed task queue in Go
arduino-cli - Arduino command line tool
NATS - Golang client for NATS, the cloud native messaging system.
octosql - OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
gocelery - Celery Distributed Task Queue in Go
go-nsq - The official Go package for NSQ
river - Fast and reliable background jobs in Go
temporal - Temporal service
gorush - A push notification server written in Go (Golang).
celery - Distributed Task Queue (development branch)