mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #640] [FEATURE REQUEST] Can you add a feature for task chaining? #2339
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#2339
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 @gakkiismywife on GitHub (Apr 7, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/640
Originally assigned to: @hibiken on GitHub.
For example, task A needs to wait for task B to finish before starting, but they are pushed into the queue together.
@bfwbbrj commented on GitHub (Apr 7, 2023):
Similar to #611. Imho, this can be handled in your
ProcessTask. You can simplyEnqueuetask B after you are done with task A.@gakkiismywife commented on GitHub (Apr 11, 2023):
Thanks for reply.
But this is just a simple example. If I had a lot of jobs need to sequential execution. Then I should enqueue like a link list.
I think this is not a good solution.
@sunxunkang commented on GitHub (Dec 21, 2023):
用machinery吧,这个框架功能实在是不全,而且目前看并不活跃
@xuyang2 commented on GitHub (Dec 29, 2023):
machinery 好像不支持 remove periodic task
https://github.com/RichardKnop/machinery/issues/676