Ignore locked messages in main scheduler loop.

This commit is contained in:
Antony 2025-03-27 20:38:00 +13:00
parent 98542a9592
commit e7b1924616

View File

@ -679,6 +679,7 @@ pub async fn get_schedulable_queue_items(limit: usize) -> Result<Vec<MulticastGr
order by
qi.created_at
limit $1
for update skip locked
)
returning *
"#