How do I keep dev instance awake always?

Sg001
Kilo Contributor

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

6 REPLIES 6

suvro
Mega Sage
Mega Sage

There is no way to do that and another option is become a rising star or MVP in this community

dmathur09
Kilo Sage
Kilo Sage

It is not feasible to make a dev instance awake always.

Regards,

Deepankar Mathur

Musab Rasheed
Tera Sage
Tera Sage

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

Please hit like and mark my response as correct if that helps
Regards,
Musab

Any suggestion on what scheduled operation should be performed on instance to keep it awake?