2.4.0

ConcurrencyError

Package: flyte.ai.agents.memory

Raised when an expected_sha precondition does not match the current state.

Parameters

class ConcurrencyError(
    path: str,
    expected_sha: str,
    actual_sha: str,
)
Parameter Type Description
path str
expected_sha str
actual_sha str