-
**Describe the bug**
For testing purposes, I have a task obj that stores a reference to the `asynq.Client` object (I have tested w/ both pointer and non-pointer). When the task is deserialized and pr…
-
So we are migrating a module from Rails to Golang. We have implemented sidekiq in rails for the same module so we are planning to use asynq in Golang to achieve the background processing like sidekiq.…
-
srv := asynq.NewServer(redis, asynq.Config{
Concurrency: 10,
Queues: map[string]int{
"myqueue_partition-*": 1,
},
})
"prefix matching" or "regex-matching", does it work?
-
asynq: pid=65973 2023/05/15 19:38:02.726677 INFO: Starting processing
asynq: pid=65973 2023/05/15 19:38:02.726691 INFO: Send signal TSTP to stop processing new tasks
asynq: pid=65973 2023/05/15 19:3…
-
**Is your feature request related to a problem? Please describe.**
I would LOVE, and maybe it's already done somehow I just haven't found it yet, to be able to create a separate handler function for …
-
**Is your feature request related to a problem? Please describe.**
I'm writing a system where I need careful tracking of tasks and their corresponding business objects, with the ability to query them…
-
## Goal
I want to **sync** the task info to my database from **asynq**, so that I can do more complex indexing.
## Attempts has made
1. I have thought about using **asyncq.MiddlewareFunc**, but t…
-
**Describe the bug**
The second of two identical tasks with same UUID and payload should not be sent to Redis before TTL, when the message sent could have been from a retry.
This is a related to i…
-
**Describe the bug**
When the task is running, I try to shut down the worker, but restarting the worker task cannot recover normally, and the status of the Asynq Monitoring task is active. and cannot…
-
I have an asynq job queue running on a PROD Go service that is functioning well in production and then I have a DEV Go service running on the same server. I have them pointing to different redis ports…