TEAM #1177- Add script to cleanup task definitions in GHA workflow #2204
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces a GHA workflow that deregisters all api and celery task definitions except the most recent 10 (for each family). The workflow runs on a cron, every Sunday at 00:00 UTC. There is also a workflow dispatch option that contains a dry run for testing purposes.
issue TEAM 1177
How Has This Been Tested?
As of right now, only dry run has been tested. I am going to test this now without dry run, and I am expecting it to fail on API limits being hit in AWS. Failed workflows on API limits are acceptable for now while we churn through the thousands of task definitions we have to deregister.
Once we churn through those, running this weekly should not trigger API limits.
Dry run: https://github.com/department-of-veterans-affairs/notification-api/actions/runs/12505543172/job/34889065650#step:4:130
Current workflow run deleting task definitions: https://github.com/department-of-veterans-affairs/notification-api/actions/runs/12505695741
Checklist