CLI: configuration reload on SIGHUP is not supported on Windows #859

Open
opened 2025-12-28 17:14:29 +00:00 by sami · 1 comment
Owner

Originally created by @AnnaShaleva on GitHub (Feb 8, 2022).

Currently implemented strategy for configuration reload is not supported on Windows. SIGHUP is supported on POSIX-compliant systems, so we may want to think about another way to reload node configuration on Windows (e.g. like https://github.com/nats-io/nats-server/issues/521). Affects the https://github.com/nspcc-dev/neo-go/issues/1949 if we're going to support this feature on Windows.

Originally created by @AnnaShaleva on GitHub (Feb 8, 2022). Currently implemented strategy for configuration reload is not supported on Windows. SIGHUP is supported on POSIX-compliant systems, so we may want to think about another way to reload node configuration on Windows (e.g. like https://github.com/nats-io/nats-server/issues/521). Affects the https://github.com/nspcc-dev/neo-go/issues/1949 if we're going to support this feature on Windows.
Author
Owner

@roman-khimov commented on GitHub (Feb 8, 2022):

I'd leave it as unsupported thing for now, no signals --- no signal-based features, implementing alternatives is not a priority for us.

@roman-khimov commented on GitHub (Feb 8, 2022): I'd leave it as unsupported thing for now, no signals --- no signal-based features, implementing alternatives is not a priority for us.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neo-go#859
No description provided.