Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pipeline error status #981

Closed
xiaofei-du opened this issue Apr 5, 2022 · 1 comment · Fixed by instill-ai/pipeline-backend#45
Closed

Add pipeline error status #981

xiaofei-du opened this issue Apr 5, 2022 · 1 comment · Fixed by instill-ai/pipeline-backend#45
Assignees

Comments

@xiaofei-du
Copy link
Member

xiaofei-du commented Apr 5, 2022

In the current design, a pipeline has a binary status "active": true/false.

We want to include an error status. When validating pipeline recipe #880, if any of the pipeline components is with error status, the status of the pipeline will be error.

In summary, the statuses of a pipeline include

  • active
  • inactive
  • error
@xiaofei-du xiaofei-du changed the title Refactor pipeline status Add pipeline status error Apr 5, 2022
@xiaofei-du xiaofei-du changed the title Add pipeline status error Add pipeline error status Apr 5, 2022
pinglin referenced this issue in instill-ai/pipeline-backend Apr 24, 2022
Because

- pipeline requires various statuses to reflect its situation

This commit

- bridge enum type defined in the db and protobuf
- close #43 
- close #44
@pinglin pinglin transferred this issue from instill-ai/pipeline-backend Aug 24, 2023
@pinglin pinglin transferred this issue from instill-ai/community May 19, 2024
Copy link

linear bot commented May 19, 2024

@xiaofei-du xiaofei-du closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants