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.