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
In #91 we are introducing new Django check that validate system timeout settings on following database:
postgresql -statement_timeout
mysql - max_execution_time
The idea behind this group of checks is to help developers configure databases according to best practices.
If you have any ideas of such rules/checks, please shere in comments to this issue!
Some nice articles/sites about database configuration/settings:
In #91 we are introducing new Django check that validate
system timeout
settings on following database:postgresql
-statement_timeout
mysql
-max_execution_time
The idea behind this group of checks is to help developers configure databases according to best practices.
If you have any ideas of such rules/checks, please shere in comments to this issue!
Some nice articles/sites about database configuration/settings:
The text was updated successfully, but these errors were encountered: