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

Add additional config options #657

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Add additional config options #657

merged 1 commit into from
Jun 11, 2024

Conversation

mwylde
Copy link
Member

@mwylde mwylde commented Jun 11, 2024

This PR uses the new config system to make more parts of the system (which currently have hard-coded values) configurable:

  • default-checkpoint-interval: Default interval for checkpointing
  • pipeline.allowed-restarts: How many restarts to allow before moving to failed (-1 for infinite)
  • pipeline.healthy-duration: After this amount of time, we consider the job to be healthy and reset the restarts counter
  • pipeline.worker-heartbeat-timeout: Number of seconds to wait for a worker heartbeat before considering it dead
  • pipeline.worker-startup-time: Amount of time to wait for workers to start up before considering them failed
  • pipeline.task-startup-time: Amount of time to wait for tasks to startup before considering it failed

@mwylde mwylde enabled auto-merge (squash) June 11, 2024 18:04
@mwylde mwylde merged commit 3d4bd7f into master Jun 11, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant