Any solution?
@amitsolanki24_ You don’t actually say what the problem is. How can any one give you a “solution” to a problem you don’t describe? 🤷♂️
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hey everyone,
I'm facing a strange issue with queue jobs in my Laravel projects, and I can't figure out why it's happening.
I have two Laravel projects running locally:
http://localhost/p1http://localhost/p2In P1, I have an API endpoint:
api/queue/TaskRun
This API is responsible for dispatching queue jobs in P1.
api/queue/TaskRun from P2, the jobs are wrongly inserted into P2's jobs table instead of P1's.config/queue.php for both projects.QUEUE_CONNECTION in .env is correctly set in P1.Has anyone faced a similar issue? Any ideas on why P2 is handling the jobs instead of P1?
Any help would be greatly appreciated!
Thanks in advance!
Please or to participate in this conversation.