Dotan Asselmann
02/16/2022, 8:20 AMAnna Geller
02/16/2022, 8:57 AMflow_run
query, and then execute delete_flow_run
mutation,
• lastly, to be more proactive, you can reduce the number of logs you generate by generally logging less (only logging what's needed) and setting the log level to a lower category, e.g. instead of using DEBUG logs on your agent, switching to INFO should significantly reduce the amount of space consumed by logs in the database.Dotan Asselmann
02/16/2022, 7:23 PM