|
|
|
|
|
by zzyzxd
67 days ago
|
|
One mistake I see across many organizations is that sometimes they overthink how much order should matter. Sure, your application has a dependency on that database, but it doesn't necessarily mean you can't deploy the application before having a database. If possible, make it acceptable for your application to stay in a crashloop until your database is online. |
|