SprocketBot / sprocket

Sprocket is a platform to manage and automate organized Esports leagues
MIT License
13 stars 1 forks source link

Casbin migrations conflict when multiple instances are starting at the same time #539

Open TheSprocketBot opened 5 months ago

TheSprocketBot commented 5 months ago

When casbin is first initialized; it tries to apply / check migrations against the database. During this process it seems to use a lock.

With this in mind, we should find a way to not fail - if a migration is already running, either with a retry (w/ backoff), or some other error handling method.