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

Change heartbeat_period type from float to int #1337

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

rjmello
Copy link
Member

@rjmello rjmello commented Oct 24, 2023

Description

Changed heartbeat_period type from float to int for GlobusComputeEngine, ProcessPoolEngine, and ThreadPoolEngine to maintain parity with the HighThroughputEngine and Parsl's HighThroughputExecutor.

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Copy link
Collaborator

@yadudoc yadudoc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rjmello and I had a discussion on this. We cannot use the float type for heartbeat_period until Parsl's HTEX is updated to use subsecond heartbeats. Without that support, keeping the float type doesn't help. Originally I wanted floats to help tests go faster.

@rjmello rjmello merged commit 9ad4812 into main Oct 24, 2023
30 checks passed
@rjmello rjmello deleted the engine-heartbeat-period-int branch October 24, 2023 22:30
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.

2 participants