Skip to content

Inform user when pipeline is broken #91

@michelvocks

Description

@michelvocks

When a new pipeline has been created and detected by Gaia, it usually tries to start the pipeline and get all jobs for the detailed overview: https://github.com/gaia-pipeline/gaia/blob/master/pipeline/ticker.go#L114

Sometimes this can fail when:

  • The pipeline throws runtime exceptions (e.g. dependencies are not correctly declared).
  • The binary cannot be started because a dependency is missing.
  • Memory limit exceeded.
  • Many more reasons what can actually go wrong... 😄

We should make this more resilient and inform the user when something goes wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions