[GH-ISSUE #429] [FEATURE REQUEST] sequential process for same task #191

Open
opened 2026-03-02 05:19:30 +03:00 by kerem · 1 comment
Owner

Originally created by @zhuxubin01 on GitHub (Apr 3, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/429

Originally assigned to: @hibiken on GitHub.

Is asynq support process same task sequential?

for example:

i send many tasks to Send Email Queue(task1 task2 task3 task4 task5), but task3 failed, i don't want to continue process task4 and

task5. The sequence must task1 task2 task3 task4 task5.
And when task3 failed, is it support me to modify the task content by ui , because if task3 is not finish, the following tasks ( task4 task5) will never run.

Originally created by @zhuxubin01 on GitHub (Apr 3, 2022). Original GitHub issue: https://github.com/hibiken/asynq/issues/429 Originally assigned to: @hibiken on GitHub. Is asynq support process same task sequential? for example: i send many tasks to Send Email Queue(task1 task2 task3 task4 task5), but task3 failed, i don't want to continue process task4 and task5. The sequence must task1 task2 task3 task4 task5. And when task3 failed, is it support me to modify the task content by ui , because if task3 is not finish, the following tasks ( task4 task5) will never run.
Author
Owner

@hibiken commented on GitHub (Apr 3, 2022):

@zhuxubin01 thank you for creating an issue!

Please take a look at #244. Once the workflow feature is landed, this use case should be supported :)

<!-- gh-comment-id:1086967403 --> @hibiken commented on GitHub (Apr 3, 2022): @zhuxubin01 thank you for creating an issue! Please take a look at #244. Once the workflow feature is landed, this use case should be supported :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#191
No description provided.