[Buildbot-devel] [buildbot-devel] Poll just once at startup with HgPoller?
Steve Hoelzer
shoelzer at gmail.com
Thu Dec 12 15:00:29 UTC 2013
In the docs for the poller hook, it says:
> The poller hook allows you to use GET requests to trigger polling. One advantage of this is your buildbot instance can (at start up) poll to get changes that happened while it was down, but then you can still use a commit hook to get fast notification of new changes.
http://docs.buildbot.net/current/manual/cfg-statustargets.html#poller-hook
I'm currently using HgPoller but I don't see how I can configure it to
poll just once at start up. As far as I can tell, it never polls at
start up. The first poll happens after `pollInterval` seconds and then
of course it keeps polling periodically.
Is there a way for me achieve the behavior described in the docs?
Thanks,
Steve
More information about the devel
mailing list