Skip to content

Commit

Permalink
feat: add env var RUNNING_TIME_THRESHOLD #846
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Nov 25, 2024
1 parent 994a554 commit 4d31ef9
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 204 deletions.
6 changes: 6 additions & 0 deletions web/.env
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,12 @@ QUOTA_WARNING_THRESHOLD=75%
#
QUOTA_CRITICAL_THRESHOLD=95%

# This parameter defines the threshold for displaying a service's runtime as a key metric.
# The value is expressed in milliseconds. By default it is set to 7 * 24 * 3600 * 1000,
# it means any service running for 7 days (7 days * 24 hours * 3600 seconds * 1000 milliseconds)
# will have its runtime prominently displayed on the "My Services" page.
RUNNING_TIME_THRESHOLD=604800000

# This parameter controls if the configurations tabs should be expanded by default
# when the user navigates to the launcher page:
# https://github.com/InseeFrLab/onyxia/assets/6702424/a1c5597e-82e5-4532-8a9f-ed3ab7cc1d45
Expand Down
Loading

0 comments on commit 4d31ef9

Please sign in to comment.