In the module runner, config entries are being read as var = config.get('THIS_MODULE_RUNNER', 'ENTRY') Would be great to make this less error-prone, by adding the module runner name to the decorator, or something similar.