Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Activity Timeout Values #67

Closed
mrpaulandrew opened this issue Nov 9, 2020 · 1 comment · Fixed by #70
Closed

Update Activity Timeout Values #67

mrpaulandrew opened this issue Nov 9, 2020 · 1 comment · Fixed by #70
Assignees
Labels
enhancement New feature or request Solution Area: Orchestrator Azure Data Factory or Azure Synapse Analytics - Processing pipelines.

Comments

@mrpaulandrew
Copy link
Owner

Reduce all framework pipeline activity timeout values from the service default of 7 days.

In the event of a wider platform failure, the framework processes should not "get stuck" and be in a situation of waiting 7 days before a failure is realised.

@mrpaulandrew mrpaulandrew self-assigned this Nov 9, 2020
@mrpaulandrew mrpaulandrew added enhancement New feature or request Solution Area: Orchestrator Azure Data Factory or Azure Synapse Analytics - Processing pipelines. labels Nov 9, 2020
@mrpaulandrew
Copy link
Owner Author

Standard activity policy for all framework pipelines:

"policy": {
"timeout": "0.00:10:00",
"retry": 0,
"retryIntervalInSeconds": 0,
"secureOutput": false,
"secureInput": false
}

@mrpaulandrew mrpaulandrew linked a pull request Nov 9, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Solution Area: Orchestrator Azure Data Factory or Azure Synapse Analytics - Processing pipelines.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant