How can I run a couple of jobs on the same server? #1293
Unanswered
ChristianPavilonis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a laravel app deployed using kamal, I need to add a queue job and a schedule job.
However the containers seem to exit when deploying, but when running them locally using:
It works as expected.
All the ips are the same in my config.
Also
kamal app logs
doesn't have anything for the services.kamal app containers
shows queue exits code 0 as soon as it starts.I'm not sure if there's a separate place to check for errors.
Beta Was this translation helpful? Give feedback.
All reactions