-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Cron Error sync.js index update #83
Comments
When this happens the PID file is not removed so the script thinks its already running. A better way to do this would be to take the PID and see if there is something running with that PID and if not remove the file and continue running. |
I have created a bash script to do this before the script is launched
and changed my cron to this
|
node scripts/sync.js index update TypeError: Cannot read property 'length' of undefined please give me any solution. |
Dup of #56 |
Coin: chaincoin
OS: Ubuntu 14.04
The text was updated successfully, but these errors were encountered: