79283737

Date: 2024-12-16 05:44:53
Score: 2.5
Natty:
Report link

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.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: hxx