What's the right way to reload files/server in hypervel? #184
Closed
foremtehan
started this conversation in
General
Replies: 1 comment 4 replies
-
Hi @foremtehan , there's an equivalent command in Hypervel: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Ive put hypervel into supervisor like so:
I do restart the whole process via:
exec('supervisorctl restart hypervel');
In order to apply code changes in productionBut it cause 4second down time, is there better approach ? i tried many ways to do it like using
kill
command but not working like supervisorctl commandIt would be great if we had something like in octane: php artisan octane:reload
Beta Was this translation helpful? Give feedback.
All reactions