GoogleCloudPlatform / flaky-service

🥐a service for collecting and tracking flaky tests
Apache License 2.0
16 stars 9 forks source link

feat: ticket deletion #252

Closed cedpeters closed 3 years ago

cedpeters commented 4 years ago

First, tickets are now deleted once they have been successfully performed.

Second, a cloud function was added which will run once a day to delete all tickets, since some tickets might get abandoned.

The first feature should be enough to keep the ticket storage small. The second is precautionary, because theoretically users could open a lot of tickets and prevent their closure in an attempt to make our database storage expensive.