Ash Berlin-Taylor

Results 181 comments of Ash Berlin-Taylor

This was fixed with 1.10.10 via https://github.com/apache/airflow/pull/8230

@tooptoop4 What version were you running? Testing on Alpha1 I see this result on the LocalExecutor: ``` dag | task_id | start_date | end_date ---------+---------+-------------------------------+------------------------------- looper3 | op1 | 2020-10-26...

@shlomiken :wave: Testing with CeleryExecutor ``` dag | task_id | start_date | end_date ---------+---------+-------------------------------+------------------------------- looper3 | op1 | 2020-10-26 16:13:45.769389+00 | 2020-10-26 16:13:45.910303+00 looper3 | op2 | 2020-10-26 16:13:46.547622+00 |...

@tooptoop4 With a sequential dag: ``` looper3 | op1 | 2020-10-26 16:32:11.125396+00 | 2020-10-26 16:32:11.208969+00 looper3 | op2 | 2020-10-26 16:32:12.319367+00 | 2020-10-26 16:32:12.40748+00 looper3 | op3 | 2020-10-26 16:32:13.471998+00...

So the task lag is about 5x better in 2.0.0alpha -- it's still slower than I'd like even if it is much much faster than 1.10

No config changed - I used the new 2.0.0 alpha 2

QT tacking bug here https://bugreports.qt.io/browse/QTBUG-72028?focusedCommentId=677819&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-677819: > Note for those wanting to enable the experimental dark mode support (much improved in upcoming 6.4) for your application from code: you can call...

Oh curious. The problem seemed to be caused how I invoked the client: with `ssh -i key.pem` it didn't create the user: ``` $ ssh -v -i AshBerlinTaylor.pem y.y.y.y -l...

Yes, the except ImportError block should take care of it

@prakshalj0512 Ping. Please can you either fix this security issue and release a new version, or mark this repo as abandoned and place a prominent notice at the top of...