I'm considering creating a notebook in AGOL to monitor the status of a 3rd party app and update a hosted feature service when the app changes.
If I use
time.sleep(xy)
in a loop to keep the code executing and the kernel active, what is the maximum time I can run the process for?