Crate sidekiq

Source

Re-exports§

pub use ::redis as redis_rs;

Modules§

periodic

Structs§

ChainIter
A pseudo iterator used to know which middleware should be called next. This is created by the Chain type.
Counter
EnqueueOpts
Job
Processor
ProcessorConfig
QueueConfig
RedisConnection
A wrapper type for making the redis crate compatible with namespacing.
RedisConnectionManager
A bb8::ManageConnection for redis::Client::get_async_connection wrapped in a helper type for namespacing.
RedisError
Represents a redis error.
Scheduled
StatsPublisher
UnitOfWork
WorkerOpts
WorkerRef

Enums§

BalanceStrategy
Error
RetryOpts
WorkFetcher

Traits§

ServerMiddleware
Worker

Functions§

opts
perform_async
Helper function for enqueueing a worker into sidekiq. This can be used to enqueue a job for a ruby sidekiq worker to process.
perform_in
Helper function for enqueueing a worker into sidekiq. This can be used to enqueue a job for a ruby sidekiq worker to process.
with_custom_namespace

Type Aliases§

RedisPool
Result