Skip to content

Conversation

@mtelvers
Copy link
Member

@mtelvers mtelvers commented Feb 7, 2023

For macOS workers, 10 minutes effectively means that the health check runs after every job. This PR adds a command line option to increase the interval or stop it altogether.

I used the Cmdliner to get the default value of 600 seconds: Arg.opt Arg.float 600.0. However, it may be preferable to use Arg.opt Arg.(some float) None and remove the option in the initialisation steps of the run function in worker/cluster_worker.ml.

@mtelvers mtelvers merged commit 54deb23 into ocurrent:master Feb 8, 2023
MisterDA added a commit to ocurrent/docker-base-images that referenced this pull request Feb 9, 2023
- ocaml-dockerfile
  + Build and install opam master from source in Windows images.
    (@MisterDA ocurrent/ocaml-dockerfile#140)
  + Include the ocaml-beta-repository in the images.
    (@kit-ty-kate ocurrent/ocaml-dockerfile#132, review by @MisterDA)

- ocluster
  + Custom healthcheck period. (@mtelvers ocurrent/ocluster#214)
MisterDA added a commit to ocurrent/docker-base-images that referenced this pull request Feb 10, 2023
- ocaml-dockerfile
  + Build and install opam master from source in Windows images.
    (@MisterDA ocurrent/ocaml-dockerfile#140)
  + Include the ocaml-beta-repository in the images.
    (@kit-ty-kate ocurrent/ocaml-dockerfile#132, review by @MisterDA)

- ocluster
  + Custom healthcheck period. (@mtelvers ocurrent/ocluster#214)
  + Allow workers to report additional prometheus metrics. (@patricoferris ocurrent/ocluster#210)
  + other minor things.
MisterDA added a commit to ocurrent/docker-base-images that referenced this pull request Feb 10, 2023
- ocaml-dockerfile
  + Build and install opam master from source in Windows images.
    (@MisterDA ocurrent/ocaml-dockerfile#140)
  + Include the ocaml-beta-repository in the images.
    (@kit-ty-kate ocurrent/ocaml-dockerfile#132, review by @MisterDA)

- ocluster
  + Custom healthcheck period. (@mtelvers ocurrent/ocluster#214)
  + Allow workers to report additional prometheus metrics. (@patricoferris ocurrent/ocluster#210)
  + other minor things.

- ocaml-version
  + Expose 4.08.1 and 4.14.1 (@MisterDA ocurrent/ocaml-version#60)
MisterDA added a commit to ocurrent/docker-base-images that referenced this pull request Feb 13, 2023
- ocaml-dockerfile
  + Build and install opam master from source in Windows images.
    (@MisterDA ocurrent/ocaml-dockerfile#140 ocurrent/ocaml-dockerfile#142)
  + Include the ocaml-beta-repository in the images.
    (@kit-ty-kate ocurrent/ocaml-dockerfile#132, review by @MisterDA)

- ocluster
  + Custom healthcheck period. (@mtelvers ocurrent/ocluster#214)
  + Allow workers to report additional prometheus metrics. (@patricoferris ocurrent/ocluster#210)
  + other minor things.

- ocaml-version
  + Expose 4.08.1 and 4.14.1 (@MisterDA ocurrent/ocaml-version#60)

fixup
MisterDA added a commit to MisterDA/opam-repository that referenced this pull request Mar 2, 2023
…uster (0.2.1)

CHANGES:

- Expose the ocluster-worker library in the ocluster-worker package
  (@MisterDA @art-w, ocurrent/ocluster#219 ocurrent/ocluster#217 ocurrent/ocluster#151, reviewed by @tmcgilchrist)
- Remove corrupted repositories from the cache (@kit-ty-kate ocurrent/ocluster#216, reviewed by @talex5)
- Allow workers to report additional prometheus metrics (@patricoferris ocurrent/ocluster#210, reviewed by @tmcgilchrist, @MisterDA)
- Smother Cap'n Proto and TLS debug logs (@MisterDA ocurrent/ocluster#213, reviewed by @talex5)
- Added command line option to set obuilder health check period (@mtelvers ocurrent/ocluster#214, reviewed by @tmcgilchrist)
- Conditionally compile macos user_temp fetcher (@tmcgilchrist ocurrent/ocluster#209, reviewed by @MisterDA, @mtelvers)
- Make rsync-mode mandatory when using rsync store (@tmcgilchrist ocurrent/ocluster#202, reviewed by @MisterDA)
- Windows service bugfixes (@MisterDA ocurrent/ocluster#200, reviewed by @tmcgilchrist)
- Fix build and opam metadata (@MisterDA @tmcgilchrist ocurrent/ocluster#199 ocurrent/ocluster#203)
MisterDA added a commit to MisterDA/opam-repository that referenced this pull request Mar 3, 2023
…uster (0.2.1)

CHANGES:

- Expose the ocluster-worker library in the ocluster-worker package
  (@MisterDA @art-w, ocurrent/ocluster#219 ocurrent/ocluster#217 ocurrent/ocluster#151, reviewed by @tmcgilchrist)
- Remove corrupted repositories from the cache (@kit-ty-kate ocurrent/ocluster#216, reviewed by @talex5)
- Allow workers to report additional prometheus metrics (@patricoferris ocurrent/ocluster#210, reviewed by @tmcgilchrist, @MisterDA)
- Smother Cap'n Proto and TLS debug logs (@MisterDA ocurrent/ocluster#213, reviewed by @talex5)
- Added command line option to set obuilder health check period (@mtelvers ocurrent/ocluster#214, reviewed by @tmcgilchrist)
- Conditionally compile macos user_temp fetcher (@tmcgilchrist ocurrent/ocluster#209, reviewed by @MisterDA, @mtelvers)
- Make rsync-mode mandatory when using rsync store (@tmcgilchrist ocurrent/ocluster#202, reviewed by @MisterDA)
- Windows service bugfixes (@MisterDA ocurrent/ocluster#200, reviewed by @tmcgilchrist)
- Fix build and opam metadata (@MisterDA @tmcgilchrist ocurrent/ocluster#199 ocurrent/ocluster#203)
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