mongodb-github-action icon indicating copy to clipboard operation
mongodb-github-action copied to clipboard

Authentication failed leads to job failure

Open marqueurs404 opened this issue 8 months ago • 0 comments

Image

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:

Image

I'm not entirely sure what's going on, but is it possible to implement some kind of retry logic in start-mongodb.sh?

marqueurs404 avatar Feb 12 '25 02:02 marqueurs404