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?
Solved! Go to Solution.