Select to view content in your preferred language

ArcGIS Notebook on AGOL: nvalid value for executionTimeoutInMinutes for notebook job run

895
10
Jump to solution
4 weeks ago
SFM_TravisBott
Frequent Contributor

New issues since recent AGOL update: all of my scheduled notebooks fails with the message below:

{
  "error": {
    "code": 90031,
    "message": "Invalid value for executionTimeoutInMinutes for notebook job run.",
    "messageCode": "NBO_90031",
    "details": []
  }
}

 

All of them were set to the maximum allowable limit (1440 minutes, which is 24 hours), and they worked like this for a long time. I since backed them off to 1000, just to be sure, as none of them take remotely that long. Same issue.

So what's the deal? All scripts run fine when executed manually. All are in runtime 10 or 11. How do I get the task to accept a parameter that is entirely within the specified limits?

10 Replies
SFM_WillBrewer
Regular Contributor

Sup dog!

0 Kudos