ramp_engine.daemon.Daemon¶
- 
class ramp_engine.daemon.Daemon(config, events_dir)¶
- RAMP daemon starting dispatchers for open challenges. - Parameters
- configstr
- Path to the configuration YAML file containing the information about the database. 
- events_dirstr
- The path in which all events configuration files will be located. We expect a pattern as - event_dir/<a ramp event>/config.yml. The config file will be used to start the daemon.
 
 - 
__init__(config, events_dir)¶
- Initialize self. See help(type(self)) for accurate signature.