RaceConditionTrackerCommandController
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.
void
analyzeTraceCommand(string|null $storeTrace = null)
| internal |
Analyze the stored trace and detect race conditions and double-processed events.