-
Notifications
You must be signed in to change notification settings - Fork 12
Release v10.11.0 #2861
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
Merged
Merged
Release v10.11.0 #2861
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use Graviton Instances for AUTORIFT_ITS_LIVE
Co-authored-by: William Horn <williamh890@yahoo.com>
Co-authored-by: William Horn <williamh890@yahoo.com>
Co-authored-by: William Horn <williamh890@yahoo.com>
Search archive for existing product without blocking job submission
Developer checklist
Reviewer checklist
|
combine changelog entries
williamh890
approved these changes
Aug 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO:
ARIA_S1_GUNWjob, a non-archivedARIA_S1_GUNWjob, and a job of a different type; confirm jobs behave as expected and credits get refundedINSAR_ISCE_MULTI_BURSTis still running)Started with 9880 credits.
Submitted an already-archived
ARIA_S1_GUNWjob, a non-archivedARIA_S1_GUNWjob (changed one of the dates), and anINSAR_ISCE_BURSTjob, for a total cost of 60 + 60 + 1 = 121. My total credits decreased to 9759, as expected.Response for the archived
ARIA_S1_GUNWjob:{ "job_id": "91834dc3-c2da-46dd-bf06-d5596b74319b", "user_id": "jtherrmann", "status_code": "PENDING", "execution_started": false, "request_time": "2025-08-06T18:53:21+00:00", "priority": 9879, "job_type": "ARIA_S1_GUNW", "name": "archived", "job_parameters": { "reference_date": "2019-12-31", "secondary_date": "2018-12-12", "frame_id": 11040 }, "credit_cost": 60 }After a short wait, https://hyp3-test-api.asf.alaska.edu/jobs/91834dc3-c2da-46dd-bf06-d5596b74319b returns:
{ "processing_times": [ 0 ], "browse_images": [ "https://grfn-public-prod.asf.alaska.edu/S1-GUNW-D-R-071-tops-20191231_20181212-135207-00119W_00035N-PP-fc9b-v3_0_1.png" ], "credit_cost": 0, "priority": 9879, "execution_started": true, "job_id": "91834dc3-c2da-46dd-bf06-d5596b74319b", "name": "archived", "request_time": "2025-08-06T18:53:21+00:00", "status_code": "SUCCEEDED", "user_id": "jtherrmann", "files": [ { "size": 127563643, "url": "https://grfn.asf.alaska.edu/door/download/S1-GUNW-D-R-071-tops-20191231_20181212-135207-00119W_00035N-PP-fc9b-v3_0_1.nc", "filename": "S1-GUNW-D-R-071-tops-20191231_20181212-135207-00119W_00035N-PP-fc9b-v3_0_1.nc" } ], "job_parameters": { "secondary_date": "2018-12-12", "frame_id": 11040, "reference_date": "2019-12-31" }, "expiration_time": "3022-03-13T18:53:42+00:00", "job_type": "ARIA_S1_GUNW" }And my credits have been increased to 9819, as expected.
Also ran the same test with my
remaining_creditsset tonull(infinite credits), and confirmed everything worked as expected, and the step function execution succeeded.