-
Hi,
I have a webapp from which a user can start a workflow, which is then executed on another host with queue workers running under Supervisor.
A workflow can be paused if an issue occurs, and res…
-
I try to use with Laravel:
```
$result = Telegram::setAsyncRequest(true)->sendMessage([
'chat_id' => 'chat_id',
'text' => $message
]);
```
and got …
-
I use Redis queues (via Horizon) to generate conversions (`small`, `medium`, and `large`). Images are stored in S3 (DigitalOcean Spaces). Everything works fine but sometimes conversions are not genera…
-
I'm using SSR for a SPA with React and Laravel for backend. I'm using a default layout for all pages that I added in createInertiaApp in app.jsx and ssr.jsx. I'm using Laravel Nova for content managem…
-
### Current Behavior
Builds failing at "Install Composer Dependencies" phase.
This is from the github action logs:
```
Run $DOCKER_COMPOSE_CMD \
Container tesla-stats-traefik-1 Running
…
-
I have a similar setup to the nuxt pages you have in your playground, however after I login and lets say im on the profile page and I refresh the page i lose my authenticated state and I am redirected…
-
### Horizon Version
5.21.4
### Laravel Version
10.34.2
### PHP Version
8.1.26
### Redis Driver
PhpRedis
### Redis Version
7.x
### Database Driver & Version
Maria DB
### Description
I have…
-
### Bug report
Hello everyone!
There a support for Laravel's queues out of the box now, which is great, and the queues now are displayed as spans within the root trace. The root trace paints a lot…
-
Instead only using cron to run wp cli,
I believe adding ability like worker/watcher/listener is better for many use case and background processing.
you can take look the Laravel's queue for refe…
-
- Laravel Version: 5.5.*
- PHP Version: 7.1.10
- Database Driver & Version: Mysql
### Description:
I'm trying to build a basic authorization logic for users by associating a policy class to `Use…