Skip to content

Commit

Permalink
feat!: update task status
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl committed Feb 15, 2024
1 parent d67381c commit 6498e80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion substra/sdk/backends/local/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ def _add_task(self, key, spec, spec_options=None):
inputs=_schemas_list_to_models_list(spec.inputs, models.InputRef),
outputs=_output_from_spec(spec.outputs),
tag=spec.tag or "",
# TODO: the waiting status should be more granular now
status=models.Status.waiting_for_executor_slot,
metadata=spec.metadata if spec.metadata else dict(),
)
Expand Down

0 comments on commit 6498e80

Please sign in to comment.