Skip to content

Feature container jobagent

Maksim Melnik Storetvedt requested to merge feature-container-jobagent into master

Splits the JobAgent class in two: JobAgent (job matching) and JobWrapper (job execution), each running with a token specific for their role. The wrapper can be run in a container for additional isolation.

Merge request reports