-
**Describe the bug**
Cannot install asynq tools latest version with golang 1.21.1 in docker environment
**To Reproduce**
Steps to reproduce the behavior (Code snippets if applicable):
1. Setup D…
-
**Describe the bug**
asynq.TaskID doesn't work for periodic tasks as it can only be passed when setting up the scheduler
**To Reproduce**
setting up a scheduler using the following, does not gene…
-
I wonder if this feature is on your roadmap.
TL;DR;
Job aggregation allows you to enqueue multiple jobs successively, and have them passed to the Worker together rather than individually. The fea…
-
**Is your feature request related to a problem? Please describe.**
I'm currently working on a feature that notifies other services when a task has finished.
Unfortunately, I found that asynq doesn…
-
**Is your feature request related to a problem? Please describe.**
In many applications, particularly those involving resource-constrained environments or systems where old tasks need to be automatic…
-
Are there any way to run the tasks that's retention exceeds? e.g. when we call `GetTaskInfo` in the `asynq.Inspector` it returns the TaskInfo but when executing the task using the `RunTask` using the …
-
If a task is written to the asynq queue and it's never been picked up for processing, is it going to be kept? Is there any way to do that
-
**Describe the bug**
I want install tools/asynq. But my go version is not 1.18 or higher.So I want install an old version.
**To Reproduce**
```
➜ ~ go version …
-
**Describe the issue**
Hello 👋
When following the advise given here: https://github.com/hibiken/asynq/discussions/376 to specify a fixed task ID to avoid duplicate periodic tasks when having mu…
-
Hello, How can I mark a process as completed externally, for example I have an http server and I create a job with it and I want to stop the job with it, I tried the 'Inspector.CancelProcessing()' opt…