Files
langflow/src
ogabrielluiz cdb5d4dcc4 feat(background): add heartbeat/lease + atomic attempt store primitives
Lease+heartbeat liveness in job_metadata (no new column): heartbeat() stamps
owner+timestamp via shallow merge; is_lease_stale() tells a live in-flight run
from a genuinely orphaned one; increment_attempt_if() is an atomic conditional
bump so concurrent reconcilers cannot push a job past max_attempts.
2026-06-04 09:08:45 -03:00
..