module SidekiqUniqueJobs::OptionsWithFallback

Module containing methods shared between client and server middleware

Requires the following methods to be defined in the including class

1. item (required)
2. options (can be nil)
3. job_class (required, can be anything)

@author Mikael Henriksson <mikael@mhenrixon.com>