Skip to content

[FEATURE REQUEST] can asynq have a job chain ? #1080

@seth-shi

Description

@seth-shi

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

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions