Commit 27993a8c authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Minor changes.

parent 79ab3bcd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ import psycopg2
import sys
import time

from contextlib import contextmanager
from psycopg2.extras import RealDictCursor
from psycopg2.pool import ThreadedConnectionPool