Skip to content

Commit 83b99e5

Browse files
committed
🐛 Set messages_received_since_last_heartbeat
1 parent 51d9d5d commit 83b99e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/sequin/runtime/slot_processor_server.ex

+1
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ defmodule Sequin.Runtime.SlotProcessorServer do
363363
incr_counter(:raw_bytes_received_since_last_log, raw_bytes_received)
364364

365365
state = maybe_schedule_flush(state)
366+
state = %{state | message_received_since_last_heartbeat: true}
366367

367368
state =
368369
Map.update!(state, :accumulated_msg_binaries, fn acc ->

0 commit comments

Comments
 (0)