Dmitrijs Zubriks
Dmitrijs Zubriks
Hey @jszwedko I've drafted [PR](https://github.com/vectordotdev/vector/pull/15828) for this feature, can you take a quick look if I'm moving to the right direction? Thank you! 👀
Hey @jszwedko, is this going to land in 0.27? 👀
@spencergilbert yeah, got burden with regular stuff previous week, most likely will get back on this tomorrow
@spencergilbert I'm currently trying to compile binary to test this feature in my setup, but I do not plan to make any other changes, except code for passing around strings...
@spencergilbert hey, I have added deprecation notes and about to test this with actual Firehose setup. Other than that and `String` cloning in tests I think I don't have any...
@spencergilbert I believe I've addressed all requested changes
@LiYChristopher are you sure your code actually works? Client post will block scheduler, or I'm missing something? `response = sg.client.mail.send.post(request_body=email.get())`
Documentation still states, that `multi` is not for production, however `systemd` examples come with `multi`. What is preferred way to launch process with `systemd` (regular celery worker, not beat)?