Skip to content

Commit

Permalink
PENG-2456 implement logic for gathering job metrics and making them a…
Browse files Browse the repository at this point in the history
…vailable by the API
  • Loading branch information
matheushent committed Dec 3, 2024
1 parent 326d36d commit ff96f56
Show file tree
Hide file tree
Showing 14 changed files with 1,128 additions and 12 deletions.
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

0 comments on commit ff96f56

Please sign in to comment.