Skip to content
New issue

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

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

Already on GitHub? # to your account

DO NOT MERGE #2

Closed
wants to merge 3 commits into from
Closed

DO NOT MERGE #2

wants to merge 3 commits into from

Conversation

MrCreosote
Copy link
Member

No description provided.

Also license, update readme with basics, etc.
... to allow GHA tasks to complete
@MrCreosote MrCreosote closed this Aug 9, 2024
@MrCreosote MrCreosote deleted the dev-codecov4 branch August 9, 2024 01:56
MrCreosote added a commit that referenced this pull request Jan 22, 2025
The prior attempt polled the NERSC task CTS server side to wait for it
to finish, which it never would since the task code was waiting for the
request to return, which in turn was sitting there polling, so fun with
deadlocks.

Instead, use the result file written by the remote code to determine
whether the data transfer is complete, which is now written out prior to
the callback execution, so the task can still be running when the server
decides to proceed with the data transfer completion routine.
MrCreosote added a commit that referenced this pull request Jan 22, 2025
The prior attempt polled the NERSC task CTS server side to wait for it
to finish, which it never would since the task code was waiting for the
request to return, which in turn was sitting there polling, so fun with
deadlocks.

Instead, use the result file written by the remote code to determine
whether the data transfer is complete, which is now written out prior to
the callback execution, so the task can still be running when the server
decides to proceed with the data transfer completion routine.
MrCreosote added a commit that referenced this pull request Jan 22, 2025
Fix callback logic attempt #2
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant