mirror of
https://github.com/odoo/runbot.git
synced 2025-03-17 00:15:47 +07:00
![]() Sometimes, sheduler may have a hard time to create build. The transaction can be verry long when there are many repo and a lot of new commits. Writing get_ref_time on repo will fail due to concurrent update rollbacking the whole transaction. This is supposedly because of hook occuring during the transaction. With this new model, hook will only perform an insert, and shouldn't interfer with ref_times. |
||
---|---|---|
.. | ||
__init__.py | ||
branch.py | ||
build_config.py | ||
build_dependency.py | ||
build_error.py | ||
build.py | ||
event.py | ||
host.py | ||
ir_cron.py | ||
repo.py | ||
res_config_settings.py |