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
sumo_repo is starting its worker pool with an infinite overrun_warning.
We should use a numeric value to get warnings when queries are taking too much time.
In addition, we should replace the default handler ({overrun_handler, {error_logger, warning_report}} by a lager based one.
The text was updated successfully, but these errors were encountered:
sumo_repo is starting its worker pool with an infinite
overrun_warning
.We should use a numeric value to get warnings when queries are taking too much time.
In addition, we should replace the default handler (
{overrun_handler, {error_logger, warning_report}}
by a lager based one.The text was updated successfully, but these errors were encountered: