You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.
If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.
Horizon Version
5.29
Laravel Version
11.31
PHP Version
8.3
Redis Driver
Predis
Redis Version
7
Database Driver & Version
MySQL 8 (Managed DB Digital Ocean)
Description
When starting horizon on an ubuntu container in Digital Ocean App Platform, the supervisors aren't started and no error is raised.
After investigation in Horizon code, I found that horizon run
exec @php
etc.Digital Ocean Horizon uses gVisor which limit the system calls that a container is allowed to run and exec isn't part of it.
It would be great to find an alternative that doesn't get stopped by container's security measures.
Steps To Reproduce
+-------------------+-----+-------------------------------+---------+
| Name | PID | Supervisors | Status |
+-------------------+-----+-------------------------------+---------+
| 6ca0d3ec7743-bib9 | 1 | None | running |
+-------------------+-----+-------------------------------+---------+
The text was updated successfully, but these errors were encountered: