This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Replies: 1 comment
-
Supervisord config: [program:short-schedule] Because directory is already defined, command does not require full paths,i'm going to add the full path to command,also, no Debug message is displayed.you can try do not add full paths to command |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Command definition (
app/Console/Commands/SkudProcess.php
):app/Console/Kernel.php
file:Supervisord config looks like:
I don't see my debug messages
Shortrun tick.
. Now I usingcommand=/bin/sh -c "while [ true ]; do (php /var/www/html/artisan skud:process -vvv --no-interaction); sleep 5; done
in supervisord.How I can fix this?
P.S. I have latest version of package.
Beta Was this translation helpful? Give feedback.
All reactions