Cristian Orellana

Results 16 comments of Cristian Orellana

Same issue here Using 1.8.1, tried SequentialExecutor, LocalExecutor and CeleryExecutor.

@puckel can you please provide airflow.cnf? I suspect is a conf issue.

@puckel Thanks for the reply, here is my airflow.cnf file: https://gist.github.com/crorella/9b42f5d974eaa18d6f1448b8228df399 please note sensitive info was replaced with "xxxxxxx" I can't spot where I'm making the mistake.

When I manually trigger the DAG from the UI it fails, if it runs via the scheduler I can see the logs.

Yes, I tried the same in the standalone version (non docker) and it also fails.

yeah I think slows is considered, for example, Aba mines with the slow talent increases this value. I think is in seconds \* 4096.

Sorry, my bad, just checked how I parsed it and I'm not applying any transformation on the value: ``` self.heroList[hero].secondsCCOnEnemies = int(instance['m_values'][hero][0]['m_value']) ```