themantalope commented on issue #8649:
URL: https://github.com/apache/airflow/issues/8649#issuecomment-634766517


   @mik-laj 
   
   I would recommend that the user be allow to supply a list of cron strings or 
cron strings with comma separation. I would then implement a object that has 
internal logic like 
[this](https://github.com/kiorky/croniter/pull/23#issuecomment-555828306) 
implementation of scheduling with multiple `croniter` objects. The object 
should also have a `get_next()` function similar to the one [currently used by 
the `DAG` object (see `following` 
implementation)](https://github.com/apache/airflow/blob/738667082d32d3ef93ec2cd6c3735ff3691ba1cc/airflow/models/dag.py#L488).
 If just one cron string is supplied then the DAG uses the `croniter` object as 
is currently implemented. 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to