Make service configs

This commit is contained in:
Ivan Vazhenin
2024-02-25 13:36:35 +03:00
parent 0910a2b780
commit 84dd6e5537

View File

@@ -90,7 +90,7 @@ def run_tasks():
def replication_task(): def replication_task():
while True: while True:
conn = db.connect_db() conn = db.connect_db()
logging.warning(connected) # logging.warning(connected)
with Session(conn) as session: with Session(conn) as session:
for item in session.query(db.Queue).join(db.Queue.user).all(): for item in session.query(db.Queue).join(db.Queue.user).all():
bndname = item.user.bndname bndname = item.user.bndname