Queue is very important and interesting features of Lumen,You can run your tasks(background process/cron tasks) using queue without fail.You pushed task into queue and rest of work will do by worker.
Read this post on phpflow.com