Skip to main content

Module worker

Module worker 

Source
Expand description

The hourly refresh (CFG-046 to CFG-050).

A run rewrites the stored row. It never changes the snapshot the client is holding — that is fixed at build (CFG-030) — so the only thing a refresh can change about a running client is to latch a failure it must not ignore: a different deployment answering (CFG-051) or a minimum version this build no longer meets (CFG-061).

Structs§

ConfigurationWorker
ConfigurationWorkerError
The refresh worker never surfaces an error: CFG-047 says a failed run logs and leaves the stored copy alone. This exists only to satisfy the worker trait’s error contract.
Factory