Are these tasks executed concurrently? If it is executed concurrently and each task execution needs to establish a connection with the database, according to your description, “But mostly I get 6000-7000 triggers every minute”, I suggest increasing the number of connections configured in the database connection pool.Your maximum number of connections has only been set to 50.