You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run queue:work the __destruct() method on Job itself isn't called until next job will be processed on queue - queue:listen works fine. Is this by design?
Steps To Reproduce:
Just dispatch any job containing __destruct() method which writes something to log file and see that it will do nothing until next job lands into queue and will be processed.