malthe commented on pull request #19361:
URL: https://github.com/apache/airflow/pull/19361#issuecomment-982035727


   @dstandish we can close this; I think from my part what resulted from the 
discussions here is that a short-circuit operator that's based on cron is nice 
in that it can gradually move from having to actually execute in a worker to 
being considered for special treatment in the scheduler (given that we do not 
execute user code, but merely evaluated cron expressions).
   
   Also, I think there are some nice thoughts here in terms of composable time 
filters which I believe can be useful to extend our ability to due time-based 
scheduling. Lots of use-cases involve scheduling that can't be expressed using 
cron.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to