module

Fluxion::State::Fingerprint

Digests a job's configuration so a completed job is only skipped while it still describes the same work.

Every field that changes what runs contributes. Values are length-prefixed so that ["a", "bc"] and ["ab", "c"] cannot collide.

Instance methods

of(job : Job) : String
Source