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

Issue 37: Kill Prefect/Globus prune tasks when encountering "PERMISSION_DENIED" error. #39

Merged
merged 2 commits into from
Oct 23, 2024

Commits on Oct 22, 2024

  1. Added a catch to task_wait() that listens for PERMISSION_DENIED error…

    …s from Globus, then kills both the Globus prune task and Prefect prune flow.
    davramov committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4d367d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Adjusted prune code such that check_endpoint can be set to None rathe…

    …r than a GlobusEndpoint. Updated alcf.py flow to handle updates to pruning code. Updated tiff_to_zarr.py to ensure proper file system permissions are set after all files are created, otherwise there is a Globus permissions error that prevents deletion.
    davramov committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    59eb8fd View commit details
    Browse the repository at this point in the history