fix reading redis values as floats

This commit is contained in:
Richard Kuo
2025-02-10 20:48:55 -08:00
parent 5a4d007cf9
commit 9740ed32b5
3 changed files with 25 additions and 9 deletions

View File

@@ -67,7 +67,7 @@ if not MULTI_TENANT:
]
def get_cloud_tasks_to_schedule(beat_multiplier: int) -> list[dict[str, Any]]:
def get_cloud_tasks_to_schedule(beat_multiplier: float) -> list[dict[str, Any]]:
beat_system_tasks = ee_beat_system_tasks + base_beat_system_tasks
beat_task_templates = ee_beat_task_templates + base_beat_task_templates
cloud_tasks = generate_cloud_tasks(