Baldinof / roadrunner-bundle

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

Reset stateful services question #125

Closed Aleksa1996 closed 6 months ago

Aleksa1996 commented 11 months ago

Hello, thanks for the project

I wanted to ask if this bundle calls ServicesResetter on each request ? I have seen this in the readme but i didnt see that in the code ?

Readme:

If some of your services are stateful, you can implement Symfony\Contracts\Service\ResetInterface and your service will be resetted on each request.

Thanks!