-
I and a number of others have noticed that the failed method does not seem to get called on jobs that fail when being executed by workers off the queue. The failure is detected by laravel because the …
-
### Laravel Version
10.13.1
### PHP Version
8.2.6
### Database Driver & Version
_No response_
### Description
We encountered problems with job uniqueness. The jobs, which are configured to have…
-
### Sail Version
v1.26.0
### Laravel Version
v10.29.0
### PHP Version
8.2.12 (on host)
### Operating System
Linux
### OS Version
Arch Linux (6.5.10 hardened kernel)
### Description
When I'm…
-
When running cypress tests locally, I noticed that often Laravel Echo Server will crash during the tests.
For example, running cypress `question.test.js`, the Echo Server will exit with a log somet…
-
### Bug report
We just installed the latest version of dd-trace 0.91.2 to get Laravel 10 Horizon Queue Support in APM. Unfortunately. I still don't see it in APM.
The version of Laravel you are…
-
## Description
When sending a post request to /send-message, it returns the error: n.match is not a function, only for the send message, the other functions do not exhibit this behavior, such a…
-
### Laravel Version
10.15.0
### PHP Version
8.2.5
### Database Driver & Version
MySQL 8
### Description
I know this is has been brought up a million times before but there seems t…
-
My config file contain all queues
`'redis' => [
'driver' => 'redis',
'connection' => 'default',
'queue' => ['default', 'events', 'nomenclature', 'nomenclature_c…
-
### Detailed description of the problem
When using the docker image and mysql as a database, and upgrading to the version `5.1.0`, the migration fails with the error `Branch is not master`, I was u…
DLYSY updated
9 months ago
-
I was working with the laravel queues and found this confusing bug.
1. My job contains few DB actions and at the end send a mail.
2. If I set 'QUEUE_CONNECTION' to 'sync', all is working well and …