We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82840e2 commit ef00713Copy full SHA for ef00713
README.md
@@ -4,7 +4,7 @@ Octopoller is a micro gem for polling and retrying, perfect for making repeating
4
```ruby
5
Octopoller.poll(timeout: 15.seconds) do
6
begin
7
- client.make_that_request # raises an Error sometimes
+ client.make_that_request # ex. request a long running job's status
8
rescue Error
9
:re_poll
10
end
0 commit comments