-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php shell script and zombie processes #753
Comments
I add some more info: when the script is running:
when the script ends:
|
Not 100% if it will help but try to use tini tool (if it's not install do "apk add tini") Cronicle has similar issue when it's running in container, so that's the workaround |
thanks for the reply @mikeTWC1984 !! I've tryed with tini -- php and i got this:
so i tryed with the -s option and zombies are there :( |
Update: with this:
first time worked:
and then doesn't work anymore:
|
Try using the docker
|
@jhuckaby solution worked! Thank you very much!! I had to add
|
Summary
Hello, i moved around 50 php shell script from an old server to a new one with cronicle.
I run those scripts with the default shell plugin like this:
All my script are working well!
But i have one script, that is the official magento shell that runs the magento's jobs:
it runs every minutes and do the jobs, but i have new zombie php processes at every run:
The questions are:
Any help?
Thank you and sorry for my english
Your Setup
i'm running cronicle inside a custom docker image made by me.
Operating system and version?
Alpine Linux
Node.js version?
16.20.2
Cronicle software version?
0.9.44
Are you using a multi-server setup, or just a single server?
no
Are you using the filesystem as back-end storage, or S3/Couchbase?
filesystem
Can you reproduce the crash consistently?
no crash. every run i have 4 zombie processes
The text was updated successfully, but these errors were encountered: