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

PENG-2456 enable job metric collection in the API #665

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,5 @@ site/

# local dotenv files
*.env

*.msgpack
2 changes: 2 additions & 0 deletions jobbergate-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This file keeps track of all notable changes to jobbergate-api

## Unreleased

- Implemented logic for receiving job metrics from the agent and making them available for a client [[PENG-2456](https://sharing.clickup.com/t/h/c/18022949/PENG-2456/43YCG8RCBBQJELQ)]

## 5.4.0 -- 2024-11-18

- Added clone capability to job submissions so they can be resubmitted to the cluster when needed [PENG-1676, ASP-4597]
Expand Down
1 change: 1 addition & 0 deletions jobbergate-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ clean: ## Clean up build artifacts and other junk
@rm -fr build/
@rm -fr dist/
@rm -fr *.egg-info
@find . -name '*.msgpack' -delete

# Recipe stolen from: https://gist.github.com/prwhite/8168133?permalink_comment_id=4160123#gistcomment-4160123
help: ## Show help message
Expand Down
Loading
Loading