Im trying to build my first queued job class and I'm needing to pass data to my job class from my controller that queued the job. Is this the correct way to do it?
Thank you so much for your help @bobbybouwmann, hey do we have to do anything within the handler to release the job from the queue once it is complete or let the queue know its complete or will the queuing system just know its complete and remove it from the queue?