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

Add cypher query limit as command line argument to prevent expensive task-queries that will never complete #32

Open
Relkci opened this issue Jul 30, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Relkci
Copy link
Member

Relkci commented Jul 30, 2022

Is your feature request related to a problem? Please describe.
Large domains with many relationships may cause some pre-defined queries to never complete

Describe the solution you'd like
Add limit phArg that is appended to any task query processed by phTasks

Describe alternatives you've considered
Enforce a query timeout on the neo4j connection string and handle the error generated -- less idea as it will prevent any data from being written on the report

Additional context
Add any other context or screenshots about the feature request here.

@Relkci Relkci added the enhancement New feature or request label Nov 5, 2022
@Relkci
Copy link
Member Author

Relkci commented Nov 10, 2022

hardcoded 300 second limit on every query

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
Development

No branches or pull requests

1 participant