curl error 3 is for malformed url, check the url you are calling
Feb 3, 2020
3
Level 1
Queue and Job with Guzzle Client
I use queue with database driver. I create Jobs with Guzzle Client. Afret I run queue:work, first Job from database tabele 'jobs' is correct execute, but next fail with curl error 3. I close Guzzle connection, but I think that it is still in cache. I try inject Guzzle Client to Job, but I get error. How can I correct prepare many Jobs with Guzzle Client and execute it by queue:work?
Please or to participate in this conversation.