Concept Flow - Creating jobs
Create Job Class
Define Job Logic in handle()
Dispatch Job
Job Added to Queue
Queue Worker Picks Job
Job Executes handle()
Job Completes or Fails
This flow shows how a job class is created, dispatched to a queue, and then executed by a worker.