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 have a github actions workflow that executes mongodb-github-action on about 40-50 concurrent jobs in a single workflow. My setup related to mongodb-github-action is pretty simple, it's a single node with authentication.
However, I realize that every ~150-200 executions of mongodb-github-action, I seem to get this error which times out and causes a job to fail:
I'm not entirely sure what's going on, but is it possible to implement some kind of retry logic in start-mongodb.sh?
The text was updated successfully, but these errors were encountered:
marqueurs404
changed the title
Authentication failed leads to failure to start container
Authentication failed leads to job failure
Feb 12, 2025
I have a github actions workflow that executes mongodb-github-action on about 40-50 concurrent jobs in a single workflow. My setup related to mongodb-github-action is pretty simple, it's a single node with authentication.
However, I realize that every ~150-200 executions of mongodb-github-action, I seem to get this error which times out and causes a job to fail:
I'm not entirely sure what's going on, but is it possible to implement some kind of retry logic in start-mongodb.sh?
The text was updated successfully, but these errors were encountered: