mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix: [email report] add multiple schedules per hour (#11414)
This commit is contained in:
@@ -802,8 +802,8 @@ def schedule_window(
|
||||
for eta in next_schedules(
|
||||
schedule.crontab, schedule_start_at, stop_at, resolution=resolution
|
||||
):
|
||||
logging.info("Scheduled eta %s", eta)
|
||||
get_scheduler_action(report_type).apply_async(args, eta=eta) # type: ignore
|
||||
break
|
||||
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user