Class: Identity::UserAcceptableVerifiedCredentialTotalsJob

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/sidekiq/identity/user_acceptable_verified_credential_totals_job.rb

Constant Summary collapse

STATSD_KEY_PREFIX =
'worker.user_avc_totals'
SCOPES =
[WITH_AVC = :with_avc,
WITH_IVC = :with_ivc,
WITHOUT_AVC = :without_avc,
WITHOUT_IVC = :without_ivc,
WITHOUT_AVC_IVC = :without_avc_ivc].freeze
PROVIDERS =
[ALL = :all,
IDME = :idme,
LOGINGOV = :logingov,
DSLOGON = :dslogon,
MHV = :mhv].freeze

Instance Method Summary collapse

Instance Method Details

#performObject



21
22
23
# File 'app/sidekiq/identity/user_acceptable_verified_credential_totals_job.rb', line 21

def perform
  set_statsd_gauges
end