module Sidekiq::Util

Overview

This module is part of Sidekiq core and not intended for extensions.

Included Modules

Direct including types

Defined in:

sidekiq/server/util.cr

Constant Summary

EXPIRY = (60 * 60) * 24

Instance Method Summary

Instance methods inherited from module Sidekiq::ExceptionHandler

handle_exception(ctx : Sidekiq::Context, ex : Exception, ctx_hash : Hash(String, JSON::Any) | Nil = nil) handle_exception

Instance Method Detail

def fire_event(event, reverse = false) #

[View source]
def safe_routine(ctx, name, &block) #

[View source]
def watchdog(ctx, last_words, &) #

[View source]