A couple of checks are performed whenever the workspace is loaded into memory. This happens during the boot sequence or when the workspace is modified by an administrator.
The results of the workspace checks are logged on the backend.
The workspace checks whether tiles can be retrieved from a 3rd party provider. Otherwise ¡No bueno!. This could indicate a mistake in the URL or a missing environment key.
Cache tables for MVTs are either created if none exist or truncated if the mvt_fields schema mismatches.
The geometry and query id fields for PostGIS tables are checked.
A-ok indicates that the layer is in good working condition.
_defaults.json
Checks are run against the defaults in the workspace directory.
Keys which are not defined in the defaults will be prefixed with a double underscore __.
Entries which are not 'optional' are written from the defaults into the workspace before it is loaded into memory.