-
-
Notifications
You must be signed in to change notification settings - Fork 873
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Assignees
Labels
enhancementNew feature or requestNew feature or request