- Issue created by @clemorphy
The issue was coming from a patch on varnish_purge ✨ Multiple IP's for one varnish purger Needs review
- Status changed to Closed: works as designed
10 months ago 2:49pm 12 January 2024
Hi
I use the purge module with the varnish_purge integration.
When my cron tries to send ban requests to varnish, I have this error in the cron logs :
Drupal\purge\Plugin\Purge\Purger\Exception\BadPluginBehaviorException : Only NOT_SUPPORTED, PROCESSING, SUCCEEDED and FAILED are valid outbound states. dans Drupal\purge\Plugin\Purge\Invalidation\InvalidationBase->setStateContext() (ligne 144 de /var/www/ppd/xxxxxxxxx/web/modules/contrib/purge/src/Plugin/Purge/Invalidation/InvalidationBase.php).
It does not occur on my local environment or on my remote dev server, only on my remote pre-production server.
The same versions of Drupal and contrib modules are used on all the envs. I can't find what could cause this error.
As I am only using the varnish_purge integration, I've created
an issue on this project here
🐛
Exception "Only NOT_SUPPORTED, PROCESSING, SUCCEEDED and FAILED are valid outbound states"
Closed: works as designed
.
I have tried to remove and recreate the purger instance with no success.
Any idea of where I should look ?
Thanx
Closed: works as designed
3.5
Code
The issue was coming from a patch on varnish_purge ✨ Multiple IP's for one varnish purger Needs review