Concept Flow - Job options (delay, attempts, priority)
Create Job with Options
Set delay timer?
Yes→Wait delay ms
Delay expires
Add job to queue
Start job processing
Process job
Job succeeds
Check attempts left
Done
No Yes
Fail
Process job again
This flow shows how a job is created with options like delay, attempts, and priority, then processed with retries if it fails.