RasaHQ / helpdesk-assistant

Apache License 2.0
184 stars 153 forks source link

Improve ServiceNow Instance Detection #16

Open rgstephens opened 4 years ago

rgstephens commented 4 years ago
rgstephens commented 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.