Title here
Summary here
Danger mode enables Lazykiq to change Sidekiq state (delete, retry now, kill, add to queue). These operations are powerful and irreversible, so use them carefully.
Lazykiq talks directly to Redis. It does not run any Ruby code on the server, which means:
DeadSet#kill, so death_handlers and any related server-side
hooks are not called (see Death Notification for details).dead_timeout/dead_max_jobs limits. Those limits only apply when
Sidekiq itself trims the dead set later.If you need exact Sidekiq server behavior (middleware, death handlers, trimming), use the Sidekiq Web UI or your application’s Ruby tooling.