Module: ActiveEncode::Polling

Extended by:
ActiveSupport::Concern
Defined in:
lib/active_encode/polling.rb

Constant Summary collapse

POLLING_WAIT_TIME =
10.seconds.freeze
CALLBACKS =
[
  :after_status_update, :after_failed, :after_cancelled, :after_completed
].freeze