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?
Solved! Go to Solution.
Hi @DrewDowling,
When scheduling or editing a notebook task, you can set the maximum time the task can run from 5 minutes to 24 hours. The setting is in Step 2, "set task schedule details" > Advanced.
I hope this helps!
Thank you,
Lingtao, Product Engineer for ArcGIS Notebooks
Hi @DrewDowling,
When scheduling or editing a notebook task, you can set the maximum time the task can run from 5 minutes to 24 hours. The setting is in Step 2, "set task schedule details" > Advanced.
I hope this helps!
Thank you,
Lingtao, Product Engineer for ArcGIS Notebooks
Thank you @xlt208