Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
To build this service, you need the grassroots core and grassroots build config installed and configured.
The files to build the MongoDB Jobs Manager are in the build/<platform>
directory.
If you enter this directory
you can then build the service by typing
and then
to install the manager into the Grassroots system.
To use this JobsManager module on the Grassroots system, you need to add an entry to the global configuration file grassroots.config
:
which specifies that this module will be used.
The module can be configured by adding a section called mongodb_jobs_manager
where you can override the default database (this defaults to grassroots) and collection (this defaults to jobs) names. e.g.
would specify to use a database called my_database and a collection called my_collection.