<HTML><BODY>Hm, I removed db_poll_interval parameter and now it works as usual. Is it expected behaviour? Is this parameter should be used for multi-master mode only?<br><br><blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;">
        Пятница, 26 августа 2016, 16:12 +03:00 от Алексей Катеров <lexus_690@mail.ru>:<br>
        <br>
        <div id="">


















        












<div class="js-helper js-readmsg-msg">
        <style type="text/css"></style>
        <div>
                <base target="_self" href="https://e.mail.ru/">
                
            <div id="style_14722171800000000626_BODY">
Hello,<br><br>I have Buildbot configured with version 0.8.7p1. Previously it worked with SQLite database, but now I need it to work with MySQL to implement multi-master mode. <br>I have put this:<br><br><p>c['db'] = {<br> # This specifies what database buildbot uses to store its state. You can leave<br> # this at its default for all but the largest installations.<br>      'db_url' : "mysql://root:password@localhost/buildbot?max_idle=300",<br>      'db_poll_interval' : 5 (I have also tried 30, 60 and 1)<br> }<br>in my configuration,  wait_timeout is set to 28800. Now every requested build is pending even if there are available slaves, and it is pending until I restart master or slave by which this build could be executed. Did I forget some additional configuration for MySQL or Buildbot? Also I tried to put database configuration like this: <br></p><p>c['db_url'] = "mysql://root:123123@localhost/buildbot?max_idle=300"<br>c['db_poll_interval'] = 5</p>Also didn't work. Any help or advice are appreciated.   <br>
</div>
            
        
                <base target="_self" href="https://e.mail.ru/">
        </div>

        
</div>


</div>
</blockquote>
<br>
<br>Aleksey Katerov<br></BODY></HTML>