Baldinof / roadrunner-bundle

A RoadRunner worker integrated in your Symfony app
MIT License
255 stars 46 forks source link

Jobs (queues) support #99

Open FluffyDiscord opened 1 year ago

FluffyDiscord commented 1 year ago

Are there any plans for RR jobs support in the bundle?

https://roadrunner.dev/docs/plugins-jobs/2.x/en

Baldinof commented 1 year ago

Hello! I think @iborysenko is working on it :)

webspec2012 commented 1 year ago

Good afternoon! I really want to use this functionality.

iborysenko commented 1 year ago

Hi, there, unfortunately, I do not have enough time to chore my solution. We discussed with @Baldinof possible ways to provide these functionalities, But @Baldinof wants to integrate this functionality into the SymfonyMessanger component, in the same time my solution isn't using this component.

Also, you need to understand that in some cases you can't change your php AMQP driver to the RR Jobs (For example if you want to start your cronjob and then publish messages to the broker you need to boot the RR server to use RR_RPC, and it makes the limitations for your code or you need to do weird hacks to do that )

Of course, I found possible solutions, but in some places, it looks crazy Also, my solution needs to be updated to RR 2023.1 and fix BC Anyway it will be an additional package separated from this one soon

rustatian commented 1 year ago

Hey guys 👋🏻 Feel free to ping/ask me if you need any support from the RR side, would be happy to help 😃