Last active
December 26, 2021 22:14
-
-
Save jhowbhz/27c427fd2ab2b2bb678d78e7856ade93 to your computer and use it in GitHub Desktop.
pm2 cron
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pm2 --cron | |
pm2 start aplicacao.js --name nome_aplicacao --cron "*/15 * * *" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment