Skip to content

Commit

Permalink
fix: add long_message_queue system monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
chasers committed Oct 30, 2024
1 parent f0ae70c commit 2a65eaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/logflare/erl_sys_mon.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ defmodule Logflare.ErlSysMon do
:busy_dist_port,
:busy_port,
{:long_gc, 250},
{:long_schedule, 100}
{:long_schedule, 100},
{:long_message_queue, {0, 1_000}}
])

{:ok, []}
Expand Down

0 comments on commit 2a65eaa

Please sign in to comment.