Open rgstephens opened 4 years ago
There's now a scheduled cron job that keeps the ServiceNow instance awake by hitting it every 12 hours.
Here's the crontab entry:
12 4,16 * * * /home/greg/servicenow-instance-wakup/snwakeup.sh > /tmp/snwakeup.log 2>&1
It uses the following files in /home/greg/servicenow-instance-wakup
:
servicenow-instance-wakeup-linux-amd64
snwakeup.sh
I'm pulling the binary package from the servicenow-instance-wakeup project.
snow_credentials.yml
on session start so changes are picked up without restart of action serverlocalmode
(maybe addlocalmode
value ofauto
to enable this)