Skip to content
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

request: make get log max page size configurable #347

Open
v36372 opened this issue Mar 12, 2024 · 2 comments
Open

request: make get log max page size configurable #347

v36372 opened this issue Mar 12, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@v36372
Copy link
Contributor

v36372 commented Mar 12, 2024

Currently it's hardcoded as 50. Would be great if we can configure this param ourselves.

@runabol runabol added the enhancement New feature or request label Mar 13, 2024
@v36372
Copy link
Contributor Author

v36372 commented Mar 19, 2024

Also, ability to configure the max size of each log partition would be helpful. I'm currently having too many items, while each item is only 1 line of log. The datatype of tasks_log_parts.contents is TEXT so I don't see why we should't store as much as possible in 1 partition.

@runabol
Copy link
Owner

runabol commented May 10, 2024

Also, ability to configure the max size of each log partition would be helpful. I'm currently having too many items, while each item is only 1 line of log. The datatype of tasks_log_parts.contents is TEXT so I don't see why we should't store as much as possible in 1 partition.

While not configurable yet, the log shipping on the latest (0.1.73) version will buffer log entries for upto a second. In my tests it significantly reduces my log entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants