Skip to content

Conversation

clee2000
Copy link
Contributor

@clee2000 clee2000 commented May 22, 2024

The queue can get quite long, which results in a lot of API usage, leading to getting rate limited, so restrict the number of jobs we check each time

Copy link

vercel bot commented May 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
torchci ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2024 10:05pm

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 22, 2024
@clee2000 clee2000 marked this pull request as ready for review May 22, 2024 22:01
@@ -134,8 +134,8 @@ WHERE
AND w.repository.name = 'pytorch'
AND j.backfill IS NULL
ORDER BY
j._event_time DESC
LIMIT 10000
j._event_time ASC
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change the backfill order from newest first to oldest first. I couldn't think of any side effects, so that's probably ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants