Berk D. Demir

Results 32 comments of Berk D. Demir

This would be a good first issue for a first time contributor to the project. Let's see if someone wants to pick it up.

Well, no pickers in until now. Committed a quick implementation and cut a beta release. @milindpatel63: Give [v0.10.0-beta.1](https://github.com/bdd/runitor/releases/tag/v0.10.0-beta.1) a try. Release message has an example, addressing your use case.

One last beta before release https://github.com/bdd/runitor/tree/v0.10.0-beta.3

Huh. Initially I thought about a possible `max-runtime` feature to catch runaway processes but that's not very Unix when we already have the right tool for it, [`timeout`](https://linux.die.net/man/1/timeout) from GNU...

Here's a one minute implementation https://github.com/bdd/runitor/commit/e0af841e9935d8b213a11a7290eec58c52a9b191 Honestly it doesn't feel like this feature fits in along with the others. Other than stdout & stderr routing, runitor just implements healthchecks.io Ping...

This was shipped in v0.10.0.

* Model(platform): DS918+ (apollolake) * DSM version: 7.1-42661 Update 4 * Driver version: 2.15.0-10 (Stable) / 2.16.3-1 (Works) * Ethernet device: [D-Link DUB-E250](https://www.amazon.com/dp/B08NK8SF5F) * Working status: Stable Maximum Throughput: 2.35...

You can remove me from the list. My pull request was only whitespace fixes.

Following [Pēteris's contribution](https://github.com/bdd/runitor/pull/118), I made a [prerelease](https://github.com/bdd/runitor/releases/tag/v1.3.0-beta.1) of runitor supporting 201 response code so it doesn't think ping failed. If you use runitor, I'd appreciate testing reports of v1.3.0-beta.1. If...

I cannot reproduce this on {x86_64, aarch64}-linux or aarch64-darwin. Neither from the trunk, nor from nixpkgs-23.05(-darwin) branches. Looking at Hydra, this seems to fail more frequently on [x86_64-darwin](https://hydra.nixos.org/job/nixpkgs/trunk/age.x86_64-darwin/all), rarely for...