Skip to content

Adds runtime toggle to enable/disable retries

Latest

Choose a tag to compare

@Ahed92Wakim Ahed92Wakim released this 02 Nov 16:35
cfef3ff

Introduces Artisan commands to enable/disable database transaction retries at runtime without modifying configuration files. This is achieved by creating/removing a marker file.

Adds RetryToggle class to handle the logic for checking and managing the marker file.

Updates the transaction retrier to respect the runtime toggle status.