contribsys / faktory

Language-agnostic persistent background job server
https://contribsys.com/faktory/
Other
5.74k stars 229 forks source link

Publish enterprise release binary for Linux to aid in testing #471

Open jonhoo opened 7 months ago

jonhoo commented 7 months ago

Hi there!

I maintain the Rust bindings to Faktory along with @rustworthy over in https://github.com/jonhoo/faktory-rs.

We currently do CI testing of Faktory Enterprise features on macOS, since the enterprise binary is only included for macOS in releases. This is a bit unfortunate both because macOS runners are slower to start and run on GitHub Actions, and because it means we can't easily do things like run code coverage (the tooling for which works less well on macOS).

Any chance you'd consider adding Linux binaries with enterprise features enabled to the regular public releases?

Cheers, Jon

mperham commented 7 months ago

I'm leaning toward doing this, since production usage requires a license file anyways. No ETA.