Background jobs now save the flags needed to relaunch them, dropping any unrecognised flags with a warning.
What's wrong with this entry?
Persisted background job state now carries the flags needed to respawn a job, with unknown flag tokens filtered out before they are written.
- the job-state writer persists
respawnFlagsalongside the fields it already rewrites - the schema defaults
respawnFlagsto an empty list and filters its contents against an allowlist - dropped tokens produce a warning naming them
[jobs] stripped non-allowlisted respawnFlags token(s) from persisted job state:
Strings lifted out of the shipped bundle, so the claim above can be checked against them.