MCPcopy 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_submitMethod · 0.80

Calls 2

JobDataClass · 0.85
nowFunction · 0.70

Tested by

no test coverage detected