potiuk commented on a change in pull request #11079:
URL: https://github.com/apache/airflow/pull/11079#discussion_r492675211
##########
File path: .github/workflows/delete_old_artifacts.yml
##########
@@ -1,11 +1,12 @@
name: 'Delete old artifacts'
on:
schedule:
- - cron: '0 * * * *' # every hour
+ - cron: '27 */6 * * *' # run every 6 hours
Review comment:
BTW. I am running the deletion now using the script with ~ 1000
deletions/hour ( I also hit rate limit with my personal token). With those
assumptions and 90 day retention period, it will take ~ 10 days to delete all
old artifacts (assuming we have 30% of the 10.000/day = 3000/day * 90 /24 ~ 10
:).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]