Skip to content

Tags: vitortiagozup/genie

Tags

v4.0.0-rc.20

Toggle v4.0.0-rc.20's commit message
Make user resource usage metrics intermittent

 - Provide a lambda that will work as long as the gauge is registered
 - Produce NaN for users not using any resources (and from nodes that are not cluster leader)

v4.0.0-rc.19

Toggle v4.0.0-rc.19's commit message
Update ClusterChecker metric counters to distinguish between differen…

…t situations

Separate metrics for:
 - Host unreachable
 - Host returning a response that cannot be parsed as health status
 - Host returning status different than UP for a (non-ignored) health indicator

v4.0.0-rc.18

Toggle v4.0.0-rc.18's commit message
Publish metric counter of jobs rejected due to user exceeding their j…

…ob limit

v4.0.0-rc.17

Toggle v4.0.0-rc.17's commit message
Update agent to match server behavior when staging job dependencies

Genie V3 downloads job dependencies and configurations to the root of the job folder.
Whereas the agent was creating 'configurations' and 'dependencies' directories.

Update the agent setup code to match the server setup code.

v4.0.0-rc.16

Toggle v4.0.0-rc.16's commit message
Adjust Agent user console logging

 - Remove low-level state machine transition messages
 - Add human readable messages for major changes of state during execution

v4.0.0-rc.15

Toggle v4.0.0-rc.15's commit message
Hack: temporarily disable traversal of job dependencies sub-tree

v4.0.0-rc.14

Toggle v4.0.0-rc.14's commit message
Make job workflow beans more amenable to overrides

Job workflow auto config was missing conditionals which makes it hard to override these beans if required.

v4.0.0-rc.13

Toggle v4.0.0-rc.13's commit message
Change V3 to V4 Job Request logic to ensure no splitting of command args

For backwards compatibility with how V3 job requests behave this will lump all the v3 command args into a single element in a list without splitting them to avoid errors

v4.0.0-rc.12

Toggle v4.0.0-rc.12's commit message
Revert command arg functionality to a variation of V3 for API

This change makes the job request and job objects behave pretty much as they did in V3 with the caveat that they limit the
number of characters total in the command arguments to 10,000 and throws a precondition exception if that is exceeded.

v4.0.0-rc.11

Toggle v4.0.0-rc.11's commit message
Add health check aspect back in as a bean