ironic/releasenotes
Julia Kreger 0099d1812d Don't actually heartbeat with sqlite
Disables internal heartbeat mechanism when ironic has been
configured to utilize a SQLite database backend.

This is done to lessen the possibility of a
"database is locked" error, which can occur when two
distinct threads attempt to write to the database
at the same time with open writers.

The process keepalive heartbeat process was identified as
a major source of these write operations as it was writing
every ten seconds by default, which would also collide with
periodic tasks.

Change-Id: I7b6d7a78ba2910f22673ad8e72e255f321d3fdff
2023-07-14 09:22:01 -07:00
..
notes Don't actually heartbeat with sqlite 2023-07-14 09:22:01 -07:00
source Update docs: Ironic uses launchpad now 2023-05-17 15:42:41 -07:00
config.yaml Move and fix reno config for releasenotes job 2023-01-26 15:52:27 -08:00