Files
ubicloud/prog/rotate_storage_kek.rb
Enes Cakir f15c01348b Remove unnecessary transactions in progs
We already run the prog labels in a DB transaction when we call
`strand.run`, so there's no need to wrap them in another transaction.

We only use DB transactions in the assemble function in progs because
they might be called from web routes or pry, so they aren't wrapped by a
tra transaction all the time.
2025-02-11 10:05:55 +03:00

2.5 KiB