<div dir="ltr">I've recently checked it and I see the following as error:<div><br></div><div><div><font face="monospace, monospace">  File "/usr/local/lib/python2.7/socket.py", line 307, in flush</font></div><div><font face="monospace, monospace">    self._sock.sendall(view[write_offset:write_offset+buffer_size])</font></div><div><font face="monospace, monospace">socket.error: [Errno 32] Broken pipe</font></div></div><div><font face="monospace, monospace"><br></font></div><div><font face="arial, helvetica, sans-serif">This is due the python process (flask app) has received SIGPIPE signal which means in this case GitHub has closed the connection. I think GH timeout is only 1 sec and our building bot is taking more time. We need to reply to GH when the payload arrives and then continue processing in background (async mode). We might replace flask by aiohttp. Using celery is too overkill for this.</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Best,</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif"><br></font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 1, 2017 at 10:10 PM, James Cameron <span dir="ltr"><<a href="mailto:quozl@laptop.org" target="_blank">quozl@laptop.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Two recent commits by Walter and I have not updated<br>
<a href="https://developer.sugarlabs.org/" rel="noreferrer" target="_blank">https://developer.sugarlabs.<wbr>org/</a><br>
<br>
Is it failing in some way?  Can we fix it?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
James Cameron<br>
<a href="http://quozl.netrek.org/" rel="noreferrer" target="_blank">http://quozl.netrek.org/</a><br>
______________________________<wbr>_________________<br>
Systems mailing list<br>
<a href="mailto:Systems@lists.sugarlabs.org">Systems@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/systems" rel="noreferrer" target="_blank">http://lists.sugarlabs.org/<wbr>listinfo/systems</a><br>
</font></span></blockquote></div><br></div>