You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement is to have the ability to submit a job and wait till its completion.
Issues to consider:
How long is the wait for - can a timeout value be passed in and what would the default be ?
What if the job goes onto the input queue ?
What is the response to the API ? Is a particular job file content to be returned and is this an input parm to specifiy which one, or should the list of all of the files be returned ?
The text was updated successfully, but these errors were encountered:
default to 1 minute, with the ability for the user to define some setting to alter that
if the timeout is exceeded, return from the API with a specific status code and a URL (like you suggested)
we should have a setting in the API to tell it whether to concatenate all output spool files as one large file, or if the setting is activated, then return each spool subfile individually
Requirement is to have the ability to submit a job and wait till its completion.
Issues to consider:
How long is the wait for - can a timeout value be passed in and what would the default be ?
What if the job goes onto the input queue ?
What is the response to the API ? Is a particular job file content to be returned and is this an input parm to specifiy which one, or should the list of all of the files be returned ?
The text was updated successfully, but these errors were encountered: