Currently we have a config to turn-off the monitoring system that check each node every x secs, but we can skip the initial check, and for this check we use the prometheus server, but if the collator is warp-syncing the relaychain (e.g https://github.com/paritytech/polkadot-sdk/actions/runs/22059211596/job/63746018891) we fail the check and the network fail to spawn.
We should introduce a config key to skip the check in the whole network (in global settings) or skip by node (individual).
Thx!
Currently we have a config to turn-off the monitoring system that check each node every x secs, but we can skip the initial check, and for this check we use the prometheus server, but if the collator is warp-syncing the relaychain (e.g https://github.com/paritytech/polkadot-sdk/actions/runs/22059211596/job/63746018891) we fail the check and the network fail to spawn.
We should introduce a config key to skip the check in the whole network (in global settings) or skip by node (individual).
Thx!