Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ queued
Method
queued
tests/autoalloc/mock/manager.py:33–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
32
@staticmethod
33
def
queued() ->
"JobData"
:
34
return
JobData(
35
status=JobStatus.Queued,
36
qtime=now() - datetime.timedelta(seconds=1),
37
)
38
39
@staticmethod
40
def
finished() ->
"JobData"
:
Callers
1
handle_submit
Method · 0.80
Calls
2
JobData
Class · 0.85
now
Function · 0.70
Tested by
no test coverage detected