alfresco-transform-core icon indicating copy to clipboard operation
alfresco-transform-core copied to clipboard

Probes are not working as intended

Open swagnerfaw opened this issue 2 years ago • 0 comments

The way ProbeTransform was implemted suggests it should be only instantiated once for a transformer because it stores information which should change over time. ProbeTransform is however not used as a singleton bean, but a new instance is created for every ready/live check. This totally contradicts the way ProbeTransform is implemented. I am pretty sure ProbeTransform should be a singleton bean (and only initialized once).

swagnerfaw avatar Aug 01 '23 06:08 swagnerfaw