Hi everyone,
I have an ArcGIS Online Notebook scheduled to run every 15 minutes. It retrieves weather data from an API, updates hosted feature layers, and refreshes an ArcGIS Dashboard.
The notebook runs successfully when executed manually, but when scheduled, it runs successfully for some time and then stops executing without any changes to the code.
Has anyone experienced this issue before? Is running a scheduled notebook every 15 minutes a supported and reliable interval, or are there any known limitations or best practices?
Thanks in advance!
Can you try creating a python script for this task to see if that works better?
If you decide to go the scheduled Python script route, this tutorial may be helpful for you.
https://learn.arcgis.com/en/projects/schedule-automated-near-real-time-data-updates/