Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

server parameters

Mahmoud Ben Hassine edited this page Jun 28, 2017 · 4 revisions

The Job server can be configured with the following parameters:

Parameter Required Description
easy.jobs.server.config.jobs.descriptor yes Path to job descriptor file
easy.jobs.server.config.jobs.directory yes Path to jobs directory
easy.jobs.server.config.workers.pool.size no Worker pool size. Default to 10
easy.jobs.server.config.workers.name.prefix no Worker thread name prefix. Default to worker-thread-
easy.jobs.server.config.polling.interval no Job requests polling interval in seconds. Default to 30
easy.jobs.database.config.init no Flag to initialize the database. Default to false
easy.jobs.database.config.file yes Path to database properties. This is optional only for H2 database
server.port no REST API server port. Default to 8080

All parameters can be passed as system properties when starting the server's JVM.

Clone this wiki locally