[Node Operator Question] Under what conditions does the sequencer log "Sequencer paused until new events"? #830
Replies: 2 comments 5 replies
-
Hey, when you see "Sequencer paused until new events", it basically means the sequencer is waiting for something to happen. Here's what's probably going on:
To figure out what's happening:
The sequencer should start working again once reth responds or you get a new L1 block. |
Beta Was this translation helpful? Give feedback.
-
From the logs, there does appear to be a noticeable delay. Please investigate the causes mentioned above. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Are you running the most up to date node software?
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I'm trying to understand under what conditions the sequencer logs
Sequencer paused until new events
.In my case, the L2 chain was working fine and then suddenly stopped producing blocks with out any warning sign.
Here’s a op-node logs:
Execution client side (reth):
As you can see, there's a significant delay between the
get_payload
call and the subsequent FCU (without attr) call for block 13387133.My question is:
Beta Was this translation helpful? Give feedback.
All reactions