
automately.core.services.job.README.md Maven / Gradle / Ivy
### automately.core.services.job - The JobServer Service
This is where a lot of the magic happens in Automately. The JobServer is a very important part of Automately as it
acts as Job Server that distributes and executes Automtaely scripts using the [Nashorn Engine](http://openjdk.java.net/projects/nashorn/)
to execute JavaScript in the JVM.
This package consists of many parts but the main classes are JobServer, and JobExecutor.
JobServer - This is a ClusterService that pretty much handles the
### jcluster.json Configuration
```
{"automately" : { core : { "max_jobs" : 100, "execute_on_least_jobs" : true, "lite_jobs_enabled" : false }}}
```
max_jobs - The maximum amount of jobs the Cluster node can handle concurrently (default: 100)
execute_on_least_jobs - Set to true if you wish the JobServer to send Job's to the server with the least jobs (default: true)
lite_jobs_enabled - Set to true if you want lite AKA SDK Jobs to be enabled (default: false)
Supported roles: all, job
© 2015 - 2025 Weber Informatics LLC | Privacy Policy