Re: Benchmarking of Airflow Scheduler with Celery Executor

2018-04-18 Thread yrqls21
On 2018/04/13 17:00:36, Maxime Beauchemin wrote: > If you're concerned about scheduler scalability I'd go with a bigger box. > The scheduler uses multiprocessing so more CPU power means more throughput. > > Also you may want to provision a beefy MySQL box to make

Re: Trouble with remote s3 logging

2018-04-18 Thread yrqls21
On 2018/04/16 19:09:12, Kyle Hamlin wrote: > This morning I tried to upgrade to the newer version of the logging config > file but I keep getting the following a TypeError for my database session. > I know my credentials are correct so I'm confused why this is happening

Can I copy/paste codes under MIT license into Airflow

2018-04-06 Thread yrqls21
Hi All, Greetings. I am writing unit tests for some Elasticsearch related changes and want to use this library: https://github.com/vrcmarcos/elasticmock for mocking. Unfortunately it is not working with current version of elasticsearch and elasticsearch_dsl libs so I had to copy/paste the code