Files
Enes Cakir bf3deffac4 Populate used_vcpus for github_installations
We need to populate the used_vcpus field for github_installations after
we begin incrementing/decrementing it in the application logic.

While we could run this query during the initial migration, it may
become out of sync again before the corresponding code changes are
deployed. Therefore, it’s safer to run this after deploying the updated
code.

Additionally, constraints are added after populating the values. If
added beforehand, they could block runner destruction operations as
runners may attempt to decrement used_vcpus for VMs that haven’t yet
been counted.
2025-06-21 11:25:56 +03:00
..
2023-07-21 13:43:08 +02:00
2023-09-26 09:58:47 +02:00
2023-10-17 17:49:24 +02:00
2024-10-01 15:36:57 +02:00
2025-01-19 08:53:54 -08:00
2025-05-13 06:38:49 +09:00