Help with Using Schedule Policies for Retrying with Intervals
Struggling to understand how to use the schedule policies.
I am trying to check if some data exists, and as long as the data can't be found, we keep repeating every 1000ms, 30 times max.
Here is my (apparently incorrect) attempt:
I am trying to check if some data exists, and as long as the data can't be found, we keep repeating every 1000ms, 30 times max.
Here is my (apparently incorrect) attempt:
