Results 64 comments of Massimo Menichinelli

I have the same issue with 1.8.1, but in my case it seems like a consequence of #94. If I use Airflow on my machine without Docker (macOS Sierra 10.12.5)...

I tried with [previous versions](https://gist.github.com/franklinyu/5e0bb9d6c0d873f33c78415dd2ea4138) of Docker: 1.12.6 (14937) and 17.03.1 (16048), the problem is still the same.

@flynnCoolblue Thanks for the suggestion, but this wasn't the case, the problem persists, DAGs are found and launched in the webserver, but scheduler and worker actually don't run them: ```...

@villasv yes, it's #94 but in my case most likely triggers #44, so it may be related from what I can understand

FYI I solved the issue for me: the problem was a recent Docker update. So I had to delete all Docker files, install a previous version and reboot. Now #94...

Same for me, and it seems that it might also cause #44. It seems a problem with Airflow, and until 1-2 weeks ago it was working for me, see the...

I left several comments in #44 about this, since both might be related. To recap: I have the same issue with 1.8.1, but in my case it seems like a...

I solved the issue for me: the problem was a recent Docker update. So I had to delete all Docker files, install a previous version and reboot. Now it works...

For me it works with these elements: Publication of users: ``` // Publish users Meteor.publish('usersList', function() { return Meteor.users.find({}, { fields: { 'emails': 1, 'username': 1, } }); }); ```...

And related to this, plan a new menu in the navbar and a new menu in the footer