Check your /sidekiq
and see if anything is running at that time.
What also might help is to start psql to take a look at what is going on in your database at that time.
SELECT pid, age(query_start, clock_timestamp()), usename, query FROM pg_stat_activity;