Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid job status null, expected EXECUTING. #195

Open
jwross14532 opened this issue Aug 26, 2021 · 0 comments
Open

Invalid job status null, expected EXECUTING. #195

jwross14532 opened this issue Aug 26, 2021 · 0 comments

Comments

@jwross14532
Copy link

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)"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant