zephyrsoftwares / checkflow-api

Flexible IT auditing software
0 stars 1 forks source link

Fix databse race condition #29

Closed ibrahimadlani closed 9 months ago

ibrahimadlani commented 9 months ago

CheckFlow Issue : 🐞 Bug Report

BUG DESCRIPTION

HOW TO REPRODUCE THE BUG

Sometime when the main app is faster than the database to bootup, it cause an app crash.

EXPECTED BEHAVIOUR

Both the database and the main app should bootup in a certain order (db then app)

ACTUAL BEHAVIOUR

Sometime when the main app is faster than the database to bootup, it cause an app crash.