Sha256: d6cba3f2227b4658edf384bf913251ea516f17c73baee0160bca7c2c6199b2a7
Contents?: true
Size: 715 Bytes
Versions: 6
Compression:
Stored size: 715 Bytes
Contents
# frozen_string_literal: true module SidekiqUniqueJobs ARGS_KEY ||= 'args' AT_KEY ||= 'at' CLASS_KEY ||= 'class' JID_KEY ||= 'jid' LOG_DUPLICATE_KEY ||= 'log_duplicate_payload' QUEUE_KEY ||= 'queue' HASH_KEY ||= 'uniquejobs' QUEUE_LOCK_TIMEOUT_KEY ||= 'unique_expiration' RUN_LOCK_TIMEOUT_KEY ||= 'run_lock_expiration' TESTING_CONSTANT ||= 'Testing' UNIQUE_KEY ||= 'unique' UNIQUE_LOCK_KEY ||= 'unique_lock' UNIQUE_ARGS_KEY ||= 'unique_args' UNIQUE_PREFIX_KEY ||= 'unique_prefix' UNIQUE_DIGEST_KEY ||= 'unique_digest' UNIQUE_ON_ALL_QUEUES_KEY ||= 'unique_on_all_queues' UNIQUE_ACROSS_WORKERS_KEY ||= 'unique_across_workers' UNIQUE_ARGS_ENABLED_KEY ||= 'unique_args_enabled' end
Version data entries
6 entries across 6 versions & 1 rubygems