-
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.
Update errorcodes.json with new error messages and added timeout to s…
…ubmission function
- Loading branch information
1 parent
56c7507
commit 4f9e957
Showing
5 changed files
with
275 additions
and
79 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"op": { | ||
"1": "Submission file is not a valid zipped file", | ||
"2": "Error installing Python submission dependencies", | ||
"3": "Failed to get system metadata information", | ||
"4": "No system metadata returned from API", | ||
"5": "Configuration file not found in current evaluation directory", | ||
"6": "Required function name not found within submission python file", | ||
"7": "Failure cutoff met for submission evaluation and execution has been terminated", | ||
"8": "Submission result length does not match ground truth length", | ||
"500": "Internal server error" | ||
}, | ||
"wr": { | ||
"1": "Error uploading file to s3", | ||
"2": "Error downloading file from s3", | ||
"3": "No files found in s3 bucket for analysis", | ||
"4": "Error updating submission result to API", | ||
"5": "Error updating submission status to API", | ||
"6": "Required evaluation files not found in s3 bucket", | ||
"7": "File metadata for file ID not found in API", | ||
"8": "No file metadata found in API for analysis ID", | ||
"9": "Not all ground truth data files found in s3 bucket for analysis", | ||
"10": "Not all analytical data files found in s3 bucket for analysis", | ||
"11": "Runner module does not have a 'run' function", | ||
"12": "Error posting Error Report to API", | ||
"13": "API did not return a valid response", | ||
"500": "Internal server error" | ||
}, | ||
"sb": { | ||
"1": "Submission function exceeded maximum execution time", | ||
"500": "Internal server error" | ||
} | ||
} |
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
Oops, something went wrong.