Changelog: Faktory || Faktory Enterprise
Faktory Pro was sunset in April 2021 and is no longer available for sale. Existing customers may continue to use it for the next two years.
- No significant changes
- No significant changes
- No significant changes
- No significant changes
-e staging
environment support, limited to 100 connections- Fixes for linter problems
- Validate statsd tags, per Datadog docs [#283]
- Add periodic job history and details page [#265]
- Allow cron jobs to specify static arguments:
[[cron]]
schedule = "* * * * *"
[cron.job]
type = "SomeWorker"
args = ["minutely"]
[[cron]]
schedule = "0 * * * *"
[cron.job]
type = "SomeWorker"
args = ["hourly"]
- BREAKING Deprecate some statsd metrics, see issue for details [#261]
- Add some new statsd metrics for job expiration, uniqueness and cron. [#261]
- The canonical copy of each cron job was mutable, leading to inconsistent cron jobs over time [#234]
- Fix display of Next Run to use UTC [#234]
- Fix unique jobs cannot be retried [#220]
- Allow for TOML-defined queue latency metrics [#206]
- Better middleware error handling [#208]
- Add Statsd metrics feature
- Fix non-deterministic unique locks when jobs have map arguments. [#203]
- No changes.
- Fix for unique locks not releasing upon job success [#194]
- Add Unique Jobs feature [#194]
- First Faktory Pro release