1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00

Add back prod schedule

This commit is contained in:
Zach Gollwitzer 2025-05-16 12:44:26 -04:00
parent fd10f12aca
commit 22a6ff67f4

View file

@ -1,6 +1,5 @@
sync_market_data:
# cron: "0 22 * * 1-5" # 5:00 PM EST / 6:00 PM EDT (NY time)
cron: "* * * * *" # every minute
cron: "0 22 * * 1-5" # 5:00 PM EST / 6:00 PM EDT (NY time)
class: "SyncMarketDataJob"
queue: "scheduled"
description: "Syncs market data daily at 5:00 PM EST (1 hour after market close)"