marcel
marcel
Is there any update wrt of CC HA? Multiple CC instances which listing but only one is executing the required goals?
Hi all first of all I like to thanks you very much for all the work you do! Is in the meantime a updated documentation available?
maybe to late but I simple clean the file from the cache ``` fileList = glob.glob('dags/__pycache__/' + config['DagId'] + '*.pyc') for filePath in fileList: try: print('clean up cache: ' +...