You are here

constant InvStatesInterface::PROCESSING in Purge 8.3

The invalidation is processing.

Invalidation is actively processing remotely and hasn't yet reached its final state. The invalidation flows back to the queue so that the purger conducting the multi-step invalidation, can put it to FAILED or SUCCEEDED at the next round of queue processing. There is no limit of how many times the same object can be put into this state, but when this is happening for too many times, this can lead to queue congestion.

File

src/Plugin/Purge/Invalidation/InvStatesInterface.php, line 29

Class

InvStatesInterface
Describes the states invalidations can be in during their lifetime.

Namespace

Drupal\purge\Plugin\Purge\Invalidation

Code

const PROCESSING = 1;