You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Options injected from the configuration like db and storage are validated when they are requested. This means, configuration for storage are only validated when a package is pushed or downloaded, as that is when the options object is first requested.
That's not great for setup when you don't 100% know what you're doing. I'd like either something calling all validations on startup, or on the statistics page.
Statistics page is probably better as this might run in a container somewhere and this way it can be spun up and looked at without having to go find the infrastructure's logs.
So I guess instead of the current service list, there'll be a table like this:
Database
Storage
Search
Mirror
PostgreSql
S3
DB integrated
None
✅
❌
✅
-
Region not set
Opinions?
The text was updated successfully, but these errors were encountered:
I chose a column per service because there may be multiple error messages for a config and that would change the height of the whole row, while the number of services will always be the same. Having all errors in the last row would just expand that one, leaving the rest of the table alone.
I do like the health status neatly below each other though.
Options injected from the configuration like db and storage are validated when they are requested. This means, configuration for storage are only validated when a package is pushed or downloaded, as that is when the options object is first requested.
That's not great for setup when you don't 100% know what you're doing. I'd like either something calling all validations on startup, or on the statistics page.
Statistics page is probably better as this might run in a container somewhere and this way it can be spun up and looked at without having to go find the infrastructure's logs.
So I guess instead of the current service list, there'll be a table like this:
Opinions?
The text was updated successfully, but these errors were encountered: