-
Notifications
You must be signed in to change notification settings - Fork 17
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
output from jobs is truncated #393
Comments
On further investigation this seems to have been intentional under the rationale that there is no reason to store the entire output until it can be viewed. Not sure if this is what's desired. Should probably be modified in conjunction with https://github.com/iiab/iiab-admin-console/projects/7
|
In a similar vein I think there are some scripts, mostly python, where the output is only flushed to the output file at the end so that no output appears in Job Status until the job is complete. There are others where output is buffered in ? 256/512 bytes so there are delays in its appearance in Job Status. |
The design called for only the tail to be returned to Job Status, for performance reasons, but the entire output to be stored in the db against a future enhancement that would allow the entire output to be read in Job Status.
The text was updated successfully, but these errors were encountered: