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

Implement Watcher Functionality #51

Open
leonpawelzik opened this issue Aug 20, 2024 · 1 comment · May be fixed by #30
Open

Implement Watcher Functionality #51

leonpawelzik opened this issue Aug 20, 2024 · 1 comment · May be fixed by #30
Assignees
Labels
backend Related to the backend / server component. enhancement New feature or request invalid This doesn't seem right

Comments

@leonpawelzik
Copy link
Collaborator

leonpawelzik commented Aug 20, 2024

Based on: #30

Objective

Convert the existing standalone watcher application into an API endpoint within our existing backend service, allowing for more integrated job lifecycle notifications.

User Story

As a user, I want to receive notifications about my job's lifecycle events through the same API that I use to submit and manage jobs, so that I can have a more unified and streamlined experience. This allows real-time streaming of the job lifecycle.

Requirements

  1. Create a new endpoint /jobs/{uid}/watch in the existing FastAPI backend.
  2. Implement functionality for real-time updates.
@leonpawelzik leonpawelzik added bug Something isn't working invalid This doesn't seem right labels Aug 21, 2024
@AdrianoKF AdrianoKF added enhancement New feature or request and removed bug Something isn't working labels Aug 21, 2024
@leonpawelzik leonpawelzik added the backend Related to the backend / server component. label Aug 21, 2024
@AdrianoKF
Copy link
Collaborator

AdrianoKF commented Aug 23, 2024

This will most likely not be implemented as part of the API server, since the watcher functionality is a long-running service, rather than something that gets called on-demand.

Let's reformulate the story accordingly.

@AdrianoKF AdrianoKF self-assigned this Sep 11, 2024
@AdrianoKF AdrianoKF changed the title Implement Watcher Functionality as an API Endpoint Implement Watcher Functionality Sep 11, 2024
@AdrianoKF AdrianoKF linked a pull request Sep 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to the backend / server component. enhancement New feature or request invalid This doesn't seem right
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants