Skip to content

[Feature] Allow loading configuration into graph-node on-the-fly #5245

Open
@matthewdarwin

Description

@matthewdarwin

Description

We change the config in graph-node quite a bit. This currently means writing a config file and restarting the container. For enterprise level production services it is expected that we should not need to totally restart things. Injecting new configuration while running is a common practice since years.

For things that run under systemd or similar, sending a SIGHUP to reload configuration is normal way to do things.

For many other services they accept sending configuration updates via API calls.

I would propose that graph-node should accept all configuration updates by API call. The graph-node CLI should understand how to read and write this configuration.

Are you aware of any blockers that must be resolved before implementing this feature? If so, which? Link to any relevant GitHub issues.

No.

Some information to help us out

  • Tick this box if you plan on implementing this feature yourself.
  • I have searched the issue tracker to make sure this issue is not a duplicate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    StaleenhancementNew feature or requestopsRelevant to Graph Node Ops

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions