Input: project_id
Output: db_latency_job_id
- Make a GraphQL call to the DB to get more details about the project associated with the
given
project_id
. More details include
Currently, there is no cleanup process with Event Triggers and this is prone to cause heavy load on the DB as well as impact performance of event triggers. Some of the customers have their own setup to cleanup the events, but not in an optimal way.
Give an ability to "VACCUM" old events from the event_log table to contain size bloat as well as sustain performance of Event Triggers. Hasura should be able to do this cleanup automatically,