Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ backlog
Method
backlog
crates/hyperqueue/src/server/autoalloc/queue/mod.rs:57–59 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
55
}
56
57
pub fn backlog(&self) -> u32 {
58
self.0.backlog
59
}
60
61
pub fn max_workers_per_alloc(&self) -> u32 {
62
self.0.max_workers_per_alloc
Callers
15
create_queue_worker_query
Function · 0.80
compute_submission_permit
Function · 0.80
permit_respect_backlog
Function · 0.80
permit_less_than_max_worker_count_per_alloc
Function · 0.80
permit_respect_max_workers
Function · 0.80
permit_respect_max_workers_with_more_workers_per_node
Function · 0.80
permit_respect_queued_allocations_empty
Function · 0.80
permit_respect_queued_mn_allocations_1
Function · 0.80
permit_respect_queued_mn_allocations_2
Function · 0.80
permit_mn_allocation_simple
Function · 0.80
permit_mn_and_sn_allocation
Function · 0.80
permit_allocation_satisfies_both_mn_and_sn_1
Function · 0.80
Calls
no outgoing calls
Tested by
11
permit_respect_backlog
Function · 0.64
permit_less_than_max_worker_count_per_alloc
Function · 0.64
permit_respect_max_workers
Function · 0.64
permit_respect_max_workers_with_more_workers_per_node
Function · 0.64
permit_respect_queued_allocations_empty
Function · 0.64
permit_respect_queued_mn_allocations_1
Function · 0.64
permit_respect_queued_mn_allocations_2
Function · 0.64
permit_mn_allocation_simple
Function · 0.64
permit_mn_and_sn_allocation
Function · 0.64
permit_allocation_satisfies_both_mn_and_sn_1
Function · 0.64
permit_allocation_satisfies_both_mn_and_sn_2
Function · 0.64