2025-05-17 16:37:16 -04:00
|
|
|
import_market_data:
|
2025-05-22 12:43:24 -04:00
|
|
|
cron: "0 22 * * 1-5" # 5:00 PM EST / 6:00 PM EDT (NY time) Monday through Friday
|
2025-05-17 16:37:16 -04:00
|
|
|
class: "ImportMarketDataJob"
|
2025-05-15 10:19:56 -04:00
|
|
|
queue: "scheduled"
|
2025-05-17 16:37:16 -04:00
|
|
|
description: "Imports market data daily at 5:00 PM EST (1 hour after market close)"
|
2025-05-16 14:17:56 -04:00
|
|
|
args:
|
|
|
|
mode: "full"
|
|
|
|
clear_cache: false
|
2025-05-17 18:28:21 -04:00
|
|
|
|
|
|
|
clean_syncs:
|
|
|
|
cron: "0 * * * *" # every hour
|
|
|
|
class: "SyncCleanerJob"
|
|
|
|
queue: "scheduled"
|
|
|
|
description: "Cleans up stale syncs"
|
2025-05-22 12:43:24 -04:00
|
|
|
|
|
|
|
run_security_health_checks:
|
|
|
|
cron: "0 2 * * 1-5" # 2:00 AM EST / 3:00 AM EDT (NY time) Monday through Friday
|
|
|
|
class: "SecurityHealthCheckJob"
|
|
|
|
queue: "scheduled"
|
|
|
|
description: "Runs security health checks to detect issues with security data"
|