-
Without async webhooks, this module is pretty much a no-go for production shops - the dependency on third party systems is just too risky to do synchronously. The best practice for performing tasks as…
-
Long running file operations like copy or move requests are very prone to timeouts, which means that there might be an inconsistent state if a request gets aborted due to a webserver or php timeout.
…
-
This is a feature request (proposal).
It would be better to have an "**api-only**" flag for generating a new project and removing the extra bloats that are not needed for api only project.
Also…
-
Would be cool if could log errors and send them to Sentry or somewhere
This would add some better visibility to failed jobs. Currently we mark jobs as failed, but we don't log their fail trace
O…
-
This is tested with hyn/multi-tenant 5.2
I think is worth looking into this issue on latest version. If someone can confirm this is resolved on latest version I would much appreciate that.
I have …
-
### Laravel Version
^11.9
### PHP Version
8.3.13
### Database Driver & Version
MariaDB
### Description
_Before I get started, I am not sure if this is a bug, because it is unclear if what I am …
-
- Laravel Mix Version: 6.0.31
- Node Version: v16.8.0
- NPM Version: 7.24.1
- OS: macOS
### Description:
```
ERROR in ./resources/assets/sass/style.scss
Module build failed (from ./…
-
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature…
-
**Summary of issue**
If the queue connection times out, due to being connected for some time without being used, then no attempt is made to reconnect if sending a message fails. With laravel, if a da…
-
Hello,
I'am using it today with docker-compose like following :
`````ini
[job-exec "job-executed-on-running-container"]
schedule = @every 1m
container = message_phpfpm_1
command = php artis…