-
Updated
Mar 15, 2021 - JavaScript
scaling
Here are 168 public repositories matching this topic...
-
Updated
Mar 15, 2021 - C
-
Updated
Mar 24, 2021 - Erlang
-
Updated
Jan 20, 2021 - TeX
-
Updated
Mar 23, 2021 - Python
-
Updated
Dec 12, 2018 - Elixir
Description
With the changes introduced in #227, Noma API calls for job scaling operations were updated to permit stale reads. We should update the remainder of Nomad API calls for consistency and decreased load on the Nomad Servers.
Add minTtl
Add a minTtl
to the CRD. This should ensure that pods are left around for minTtl
time.
Type should be a go-lang time.Period.
This helps to avoid pod create/destroy trashing, and can help on efficiency where tools etc has been cached on the runners.
-
Updated
Dec 1, 2020 - Go
-
Updated
Feb 14, 2020 - Python
-
Updated
Aug 7, 2018 - TypeScript
Would it be possible to get some basic stats about the encode after completion in the GUI? That could make testing different codecs easier for us simple folk. Thanks, loving it so far, works great with my RunCam Orange
-
Updated
Mar 23, 2021 - SCSS
-
Updated
Oct 24, 2017 - JavaScript
-
Updated
Dec 5, 2020 - JavaScript
-
Updated
Mar 12, 2021 - SCSS
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Feb 1, 2017 - Python
-
Updated
Mar 16, 2021 - JavaScript
-
Updated
Jul 16, 2020 - Go
-
Updated
May 13, 2018 - Go
-
Updated
Feb 10, 2019 - TypeScript
-
Updated
May 11, 2020 - JavaScript
-
Updated
Feb 22, 2018 - Go
-
Updated
Oct 28, 2020 - C#
Improve this page
Add a description, image, and links to the scaling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scaling topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Updating escalator config currently requires a pod restart. We should update escalator to automatically read new config upon changing on disk.
Describe the solution you'd like
Check for changes in nodegroup config before each run. If safe to do so, run with the new config.
*Describe alternatives you've considered