[GH-ISSUE #1080] [FEATURE REQUEST] can asynq have a job chain ? #521

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

Originally created by @seth-shi on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/hibiken/asynq/issues/1080

Originally assigned to: @hibiken, @kamikazechaser on GitHub.

i cannot at job finish call next job, beacause i have a case

// user upload video
Bus::chain([
    AuditVideoJob(),
    CompressVideoJob(),
    GenerateImageJob(),
    OnlineJob(),
])

// on admin upload video
Bus::chain([
    CompressVideoJob(),
    GenerateImageJob(),
    OnlineJob(),
])

i don't want to in job implement this feature, i want to in api call define my chain

Originally created by @seth-shi on GitHub (Oct 21, 2025). Original GitHub issue: https://github.com/hibiken/asynq/issues/1080 Originally assigned to: @hibiken, @kamikazechaser on GitHub. i cannot at job finish call next job, beacause i have a case ``` // user upload video Bus::chain([ AuditVideoJob(), CompressVideoJob(), GenerateImageJob(), OnlineJob(), ]) // on admin upload video Bus::chain([ CompressVideoJob(), GenerateImageJob(), OnlineJob(), ]) ``` i don't want to in job implement this feature, i want to in api call define my chain
Author
Owner

@seth-shi commented on GitHub (Oct 28, 2025):

@pr

<!-- gh-comment-id:3455193617 --> @seth-shi commented on GitHub (Oct 28, 2025): [@pr](https://github.com/hibiken/asynq/pull/1082)
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#521
No description provided.