Christoph Wiese
04/06/2021, 9:51 AMdate
in the context, dependant context variables will now align accordingly. Does this apply to CronSchedule()
as well?
Currently I’m using CronSchedule("00 02,12 * * *", start_date=pendulum.now("Europe/Berlin"))
- could I replace this by overriding date in the context? What is actually the best way to override date - in the configuration.toml as date=pendulum.today("Europe/Berlin")
?Kevin Kho
Christoph Wiese
04/06/2021, 1:50 PMKevin Kho
Zanie
CronSchedule
" ? A description of what your use-case here is might help me understand how to answer.Christoph Wiese
04/06/2021, 2:59 PMZanie
tomorrow
) with values based on the current date in the context. I don't think this will affect your CronSchedule
object at all, it doesn't look at context values.Christoph Wiese
04/06/2021, 3:49 PM