Class: Sidekiq::Portal::Config

Inherits:
Qonfig::DataSet
  • Object
show all
Defined in:
lib/portal/config.rb

Overview

Since:

  • 0.1.0

Constant Summary collapse

DEFAULT_TIMEZONE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Returns:

  • (String)

Since:

  • 0.1.0

'UTC'
EMPTY_SCHEDULER_CONFIG =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Returns:

  • (Hash)

Since:

  • 0.1.0

{}.freeze
DEFAUL_RETRIES_COUNT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Returns:

  • (Integer)

Since:

  • 0.1.0

0
RETRY_ON_EXCEPTIONS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Returns:

  • (Array<Exception>)

Since:

  • 0.1.0

[StandardError].freeze