mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-09 20:31:20 +00:00
Ignore locked rows in multicast dequeue.
This commit is contained in:
parent
3e7f09db62
commit
31ff6f0c96
@ -675,6 +675,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 *
|
||||
"#
|
||||
|
Loading…
x
Reference in New Issue
Block a user