rest-gradle-plugin icon indicating copy to clipboard operation
rest-gradle-plugin copied to clipboard

Is there any way to make request recursively?

Open aleksz opened this issue 10 years ago • 2 comments

I need to poll service until it's up. Would be nice to have a way to poll in loop with delay

aleksz avatar May 28 '15 05:05 aleksz

Not at the moment; perhaps there are retry properties we can expose. Are there any specific properties you'd like?

noamt avatar Jun 15 '15 10:06 noamt

@aleksz maybe you could use continuous build feature ( gradle -t ) and a wait task that sleeps for the desired delay.

otrosien avatar Apr 19 '16 19:04 otrosien