Skip to content

Commit

Permalink
rm list
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Sep 15, 2023
1 parent 2a64259 commit c397ef9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/teamster/kippcamden/deanslist/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def deanslist_static_partition_asset_job_schedule():


@schedule(
cron_schedule=["0 0,14 * * *"],
cron_schedule="0 0,14 * * *",
execution_timezone=LOCAL_TIMEZONE.name,
job=multi_partition_asset_job,
)
Expand Down
2 changes: 1 addition & 1 deletion src/teamster/kippmiami/deanslist/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def deanslist_static_partition_asset_job_schedule():


@schedule(
cron_schedule=["0 0,14 * * *"],
cron_schedule="0 0,14 * * *",
execution_timezone=LOCAL_TIMEZONE.name,
job=multi_partition_asset_job,
)
Expand Down
2 changes: 1 addition & 1 deletion src/teamster/kippnewark/deanslist/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def deanslist_static_partition_asset_job_schedule():


@schedule(
cron_schedule=["0 0,14 * * *"],
cron_schedule="0 0,14 * * *",
execution_timezone=LOCAL_TIMEZONE.name,
job=multi_partition_asset_job,
)
Expand Down

0 comments on commit c397ef9

Please sign in to comment.