Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion synth/utils/sequential_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run_cycle(

asset_list = prompt_config.asset_list
if get_current_time() <= datetime(
2026, 4, 7, 14, 0, 0, tzinfo=timezone.utc
2026, 4, 10, 14, 0, 0, tzinfo=timezone.utc
):
if prompt_config.label == "low":
asset_list = prompt_config.asset_list[:9]
Expand Down
Loading