Skip to content

plugin: Increase the startup timeout for new nodes#735

Merged
cdecker merged 1 commit into
mainfrom
2026w27-json-rpc-wait
Jul 8, 2026
Merged

plugin: Increase the startup timeout for new nodes#735
cdecker merged 1 commit into
mainfrom
2026w27-json-rpc-wait

Conversation

@cdecker

@cdecker cdecker commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Increase the RPC-wait startup timeout in gl-plugin from 5s to 30s to accommodate slower initial DB initialization on first startup.

Motivation

We have received some reports of spurious No such file or directory errors reported to the client, due to slow initial startups. The startup is slower than usual because the node needs to initialize its DB, and subsequent startups are much quicker, but allowing for a bit longer startup times results in a better UX.

Test plan

  • Verify node startup no longer surfaces spurious No such file or directory errors during first-time DB initialization

🤖 Generated with Claude Code

@cdecker cdecker enabled auto-merge (rebase) July 7, 2026 16:00
We have received some reports of spurious `No such file or directory`
errors reported to the client, due to slow initial startups. The
startup is slower than usual because the node needs to initialize its
DB, and subsequent startups are much quicker, but allowing for a bit
longer startup times, results in a better UX.
@cdecker cdecker force-pushed the 2026w27-json-rpc-wait branch from bb3bb8a to e6cdae1 Compare July 8, 2026 12:38
@cdecker cdecker merged commit 6ec2268 into main Jul 8, 2026
16 checks passed
@cdecker cdecker deleted the 2026w27-json-rpc-wait branch July 8, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant