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 More Permissive Timeout for Pathfinder #705

Closed
MarkDWilliams opened this issue Nov 8, 2024 · 0 comments
Closed

Allow More Permissive Timeout for Pathfinder #705

MarkDWilliams opened this issue Nov 8, 2024 · 0 comments
Assignees

Comments

@MarkDWilliams
Copy link
Collaborator

  1. We'll look at the query_graph structure for things that have the structure of a pathfinder query (3 nodes, 2 edges)
  2. Add a params or similar JSONField to the Message Model to hold optional parameters
  3. Within that params, have "query_type" or something similar and set it to "pathfinder" for queries that match the pattern
  4. Look for that query_type the same way we look for agents when doing timeouts currently.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants