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

Allow to prematurely terminate processing when a criteria is met #294

Open
filip26 opened this issue Dec 4, 2023 · 1 comment
Open

Allow to prematurely terminate processing when a criteria is met #294

filip26 opened this issue Dec 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@filip26
Copy link
Owner

filip26 commented Dec 4, 2023

Is your feature request related to a problem? Please describe.
Huge documents might cause the processor to run for a long time. To avoid a service distribution by a malicious attack a processing time time must be restricted by a configurable option.

Describe the solution you'd like
Possible solutions:

  • time limit - terminate computation after a defined period
  • a limit based on a number of processed nodes

Describe alternatives you've considered
The other way could be to kill a process executing a processor from outside.

@filip26
Copy link
Owner Author

filip26 commented Feb 26, 2024

moving to another milestone as it's still WIP. Partial implementation covering only some algos will be released as part of 1.4.0 marked experimental

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

1 participant