ifrit icon indicating copy to clipboard operation
ifrit copied to clipboard

a simple process model for go

Results 6 ifrit issues
Sort by recently updated
recently updated
newest added

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.55.0 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

The design of Ifrit makes a great deal of sense for the general case of folks on POSIX-y operating systems. On Windows, however, `os.Signal` is not so much a thing...

Ifrit currently does not have a version number, but let's call the current head of master `v1.0.0` for the purpose of this PR. There are a set of changes –...

Hi @tedsuo, First of all, I want to thank you for this library. I was looking for something like this and stumbled upon it. While testing if the library suits...

`ginkgomon` currently uses the `StartCheck` string to check the readiness of the process it is monitoring, however for some classes of processes it would be useful to have a readiness...