Loading strategies
Loading strategies
The dynamic strategy serves a self-refreshing waiting page while your instances start, then reloads into the real service once they are …
This guide shows you how to customize the waiting page shown while an instance starts.
services: sablier: image: sablierapp/sablier:1.15.0 …
The blocking strategy holds the incoming request until your instances are ready, then forwards it.
–strategy.blocking.default-timeout There …