Re: celery problem, AttributeError: async

2018-05-21 Thread Craig Rodrigues
Will the branch name be the same (v1-10-test) after you rebase? Will you change the version number in that branch to 1.10: ( see https://github.com/apache/incubator-airflow/pull/3389 )? I am heavily testing this branch right now, and want to deploy it to my prod system this Friday. Thanks. -- C

Re: celery problem, AttributeError: async

2018-05-21 Thread Bolke de Bruin
We will rebranch 1.10 from master. Sorry, I have been too busy with normal life to be able to follow up on the release of 1.10. B. > On 21 May 2018, at 19:54, Craig Rodrigues wrote: > > Kaxil, > > Thanks for merging this into master. > What is the procedure to get this into v1-10-test branch?

Re: celery problem, AttributeError: async

2018-05-21 Thread Craig Rodrigues
Kaxil, Thanks for merging this into master. What is the procedure to get this into v1-10-test branch? I am heavily testing that branch right now, and want to deploy that branch to my prod system this Friday. -- Craig On 2018/05/21 14:52:33, Craig Rodrigues wrote: > I have submitted: > > http

Re: celery problem, AttributeError: async

2018-05-21 Thread Craig Rodrigues
I have submitted: https://github.com/apache/incubator-airflow/pull/3388 -- Craig On Mon, May 21, 2018 at 7:00 AM Naik Kaxil wrote: > Thanks. Please do that. > > On 21/05/2018, 14:59, "Craig Rodrigues" wrote: > > celery 4.1.1 was just released last night which has all the async > problems

Re: celery problem, AttributeError: async

2018-05-21 Thread Naik Kaxil
Thanks. Please do that. On 21/05/2018, 14:59, "Craig Rodrigues" wrote: celery 4.1.1 was just released last night which has all the async problems fixed: https://github.com/celery/celery/commits/v4.1.1 I'll test this out, and then submit a PR to bump airflow's celery vers

Re: celery problem, AttributeError: async

2018-05-21 Thread Craig Rodrigues
celery 4.1.1 was just released last night which has all the async problems fixed: https://github.com/celery/celery/commits/v4.1.1 I'll test this out, and then submit a PR to bump airflow's celery version to 4.1.1 -- Craig On 2018/05/21 07:20:50, Craig Rodrigues wrote: > Hi, > > I used a re

celery problem, AttributeError: async

2018-05-21 Thread Craig Rodrigues
Hi, I used a requiremens.txt file with these three lines: git+https://github.com/apache/incubator-airflow@v1-10-test#egg=apache-airflow[celery,crypto,emr,hive,hdfs,ldap,mysql,postgres,redis,slack,s3] celery>=4.2.0rc3 kombu>=4.2.0 I did pip install -r requirements.txt When I started my worker,