← Back to Docs
Recipe: Failover test script writer
Generate a PowerShell script that simulates license-server outages so you can validate Nimbus offline-grace behavior before shipping.
What you get
- ▸A single
.ps1that blocks outbound HTTPS to the license endpoint for configurable durations. - ▸Built-in circuit-breaker logging so you can correlate Nimbus retry windows with your own telemetry.
- ▸Cleanup routine that restores firewall rules on exit — safe to run on staging VMs.
Quick start
- Open the recipe in the dashboard and click Generate.
- Copy the script to a staging machine running the Nimbus loader.
- Run
.\failover-test.ps1 -DurationSeconds 120. - Observe the loader enter offline-grace mode within the configured window.