pub const UPDATE_ATTEMPT_SUSPEND_SQL: &str = "UPDATE ff_attempt \
SET worker_id = NULL, \
worker_instance_id = NULL, \
lease_expires_at_ms = NULL, \
lease_epoch = lease_epoch + 1, \
outcome = 'attempt_interrupted' \
WHERE partition_key = ?1 AND execution_id = ?2 AND attempt_index = ?3";