Skip to content
Snippets Groups Projects
Commit 27993a8c authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Minor changes.

parent 79ab3bcd
No related branches found
No related tags found
No related merge requests found
Pipeline #2625 passed
...@@ -24,7 +24,7 @@ password = postgres ...@@ -24,7 +24,7 @@ password = postgres
# Redis # Redis
[job_cache] [job_cache]
; hostname or IP address of the machine that hosts the Redis cache system ; 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 at which the cache service is available, default is 6379 TCP
port = 6379 port = 6379
; db index representing the db that stores the scheduling queues, default is 0 ; db index representing the db that stores the scheduling queues, default is 0
......
...@@ -12,7 +12,6 @@ import psycopg2 ...@@ -12,7 +12,6 @@ import psycopg2
import sys import sys
import time import time
from contextlib import contextmanager
from psycopg2.extras import RealDictCursor from psycopg2.extras import RealDictCursor
from psycopg2.pool import ThreadedConnectionPool from psycopg2.pool import ThreadedConnectionPool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment