Page MenuHomePhabricator

Allow daemon modules to awake hibernating daemons from slumber
ClosedPublic

Authored by epriestley on Mar 23 2017, 1:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 29, 10:23 AM
Unknown Object (File)
May 30 2025, 9:35 AM
Unknown Object (File)
May 29 2025, 9:10 AM
Unknown Object (File)
May 29 2025, 6:32 AM
Unknown Object (File)
Apr 26 2025, 10:03 AM
Unknown Object (File)
Apr 25 2025, 6:37 AM
Unknown Object (File)
Apr 23 2025, 7:06 PM
Unknown Object (File)
Apr 14 2025, 6:24 AM
Subscribers
None

Details

Summary

Ref T12298. For repository and taskmaster daemons, before we let them hibernate, we want to be able to wake them up if a new task comes in or a repository gets an update request.

If we can't do this, the first action (commit, comment, etc) after a lull of activity may take several minutes to actually get processed by the daemons since we have to wait around for them to wake up on their own.

With this mechanism, daemon overseers can periodically run some queries (e.g., are there new tasks?) to see if pools should wake from hibernation.

Test Plan

Wrote a fake module to awaken trigger daemons by rolling dice, ran bin/phd debug trigger, saw it reawaken them successfully after random intervals.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 23 2017, 3:48 PM
This revision was automatically updated to reflect the committed changes.