rest-gradle-plugin
rest-gradle-plugin copied to clipboard
Is there any way to make request recursively?
I need to poll service until it's up. Would be nice to have a way to poll in loop with delay
Not at the moment; perhaps there are retry properties we can expose. Are there any specific properties you'd like?
@aleksz maybe you could use continuous build feature ( gradle -t ) and a wait task that sleeps for the desired delay.