parseable
parseable copied to clipboard
Dynamic endpoints
Fixes #370
Description
Adds support for dynamic queries by periodically re-fetching the query given.
Associates each dynamic query with a UUID. Uses a static ref map to associate the UUIDs with the latest result.
This PR has:
- [ y] been tested to ensure log ingestion and log query works.
- [y ] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
- [ y] added documentation for new or modified features or behaviors.
/claim #370