Kiq v0.3.0 API Reference
Modules
Kiq is a robust and extensible job processing queue that aims for compatibility with Sidekiq Enterprise
Used to construct a Sidekiq compatible job
Kiq maintains a fixed pool of Redix connections that are used by processes to communicate with Redis
Job handling is performed by reporters, which are customized GenStage
consumers
This module simplifies making assertions about enqueued jobs during testing
Defines a behavior and macro to guide the creation of worker modules