fix: resolve NameError in run_task function
All checks were successful
Deployment / deploy-docker (push) Successful in 3s
All checks were successful
Deployment / deploy-docker (push) Successful in 3s
This commit is contained in:
@@ -52,7 +52,7 @@ def run_task(historical=False):
|
||||
|
||||
db = DatabaseClient(host="questdb", user=DB_USER, password=DB_PASSWORD)
|
||||
|
||||
for exchange in exchanges:
|
||||
for exchange, args in exchanges_to_process:
|
||||
try:
|
||||
db_url = "http://questdb:9000"
|
||||
last_ts = get_last_trade_timestamp(db_url, exchange.name)
|
||||
|
||||
Reference in New Issue
Block a user