overblog / dataloader-bundle

This bundle allows to easy use DataLoaderPHP in your Symfony project through configuration.
MIT License
46 stars 14 forks source link

Clear data loaders on `kernel.reset` #27

Closed ruudk closed 3 years ago

ruudk commented 3 years ago

When having a long running Symfony application it's important to clear the data loader caches when kernel.reset is called by Symfony. Otherwise they'll keep growing forever.

mcg-web commented 3 years ago

Thank you @ruudk !