Hey, I would like to use a failure route with a retry mechanism, which provides a MAX_NUM_OF_RETRIES (max number of times reaching the failure route),
Which can be achieved by a simple global counter, from what I’ve seen, the Counters module doesn’t provide a GET function in script,
What is the easiest solution for this kind of behavior?
Thanks a lot,
Max Kemel