mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
![]() When displaying build logs, all the messages from ir_logging about this particular build are fetched from the database. From time to times, it happens that the number of logged messages is really huge. Those messages lines could also contain multiple lines, multiplying the number of row to generate in the html page. When this happens, the process that generates the template last a long time and ends with a MemoryError. If the end user, bored, hits the refresh button multiple times, all the workers will be busy building this template. In the end, all users get a Bad Gateway from nginx. With this commit, the number of messages that will be taken into account will be limited to 10000. |
||
---|---|---|
runbot | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
README.md |
Odoo Runbot Repository
This repository contains the source code of Odoo testing bot runbot.odoo.com and related addons.
Runbot
The runbot/
directory holds the main runbot Odoo addon.
Runbot CLA addon
The runbot_cla/
directory contains an Odoo addon that checks CLA.