-
Hi,
I have set up queue:failing in the boot method and was expecting to catch exception , but it only return connection Name!
I have this :
Queue::failing(function (JobFailed $event) {
…
-
I am not really sure if this is the place to place and or this has to be posted to [doctrine/dbal](https://github.com/doctrine/dbal).
`php artisan about`
```
Environment .......................…
-
Hi there,
I tried to migrate to auth v2 using this config:
```
import {defineNuxtConfig} from 'nuxt'
export default defineNuxtConfig({
build: {
transpile: ['@heroicons/vue', /e…
-
I have had a problem where my disk filled up and it may or may not have been due to birdnetpi. I have a fairly large SSD and really do not need to keep a whole disk worth of recordings, as the detecti…
Frono updated
2 years ago
-
現在のメール送信は、即時送信のみです。
Laravelのメールキューに溜めてから、別途送信できるように対応したい。
## 参考URL
* [キュー 6.x Laravel](https://readouble.com/laravel/6.x/ja/queues.html)
* [Laravel Queueを利用して非同期によるメール送信](https://noumenon-th.net…
-
when dispatch a job in laravel, payload of job is embed and serialized by php and placed in rabbitMq queue.
i want to access that payload with other languages like golang or python.
-
Version:
Laravel 8.0
Horizon 5.0
phpredis as client
Very often, we have queues with 0 processes. We see this in the dashboard, and we see this when I run `app(Laravel\Horizon\Repositories\RedisS…
-
Is it possible to handle failed job in laravel actions like in orginal laravel queue, method failed ?
https://laravel.com/docs/8.x/queues#dealing-with-failed-jobs
```php
/**
* Hand…
-
Hello
I have 900 emails thus I'm sending 900 emails each time.
This process takes time and my server is only able to take requests 300 seconds max, which results in a 504 or 502 error.
Is it possib…
lfcc1 updated
2 years ago
-
#### Describe the bug
When I set `root` parameter of S3 filesystem, some "tenant-aware" jobs get incorrect path when queues are being processed by Laravel Horizon. It is hard to "catch" the error, ho…