Searched refs:RESULT_QUEUE_STORAGE (Results 1 - 2 of 2) sorted by relevance

/ec/ECSpooler/
H A Dconfig.py24 RESULT_QUEUE_STORAGE = os.path.join(DATA_DIR, 'result.fs') variable
/ec/ECSpooler/lib/
H A DSpooler.py66 LOG.debug("Using result store %s" % config.RESULT_QUEUE_STORAGE)
67 self._results = SpoolerQueue(config.RESULT_QUEUE_STORAGE)

Completed in 23 milliseconds