You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
We enforce cluster max_execution_time as a safety mechanism at 30s and find that sync diff inspector needs longer runtimes to avoid experiencing errors due to canceled requests.
This patch allows for setting a different session level max_execution_time value to override the cluster global value.
It maintains the default behavior (no session level limit) unless an additional new argument is provided to sync-diff-inspector
Describe the feature you'd like:
Session level override for max_execution_time
Describe alternatives you've considered:
No good ones came to mind and would require relaxing our reliability stance.
Feature Request
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
Filing follow up PR using the patch we run in production.
The text was updated successfully, but these errors were encountered: