How do I keep dev instance awake always?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 04:54 AM
I have a requirement where ServiceNow's developer account is accessed via REST API.
However, after some time of inactivity, the dev instance goes into hibernation, due to which ServiceNow REST calls don't work.
Hence, is there any API to wake up the instance of the ServiceNow account or an alternate way to keep the instance active forever?
A quick response would be appreciated.
Thank you
- Labels:
-
Service Level Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 04:58 AM
There is no way to do that and another option is become a rising star or MVP in this community

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 04:59 AM
It is not feasible to make a dev instance awake always.
Regards,
Deepankar Mathur

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 05:00 AM
Hi,
Create some scheduled job and make it run on every time at different time, I guess this will make sure instance remains awake.
Regards
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 05:35 AM
Any suggestion on what scheduled operation should be performed on instance to keep it awake?