-
In an effort to speed things up, we should modify our existing code:
- create job to handle account total updates
- move existing code to job
- create/start queue
- modify code to _dispatch_…
-
### Description
Why [this](https://github.com/krakjoe/parallel) is still not a part of the core?
Why can I just import `threading` in Python and use it right there without any hackinations?
PHP i…
-
### Bug description
I opened another issue where I was having trouble with EntrySaved listeners and queues. The control panel was hanging forever and my redis jobs would not complete. It turns out…
-
I have a project that I upgraded from using dompdf1.x to the latest version. (3.0.0)
I'm using the https://github.com/barryvdh/laravel-dompdf package.
my config/dompdf.php is default with the except…
-
Right now we have dev/build as a critical part of the a production deployment.
That's great, but it's incomplete. In particular, it is inappropriate to call this multiple times on a multi-server en…
-
- Laravel-mongodb Version: v3.8.1
- PHP Version: 7.4.9
- Laravel Version: v8.15.0
- Database Driver & Version: jenssegers/mongodb v3.8.1
### Description:
Trying to get property 'id' of non-obj…
-
### Reverb Version
1.0.0
### Laravel Version
11.16.0
### PHP Version
8.2.21
### Description
We are using a Laravel / Livewire / Reverb setup. We are using Reverb to communicate ba…
-
# Feature Request
### What's the feature you think Backpack should have?
Backpack should be able to work out-of-the-box on Laravel Vapor and/or provide clear steps on how to deploy it there.
…
-
I just installed with pip but when I try to run it, I'm getting the strange error below. Any ideas what could be going on? Is it a bug?
$ sudo supervisorctl
error: , [Errno 97] Address family not s…
-
I noticed in your config example you wrap the queue names with braces:
```php
...
'queue' => [
'{redis-high}',
'{redis}',
…