Pavieł Michalkievič
Pavieł Michalkievič
> Ah, this is [contribsys/faktory#474](https://github.com/contribsys/faktory/pull/474)? > > Given we're doing a breaking change as part of #49 anyway, I think we should probably just remove `.info` entirely and add `.current_info`...
Suggesting to use `signal` and namely `ctrl_c` [interceptor](https://docs.rs/tokio/latest/tokio/signal/fn.ctrl_c.html#) from `tokio` eco-system, since we are switching to async.
> Thanks for taking this on! I actually think we should go one step further and fully get rid of the sync version. I don't think there's all that much...
> I'm quite swamped at the moment, so will take me some time to get to this unfortunately. Apologies in advance! No worries!
> I'm probably going to review this [on Reviewable](https://reviewable.io/reviews/jonhoo/faktory-rs/49) since GitHub's interface is _really_ bad once reviews are large, multi-staged, etc. Ok, then I am probably going to read through...
> Amazing work @rustworthy thank you for this contribution! @jonhoo what left is needed to get this merged and faktory-rs crate versions updated - starting a runtime for each worker...
> @rustworthy Which of the PRs you have open do you think I should review next? Both #57 and #59 are now ready for review
> Hello, thank you for this PR! > > Actually, I wonder if we need this at all in v8 - there, we auto-instrument fastify & express under the hood,...
What's the destiny of this PR guys? cc @onurtemizkan
> I would think that with v8, where we have native support for fastify, this should not be necessary anymore...? Did you have the chance to try it out, so...