Skip to content

Queue runner v2#1

Closed
Conni2461 wants to merge 1 commit into
thaiger-infra-sprint:stagingHydrafrom
helsinki-systems:queue-runner-v2
Closed

Queue runner v2#1
Conni2461 wants to merge 1 commit into
thaiger-infra-sprint:stagingHydrafrom
helsinki-systems:queue-runner-v2

Conversation

@Conni2461
Copy link
Copy Markdown

No description provided.

@Conni2461 Conni2461 closed this Jul 7, 2025
@Conni2461 Conni2461 reopened this Jul 7, 2025
@Conni2461 Conni2461 force-pushed the queue-runner-v2 branch 3 times, most recently from f97d7be to 8eb984f Compare July 7, 2025 17:26
Comment thread non-critical-infra/hosts/staging-hydra/hydra.nix Outdated
Comment thread non-critical-infra/modules/hydra-queue-runner-v2.nix Outdated
Comment thread non-critical-infra/modules/hydra-queue-builder-v2.nix Outdated
Comment thread non-critical-infra/modules/hydra-queue-runner-v2.nix Outdated
Comment thread non-critical-infra/modules/hydra-queue-runner-v2.nix Outdated
Comment thread non-critical-infra/hosts/staging-hydra/hydra.nix Outdated
RestartSec = "5s";
ExecStart = lib.escapeShellArgs (
[
"${cfg.package}/bin/builder"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should use the meta.mainProgram/lib.getExe facilities.

Comment on lines +91 to +113
grpcAddress = lib.mkOption {
type = lib.types.singleLineStr;
default = "[::1]";
description = "The IP address the grpc listener should bound to";
};

grpcPort = lib.mkOption {
description = "Which grpc port this app should listen on";
type = lib.types.port;
default = 50051;
};

restAddress = lib.mkOption {
type = lib.types.singleLineStr;
default = "[::1]";
description = "The IP address the rest listener should bound to";
};

restPort = lib.mkOption {
description = "Which rest port this app should listen on";
type = lib.types.port;
default = 8080;
};
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's put these into a grpc and rest attrset, so all aspects are neatly separated like mtls.

@Conni2461
Copy link
Copy Markdown
Author

Conni2461 commented Jul 31, 2025

superseded by NixOS#790

@Conni2461 Conni2461 closed this Jul 31, 2025
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.

2 participants