Handle stale syncs (#2257)

* Handle stale syncs

* Use `visible` sync logic in sidebar groups
This commit is contained in:
Zach Gollwitzer
2025-05-17 18:28:21 -04:00
committed by GitHub
parent 10f255a9a9
commit 9f13b5bb83
9 changed files with 79 additions and 7 deletions

View File

@@ -6,3 +6,9 @@ import_market_data:
args:
mode: "full"
clear_cache: false
clean_syncs:
cron: "0 * * * *" # every hour
class: "SyncCleanerJob"
queue: "scheduled"
description: "Cleans up stale syncs"