Method: Chef::EventDispatch::Base#resource_failed_retriable
- Defined in:
- lib/chef/event_dispatch/base.rb
#resource_failed_retriable(resource, action, retry_count, exception) ⇒ Object
Called when a resource fails, but will retry.
336 |
# File 'lib/chef/event_dispatch/base.rb', line 336 def resource_failed_retriable(resource, action, retry_count, exception); end |