mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #429] [FEATURE REQUEST] sequential process for same task #2215
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#2215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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 :)