java.lang.Object
io.automatiko.engine.api.config.MongodbJobsConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DATABASE_KEY
- See Also:
-
INTERVAL_KEY
- See Also:
-
THREADS_KEY
- See Also:
-
-
Constructor Details
-
MongodbJobsConfig
public MongodbJobsConfig()
-
-
Method Details
-
database
Name of the data base to be used to create collections for jobs -
interval
Interval (in minutes) how often to look for next chunk of jobs to schedule -
threads
Number of threads to be used for jobs execution
-