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

Create end point to purge stale messages from cache #61

Open
franTarkenton opened this issue Jun 27, 2023 · 0 comments
Open

Create end point to purge stale messages from cache #61

franTarkenton opened this issue Jun 27, 2023 · 0 comments

Comments

@franTarkenton
Copy link
Member

Currently sometimes we collect events for a specific date, however not all the events that are required to trigger a workflow are emitted. Suspect this is due to pod instability, and possibly events upstream not being re-emitted. Continuing to try to resolve the upstream issues in ticket #16

As a result the database can grow in size with stale events associated with days past.

This ticket would create an end point that would allow us to purge the data in the database for specified dates.

  • Any past date can be purged
  • Block any requests to purge the data associated with the current date.
  • Add OIDC authentication to the api - Could be complicated! May want to put that into its own ticket.
  • Ideally any write operations should require the user be authenticated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New Issues
Development

No branches or pull requests

1 participant