This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Description
I am facing odd issue running the SLM with Doctrine ORM, where jobs are enqueued successfully yet they seem not to execute. The worker seems to be running though as jobs are gone from the queue but their work is not done. I planted some logging into the jobs' execute() and this is not logged. Is there any approach/debug mode whatever I could try to exercise to debug this problem?