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

Enforcing correct task completion time using priority queue #93

Merged
merged 7 commits into from
Mar 23, 2024

Conversation

dhruvsgarg
Copy link
Collaborator

No description provided.

Copy link
Contributor

@sukritkalra sukritkalra left a comment

Choose a reason for hiding this comment

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

LGTM. Minor comments. Looks like there might also be some formatting issues.

rpc/service.py Outdated

return erdos_scheduler_pb2.NotifyTaskCompletionResponse(
success=True,
message=f"Task with ID {request.task_id} completed successfully!",
message=f"Task with ID {request.task_id} completed successfully! "
f"Will be removed based on actual_task_completion_time",
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you pass the actual expected completion time into the message response so we can double check it in the Spark logs?

@dhruvsgarg dhruvsgarg merged commit 355e4e1 into main Mar 23, 2024
1 check 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.

2 participants