webgriffe / SyliusAkeneoPlugin

Plugin allowing to import data from Akeneo PIM to your Sylius store.
https://webgriffe.github.io/SyliusAkeneoPlugin/
MIT License
23 stars 3 forks source link

Do not request a new connection token at each "run" #206

Open LucaGallinari opened 1 month ago

LucaGallinari commented 1 month ago

Is your feature request related to a problem? Please describe. The plugin request a new connection token to Akeneo at each "run". Akeneo stores these token in internal tables and they can grow in size pretty fast even you remove the expired ones.

Describe the solution you'd like The system should save the token and use it until expiration instead of requesting a new one at each "run"