We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Logs from "files" processor are capped at 256000 bytes
To Reproduce Steps to reproduce the behavior:
Expected behavior There is plenty of disk to use for logs. There should be no cap.
** Specifications:**
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
This is a limitation of the executor https://github.com/distribworks/dkron/blob/master/builtin/bins/dkron-executor-shell/shell.go#L27 not the processor, there are several ways of fixing this, I've got this from the top of my head:
Sorry, something went wrong.
Change the architecture to execute processors on streaming output to continuously execute processors
The design should make this easier
Streaming out the logs is the correct way, buffering in ram is wrong in so many ways...
No branches or pull requests
Describe the bug
Logs from "files" processor are capped at 256000 bytes
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There is plenty of disk to use for logs. There should be no cap.
** Specifications:**
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: