[GH-ISSUE #419] how to chain a set of tasks to be executed one by one? #2206

Closed
opened 2026-03-15 19:40:51 +03:00 by kerem · 2 comments
Owner

Originally created by @micross on GitHub (Mar 14, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/419

Originally created by @micross on GitHub (Mar 14, 2022). Original GitHub issue: https://github.com/hibiken/asynq/issues/419
kerem closed this issue 2026-03-15 19:40:56 +03:00
Author
Owner

@hibiken commented on GitHub (Mar 15, 2022):

@micross Thank you for the question!
I'm planning to work on a feature which would enable user to define a chain of tasks and run it as a workflow. This feature is a large feature and I'm still in the design phase and most likely start working on it in a few months.

In the meantime, you'll have to use a different approach. A common way to deal with this is to enqueue a taskA which would enqueue another taskB and so on. Let me know if you have any questions!

<!-- gh-comment-id:1067504870 --> @hibiken commented on GitHub (Mar 15, 2022): @micross Thank you for the question! I'm planning to work on [a feature ](https://github.com/hibiken/asynq/issues/244) which would enable user to define a chain of tasks and run it as a workflow. This feature is a large feature and I'm still in the design phase and most likely start working on it in a few months. In the meantime, you'll have to use a different approach. A common way to deal with this is to enqueue a taskA which would enqueue another taskB and so on. Let me know if you have any questions!
Author
Owner

@hibiken commented on GitHub (Mar 22, 2022):

Closing this, Feel free to reopen if you have follow-up questions :)

<!-- gh-comment-id:1074581524 --> @hibiken commented on GitHub (Mar 22, 2022): Closing this, Feel free to reopen if you have follow-up questions :)
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#2206
No description provided.