Pavieł Michalkievič
Pavieł Michalkievič
> Also, would you mind doing the examples and tracing in a separate PR just to make it easier to review and land this piecemeal? Sure. It's not that I...
> Sorry it took me a while (again) 😅 No worries, it actually takes me that exact Duration to iterate over the things
@jonhoo Please have another look. As for the conflicts, #68 should unblock the pipeline in `main`
> Just FYI — I'm away on holiday this week, so won't get to this until the weekend after next probably 😅 I wish you a great holiday! As for...
@jonhoo Sorry for pushing amid review request - just pulled the latest from main resolving some minor conflicts
@jonhoo I think all the threads have been addressed. I thing that I have just realized is that we do not allow to `Worker::run` a terminated worker, and we drop...
The [JobBuilder PR](https://github.com/jonhoo/faktory-rs/pull/37) followed by [expiring and unique jobs PR](https://github.com/rustworthy/faktory-rs/pull/1) will be the first steps in enabling ergonomic access to Enterprise Faktory features. API for batch and trackable jobs will...
@jonhoo I encountered some issues when trying to `make Client hold a boxed dyn Connection` . Our `Reconnect` trait mentions `Self` in the return value of it's only method, making...
> Would you mind splitting this PR into multiple, one for each logical change? It's a little hard to review the changes when multiple of them are bundled together in...
@jonhoo Only queue control actions are left in this PR. Please have a look at it once again