When set Retryable's option, UnexpectedError occurred.
kyanagimoto opened this issue · 2 comments
kyanagimoto commented
I tried to use gem_rbs_collection w/ this code,
then UnexpectedError happened on Retryable steep check in this code
If I did Retryable configuration w/
Retryable.configure do |config|
config.sleep = 1
end
Retryable.retryable do
results = FizzBuzz.run(Date.today.day)
puts results
end
it worked.
Do you have any idea to avoid this Diagnostic ID: Ruby::UnexpectedError?
ksss commented
Probably it's this problem.
soutaro/steep#429
kyanagimoto commented
I see.
Now I close this issue.
Thank you to let me know.