Closed
Bug 1633424
Opened 5 years ago
Closed 5 years ago
Spread daily crontasks over time
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1633440
People
(Reporter: dustin, Unassigned)
Details
bpitts39260:templates bpitts$ rg -l 'schedule: 0 0 * * *'
taskcluster-queue-cron-expireTaskDependency.yaml
taskcluster-web-server-cron-cleanup-expire-access-tokens.yaml
taskcluster-github-cron-sync.yaml
taskcluster-auth-cron-purgeExpiredClients.yaml
taskcluster-worker-manager-cron-expire-workers.yaml
taskcluster-queue-cron-expireWorkerInfo.yaml
taskcluster-queue-cron-expireTaskGroupSizes.yaml
taskcluster-queue-cron-expireArtifacts.yaml
taskcluster-purge-cache-cron-expireCachePurges.yaml
taskcluster-queue-cron-expireQueues.yaml
taskcluster-queue-cron-expireTaskGroups.yaml
taskcluster-web-server-cron-cleanup-expire-auth-codes.yaml
taskcluster-web-server-cron-scanner.yaml
taskcluster-queue-cron-expireTaskGroupMembers.yaml
taskcluster-queue-cron-expireTask.yaml
taskcluster-index-cron-expire.yaml
taskcluster-queue-cron-expireTaskRequirement.yaml
These are causing a spike in CPU usage on the DB server.
| Reporter | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Comment 2•3 years ago
|
||
This is just a matter of changing the cron job strings, right?
I mean of course, we need to decide on the new schedule first.
You need to log in
before you can comment on or make changes to this bug.
Description
•