Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert integer to string in elasticsearch healthcheck #651

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

penguincoder
Copy link
Contributor

Humble apologies. My rigor in testing was not complete in my last elasticsearch PR. This will correct the error when running devenv up with services.elasticsearch.enable = true.

at «github:cachix/devenv/c51a56bac8853c019241fe8d821c0a0d82422835»/src/modules/services/elasticsearch.nix:187:83:

   186|         readiness_probe = {
   187|           exec.command = "${pkgs.curl}/bin/curl -f -k http://${cfg.listenAddress}:${cfg.port}";
      |                                                                                   ^
   188|           initial_delay_seconds = 15;

error: cannot coerce an integer to a string

@domenkozar domenkozar merged commit d1e5a41 into cachix:main Jun 7, 2023
@penguincoder penguincoder deleted the elasticsearch-tostring branch June 7, 2023 15:13
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.

None yet

2 participants