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

Show pipeline connection status #535

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

sevein
Copy link
Member

@sevein sevein commented Jun 23, 2023

This pull request implements a basic pipeline status retrieval mechanism with caching. Definitely improvable.

From the web interface:

image

From the terminal:

$ curl -s "http://127.0.0.1:9000/pipeline?status=true" | jq
[
  {
    "id": "630fbda9-baa3-4464-9461-08bbe8b6359b",
    "name": "am",
    "capacity": 3,
    "current": 0,
    "status": "active"
  }
]

Fixes #519.

@sevein sevein merged commit 5cff5a3 into main Jun 23, 2023
8 of 9 checks passed
@sevein sevein deleted the dev/issue-519-add-basic-pipeline-status-reporting branch June 23, 2023 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem: pipelines status is not available via the web interface
1 participant