### Environment - Laravel Version: 5.4 - PHP Version: 7.1 - Queue Driver: Redis ### Description I want to: 1. Queue the job into Redis. 2. Get its id. 3. Save the id with the related user information into Redis or MySQL. Then: 4. Retrive the job by its id. 5. Cancel the job! [queue - How to get the queued job from job ID in Laravel? - Stack Overflow](http://stackoverflow.com/questions/40329206/how-to-get-the-queued-job-from-job-id-in-laravel) I've also got stuck in the same situation, but there are still no answers...