If I understand you then just do not run the queue as daemon and you should get desired behaviour where on every queue job whole app will be started from 0.
Jan 16, 2020
3
Level 11
Using a queue with --once on forge
I have several queues on our forge, all running well. For reasons, i need to run a queue with the --once option and that this queue will be restarted every few seconds.
Background: When running queues, the app will be bootstraped once and then all this goes to many queue requests. We have a task, that depends on bootstrapping the app on every run.
So, is there an option for this???
Please or to participate in this conversation.