Select to view content in your preferred language

ArcGIS Online Notebook scheduled task stops running

57
2
Wednesday
AishaMalik
Esri Contributor

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!

0 Kudos
2 Replies
MichaelVolz
Esteemed Contributor

Can you try creating a python script for this task to see if that works better?

0 Kudos
BobBooth1
Esri Regular Contributor

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/

 

0 Kudos