=== reconciliation autocommit SKIP LOCKED probe ===
-- worker A claim statement (autocommit) --
                  id                  |              attempt_id              | attempts 
--------------------------------------+--------------------------------------+----------
 55555555-5555-5555-5555-555555555555 | 44444444-4444-4444-4444-444444444444 |        0
(1 row)

-- worker B same claim after A SELECT returned, before A reschedule/complete --
                  id                  |              attempt_id              | attempts 
--------------------------------------+--------------------------------------+----------
 55555555-5555-5555-5555-555555555555 | 44444444-4444-4444-4444-444444444444 |        0
(1 row)

-- row remains unclaimed in durable state --
                  id                  |     next_check_at      | attempts | last_result 
--------------------------------------+------------------------+----------+-------------
 55555555-5555-5555-5555-555555555555 | 2026-08-25 09:00:00+00 |        0 | 
(1 row)

