heroku / heroku-buildpack-clojure

Heroku's buildpack for Clojure applications.
MIT License
117 stars 114 forks source link

Add a scheduled Hatchet app cleaner workflow #136

Closed edmorley closed 1 year ago

edmorley commented 1 year ago

As of Hatchet v8.x, Hatchet now:

However, leftover apps can still occur in the following cases:

Therefore, this scheduled cleanup job has been added to catch any such leftover apps. It runs daily at 6am UTC, and can also be triggered manually via the GitHub dashboard.

The cleanup job only deletes apps older than 10 minutes, so that it doesn't break any in progress CI jobs.

GUS-W-12629391.