I have few jobs in my application that Run in the Background in a database queue connection, the problem is that when i started using the database connection i lost the HTTP request information of the Webhook Job and i need the request headers
The requested feature
it would be amazing if there is an option to choose the queue connection for the Webhook job
The problem
I have few jobs in my application that Run in the Background in a database queue connection, the problem is that when i started using the database connection i lost the HTTP request information of the Webhook Job and i need the request headers
The requested feature
it would be amazing if there is an option to choose the queue connection for the Webhook job
something like this
in line 62 of WebhookProcessor.php file
this solution is working for me but it means i will have to edit the files every time
thank you