Page MenuHomePhabricator

Request increased quota for borkedbot Toolforge tool
Closed, ResolvedPublic

Description

Tool Name: borkedbot
Quota increase requested: +15 count/jobs.batch
Reason:

BorkedBot is working on 8 weekly cronjobs one of which is long running (>4 hours). I like to check it every couple of weeks to make sure things are going smoothly but because of the number of jobs I have I cannot afford keep many jobs in the history. At the moment I have the cronjobs configured as

successfulJobsHistoryLimit: 0
failedJobsHistoryLimit: 1

but I would like to move it to (or even more aggressive)

successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 2

The defaults for those values are 3/1 so this is already pared down.

To do that and keep up with the number of jobs I plan to add (at least 2 more cron jobs coming up, see RFP) I need the pod quota increased. Otherwise the successful/failed jobs will stick around and then prevent me from launching new ones.