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

[Enhancement] change the input argument of GSTaskTrackerAbc to be an integer #699

Merged
merged 5 commits into from
Jan 11, 2024

Conversation

zhjwy9343
Copy link
Contributor

@zhjwy9343 zhjwy9343 commented Jan 9, 2024

Issue #, if available:

Description of changes:

  • This PR changes the input argument of GSTaskTrackerAbc from GSConfig object into an integer because the GSTaskTrackerAbc only needs an integer to set the log_report_frequency attribute.
  • Using the GSConfig object will prevent users from using task tracker to monitor running process because creating a GSConfig is NOT publicly open, and is very complex.
  • Decouple the GSTaskTracker from using GSConfig could help users to construct task trackers and use them in the GraphStorm programming APIs.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@zhjwy9343 zhjwy9343 added the ready able to trigger the CI label Jan 9, 2024
@zhjwy9343 zhjwy9343 requested a review from classicsong January 10, 2024 18:23
Copy link
Contributor

@classicsong classicsong left a comment

Choose a reason for hiding this comment

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

Can you provide why you make this change in the PR description?

examples/customized_models/HGT/hgt_nc.py Outdated Show resolved Hide resolved
Co-authored-by: xiang song(charlie.song) <[email protected]>
@zhjwy9343
Copy link
Contributor Author

Can you provide why you make this change in the PR description?

Sure. Update the descriptions and give the reasons of this change.

@zhjwy9343 zhjwy9343 merged commit 84ab65b into awslabs:main Jan 11, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready able to trigger the CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants