final class RaceConditionTrackerCommandController extends CommandController (View source)

internal  
 

For full docs and context, see {RaceTrackerCatchUpHook}

Properties

protected mixed[] $configuration

Methods

void
resetCommand()

Reset the race condition tracker by clearing the stored traces in Redis.

void
analyzeTraceCommand(string|null $storeTrace = null)

Analyze the stored trace and detect race conditions and double-processed events.

Details

void resetCommand()

internal  
 

Reset the race condition tracker by clearing the stored traces in Redis.

Return Value

void

void analyzeTraceCommand(string|null $storeTrace = null)

internal  
 

Analyze the stored trace and detect race conditions and double-processed events.

Parameters

string|null $storeTrace

The path to store the full trace in NDJSON format (optional).

Return Value

void