This repository was archived by the owner on Dec 3, 2023. It is now read-only.
forked from aria-jpl/qquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Qquery changes for slings across multiple scihub accounts with DNS Al…
…ias (#1) * qquery changes for dns_alias * correct bug * job_spec changes for dns_alias * fix bug with input params * qquery changes for dns_alias * qquery changes for dns_alias * qquery changes for dns_alias fix bugs * whatsup here * for debugging and staging * qquery changes for dns_alias * BUGS * changes to job-spec for separate queues (up to 5) * updates to cron.py for more endpoints on scihub * moar changes for new queues! * sorry, my bad * this as well! * use query_enpoitn instead of qtype * change the bash file too! * i am blind * better distinction for queries in sling * let qquery handle th splitting up pf slings into scihubxx queues * we will not change the plugins! * bug in param name * revert unecessary changes * revert unecessary changes * fix bug * remove debugs * 1 queued for ASF to sling * add "dns_list" to other jobs too in dockerfiles! * print more information
- Loading branch information
Showing
10 changed files
with
98 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,11 @@ | |
{ | ||
"name": "endpoint", | ||
"from": "submitter" | ||
}, | ||
{ | ||
"name": "dns_list", | ||
"from": "submitter", | ||
"type": "text" | ||
} | ||
] | ||
} |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,10 @@ | |
{ | ||
"name": "endpoint", | ||
"destination": "positional" | ||
}, | ||
{ | ||
"name": "dns_list", | ||
"destination": "positional" | ||
} | ||
] | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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