-
- Horizon Version: 5.7.1
- Laravel Version: 8.32.1
- PHP Version: 7.4.16
- Redis Driver & Version: phpredis 5.3.3
- Database Driver & Version: MySQL 8
### Description:
I have been enco…
-
Say I have 5 severs all running the same code, and I need to do image detection on 10k images.
Since Horizon replaces queue:work, can I get my 5 machines to process my 10k images faster?
Assumin…
-
When i run `npm run watch` i get this error:
```
webpack is watching the files…
events.js:180
throw er; // Unhandled 'error' event
^
Error: read ENOTCONN
at WriteStrea…
-
**Symfony version(s) affected**:v5.0.5
**Description**
#https://github.com/laravel/horizon/issues/762
Several of us have been having bizarre issues when using Laravel Horizon to manage our bac…
-
请问如何做立即执行操作呢?比如下单之后立即去执行发货操作,只能delay(1)延时一秒钟吗?
任务的重试机制,发货失败之后,重试三次之类的操作
-
- Laravel Version: 5.3
- PHP Version: 7.0
- Database Driver & Version: MySQL 5.7
### Description:
When I run `queue:work` the __destruct() method on Job itself isn't called until next job will b…
-
Without jit it can resolve the urls in app.css with a preceding ../ just fine:
```
@layer base {
@font-face {
font-family: "Inter var";
font-weight: 100 900;
font-d…
-
I'm using RabbitMQ as broker and I wrote a Laravel command that runs this code:
```php
class MyCommand extends Command
{
protected $signature = 'mqtt:listen';
private $mqtt;
pu…
-
The Laravel service providers we have integrated so far are decoupled in a way that prevents some of Laravel's facades and global functions from being used. These can be registered together in a conta…
-
Hi Spatie-Team!
Thank you for the great packages and examples related to event-sourcing!
I assume the lines below does only work if the queue driver is set to *sync* or if you have a very fast …