A stateless worker obtains durable inputs from external storage and may build temporary local state for speed. If the worker disappears, another worker can reconstruct the same state and continue the task.
Repository hosting can use workers that replay a log to materialize Git state on demand. This reduces permanent replica requirements but needs efficient recovery, caching and deterministic assignment.
