mongodb-github-action
mongodb-github-action copied to clipboard
Authentication failed leads to job failure
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?