Loading transfer_service/config/vos_ts.conf.sample +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ password = postgres # Redis [job_cache] ; hostname or IP address of the machine that hosts the Redis cache system host = job_cache host = localhost ; port at which the cache service is available, default is 6379 TCP port = 6379 ; db index representing the db that stores the scheduling queues, default is 0 Loading transfer_service/db_connector.py +0 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ import psycopg2 import sys import time from contextlib import contextmanager from psycopg2.extras import RealDictCursor from psycopg2.pool import ThreadedConnectionPool Loading Loading
transfer_service/config/vos_ts.conf.sample +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ password = postgres # Redis [job_cache] ; hostname or IP address of the machine that hosts the Redis cache system host = job_cache host = localhost ; port at which the cache service is available, default is 6379 TCP port = 6379 ; db index representing the db that stores the scheduling queues, default is 0 Loading
transfer_service/db_connector.py +0 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ import psycopg2 import sys import time from contextlib import contextmanager from psycopg2.extras import RealDictCursor from psycopg2.pool import ThreadedConnectionPool Loading