The logs show that the cleanup job execution for TTS fails, because the Sidekiq container cannot connect to PostgreSQL database. This is due to the missing env. variables necessary for accessing the PostgreSQL host as defined in config/database.yml. The connection therefore defaults to Unix domain sockets, where no connection is possible.
The logs show that the cleanup job execution for TTS fails, because the Sidekiq container cannot connect to PostgreSQL database. This is due to the missing env. variables necessary for accessing the PostgreSQL host as defined in
config/database.yml
. The connection therefore defaults to Unix domain sockets, where no connection is possible.