We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to setup timezone for auto restart?
{ apps: [ { script: 'index.js', cron_restart: '30 22 * * *', env: { TZ: 'America/Los_Angeles', }, }, ], };
I write code as above but not working
The text was updated successfully, but these errors were encountered:
@trandinhthangv2 Did you find a way to set the timezone for cron_restart ?
Sorry, something went wrong.
Even documenting which time is used (I think it is the system time ?) would be a great improvement, I couldn't find anything on https://pm2.keymetrics.io/docs/usage/restart-strategies/
I needed this option as well, so I implemented it in PR #5877
No branches or pull requests
How to setup timezone for auto restart?
I write code as above but not working
The text was updated successfully, but these errors were encountered: