mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-09 20:31:20 +00:00
Ignore locked messages in main scheduler loop.
This commit is contained in:
parent
98542a9592
commit
e7b1924616
@ -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 *
|
||||
"#
|
||||
|
Loading…
x
Reference in New Issue
Block a user