You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every invocation of the spot_monitor lambda throws the following errors:
2022-11-11T20:40:46.828Z56d0e64e-0a6f-4f66-857b-576273621e67INFOTypeError: Cannotreadproperty'instances'ofundefinedat/var/task/main.js:87:22atArray.forEach(<anonymous>)
at /var/task/main.js:72:31
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Promise.all (index 0)
at async Runtime.exports.main [as handler] (/var/task/main.js:100:3)
2022-11-11T20:30:53.928Zad91e5e7-ba38-452a-90dd-2d03718bbd6fERRORInvokeError{"errorType": "Error","errorMessage": "[!] Failed to retreive spot instance statuses: TypeError: Cannot read property 'instances' of undefined","stack": ["Error: [!] Failed to retreive spot instance statuses: TypeError: Cannot read property 'instances' of undefined"," at intoError (/var/runtime/Errors.js:27:12)"," at postError (/var/runtime/CallbackContext.js:21:47)"," at callback (/var/runtime/CallbackContext.js:42:7)"," at /var/runtime/CallbackContext.js:113:16"," at Runtime.exports.main [as handler] (/var/task/main.js:104:10)"," at runMicrotasks (<anonymous>)"," at processTicksAndRejections (internal/process/task_queues.js:95:5)"]}
Issue appears to have been caused by a campaign that ended (keyspace exhausted), but wasn't properly cleaned up. Canceling the campaign via the ui has (for the moment) stopped the errors, and given my inbox some peace. Not sure what cosmic bit-flip resulted in that campaign not being properly closed down.
The text was updated successfully, but these errors were encountered:
This issue has raised it's head again. Running latest version, seems to be the same issue, though this time the erroneous job failed due to timeout rather than keyspace exhaustion.
Every invocation of the spot_monitor lambda throws the following errors:
/lambda_functions/spot_monitor/main.js#L72
Getting the matching email every minute is not my favorite thing.
There are no open spot requests, or running instances.
Update
Issue appears to have been caused by a campaign that ended (keyspace exhausted), but wasn't properly cleaned up. Canceling the campaign via the ui has (for the moment) stopped the errors, and given my inbox some peace. Not sure what cosmic bit-flip resulted in that campaign not being properly closed down.
The text was updated successfully, but these errors were encountered: