You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/09 16:16:26 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #9179: [Feature] Add @minutely to schedule_interval

mik-laj commented on a change in pull request #9179:
URL: https://github.com/apache/airflow/pull/9179#discussion_r436674133



##########
File path: airflow/utils/dates.py
##########
@@ -24,6 +24,7 @@
 from airflow.utils import timezone
 
 cron_presets = {
+    '@minutely': '* * * * *',

Review comment:
       The word "minutely" does exist, 
   
   https://english.stackexchange.com/questions/3091/weekly-daily-hourly-minutely

##########
File path: airflow/utils/dates.py
##########
@@ -24,6 +24,7 @@
 from airflow.utils import timezone
 
 cron_presets = {
+    '@minutely': '* * * * *',

Review comment:
       I'm not a native speaker either, so it's difficult for me to review this change. I just noticed that this word is not common. I will wait for the opinions of other people.




----------------------------------------------------------------
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:
users@infra.apache.org