guix-data-service/sqitch/verify/build_background_processing_queue.sql
Christopher Baines 961441cab0 Reliably perform the background processing for build events
Insert the build ids to a table and remove the ids once processed. If the data
service is restarted and the in memory queue is lost, process all the items
from the database queue.
2025-05-25 13:08:27 +01:00

7 lines
119 B
PL/PgSQL

-- Verify guix-data-service:build_background_processing_queue on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;