jonhoo / faktory-rs

Rust bindings for Faktory clients and workers
Apache License 2.0
205 stars 16 forks source link

Bulk Push Jobs #54

Closed rustworthy closed 9 months ago

rustworthy commented 9 months ago

This change is Reviewable

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (df60d07) 74.3% compared to head (d7c5cde) 75.0%. Report is 6 commits behind head on main.

Additional details and impacted files | [Files](https://app.codecov.io/gh/jonhoo/faktory-rs/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset) | Coverage Δ | | |---|---|---| | [src/consumer/mod.rs](https://app.codecov.io/gh/jonhoo/faktory-rs/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL2NvbnN1bWVyL21vZC5ycw==) | `69.1% <ø> (ø)` | | | [src/producer/mod.rs](https://app.codecov.io/gh/jonhoo/faktory-rs/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL3Byb2R1Y2VyL21vZC5ycw==) | `76.7% <100.0%> (+12.8%)` | :arrow_up: | | [src/proto/mod.rs](https://app.codecov.io/gh/jonhoo/faktory-rs/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL3Byb3RvL21vZC5ycw==) | `79.5% <ø> (ø)` | | | [src/proto/single/cmd.rs](https://app.codecov.io/gh/jonhoo/faktory-rs/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL3Byb3RvL3NpbmdsZS9jbWQucnM=) | `96.8% <100.0%> (+0.2%)` | :arrow_up: | | [src/proto/single/ent.rs](https://app.codecov.io/gh/jonhoo/faktory-rs/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL3Byb3RvL3NpbmdsZS9lbnQucnM=) | `100.0% <ø> (ø)` | | | [src/proto/single/mod.rs](https://app.codecov.io/gh/jonhoo/faktory-rs/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL3Byb3RvL3NpbmdsZS9tb2QucnM=) | `94.4% <100.0%> (+<0.1%)` | :arrow_up: | | [src/proto/single/utils.rs](https://app.codecov.io/gh/jonhoo/faktory-rs/pull/54?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL3Byb3RvL3NpbmdsZS91dGlscy5ycw==) | `100.0% <ø> (ø)` | |
jonhoo commented 9 months ago

Made one small adjustment after the fact so that we don't have to guarantee in the future that we continue to hold a Vec: https://github.com/jonhoo/faktory-rs/commit/0bd2ab0dd1603e972f1bb5ba02669f9ab684fd8c

jonhoo commented 9 months ago

Released in 0.12.5 :tada: