Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Logs Hardcoded to 10000 Lines #1848

Open
emimaesmith opened this issue Feb 4, 2020 · 1 comment
Open

Logs Hardcoded to 10000 Lines #1848

emimaesmith opened this issue Feb 4, 2020 · 1 comment
Labels

Comments

@emimaesmith
Copy link
Contributor

emimaesmith commented Feb 4, 2020

Description
The logs retrieved for each running job are capped at 10000 lines. This is a hardcoded number in the code to retrieve the logs json:

'size': 10000,

Suggested to look into paging the logs content to allow for streaming over 10000 lines.

@emimaesmith emimaesmith added the bug label Feb 4, 2020
@cshamis
Copy link

cshamis commented Feb 5, 2020 via email

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants