You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have 1000 devices online and are running into a strange problem using pyddns.
The number of transactions per second in the database will rise rapidly, from 0 to 10,000 in five minutes.
After that, we will be unable to log in to pyddns web, and using the update IP API will respond with FATAL: sorry, too many clients already,
It seems that there is a problem with Python's API access to the postgresQL database.
what do I do? Any suggestions are welcome
The text was updated successfully, but these errors were encountered:
Currently, we have 1000 devices online and are running into a strange problem using pyddns.
The number of transactions per second in the database will rise rapidly, from 0 to 10,000 in five minutes.
After that, we will be unable to log in to pyddns web, and using the update IP API will respond with FATAL: sorry, too many clients already,
It seems that there is a problem with Python's API access to the postgresQL database.
what do I do? Any suggestions are welcome
The text was updated successfully, but these errors were encountered: