Page MenuHomePhabricator

When many commits are discovered at once, import them at lower priority
ClosedPublic

Authored by epriestley on Aug 12 2019, 7:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 28, 7:38 AM
Unknown Object (File)
Mon, May 26, 3:04 PM
Unknown Object (File)
Mon, May 26, 2:36 PM
Unknown Object (File)
Sun, May 25, 6:30 AM
Unknown Object (File)
May 8 2025, 12:32 PM
Unknown Object (File)
Apr 28 2025, 6:38 PM
Unknown Object (File)
Apr 14 2025, 3:44 AM
Unknown Object (File)
Apr 9 2025, 1:49 PM
Subscribers
None

Details

Summary

Ref T13369. See that task for discussion.

When the discovery daemon finds more than 64 commits to import, demote the worker queue priority of the resulting tasks.

Test Plan
  • Pushed one commit, ran bin/repository discover --verbose --trace ..., saw commit import with "at normal priority" message and priority 2500 ("PRIORITY_COMMIT").
  • Pushed 3 commits, set threshold to 3, ran bin/repository discover ..., saw commist import with "at lower priority" message and priority 4000 ("PRIORITY_IMPORT").

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 12 2019, 7:59 PM
This revision was automatically updated to reflect the committed changes.