bcgov / nr-rfc-grib-copy

Demo of using github actions to copy / process raw data
Apache License 2.0
2 stars 2 forks source link

Create end point to purge stale messages from cache #61

Open franTarkenton opened 1 year ago

franTarkenton commented 1 year ago

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 https://github.com/bcgov/nr-rfc-grib-copy/issues/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.