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
I got this error in production about two weeks ago for the second time. The bottleneck cache (Redis) is used to prevent burst API calls by spreading them out. Let me know if you need additional information.
"errorType": "Error",
"errorMessage": "Invalid job status null, expected EXECUTING. Please open an issue at https://github.com/SGrondin/bottleneck/issues",
"stack": [
"Error: Invalid job status null, expected EXECUTING. Please open an issue at https://github.com/SGrondin/bottleneck/issues",
" at s._assertStatus (/var/task/index.js:2:8350790)",
" at /var/task/index.js:2:8351554",
" at Generator.next (<anonymous>)",
" at n (/var/task/index.js:2:8349583)",
" at o (/var/task/index.js:2:8349786)",
" at /var/task/index.js:2:8349845",
" at new Promise (<anonymous>)",
" at /var/task/index.js:2:8349726",
" at s.doExecute (/var/task/index.js:2:8351880)",
" at Timeout._onTimeout (/var/task/index.js:2:8334438)",
" at listOnTimeout (internal/timers.js:554:17)",
" at processTimers (internal/timers.js:497:7)"
]
The text was updated successfully, but these errors were encountered:
I got this error in production about two weeks ago for the second time. The bottleneck cache (Redis) is used to prevent burst API calls by spreading them out. Let me know if you need additional information.
The text was updated successfully, but these errors were encountered: