Skip to content

Commit 42fdd4c

Browse files
authored
feat: collect partial results for queued job items (#284)
1 parent ea9438c commit 42fdd4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qnexus/client/jobs/_execute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def _results(
180180
"TERMINATED",
181181
"COMPLETED",
182182
"RUNNING",
183+
"QUEUED",
183184
)
184185
and result_type
185186
):

0 commit comments

Comments
 (0)