Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a query that might return 0 or 1.
If it returns 0 then I need to wait for 2 minutes and keep trying again till it returns 1.
Whats the best way to implement this logic ?