homeday-de / sidetiq

NO LONGER MAINTAINED Recurring jobs for Sidekiq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sidetiq

Build Status Dependency Status Coverage Status Code Climate

Recurring jobs for Sidekiq.

NO LONGER MAINTAINED!!!

Due to changes in Sidekiq (which would necessitate an almost complete rewrite) and the move to the ActiveJob abstraction this library is no longer maintained. Please refer to alternatives instead.

Overview

Sidetiq provides a simple API for defining recurring workers for Sidekiq.

  • Concurrency and fault-tolerance using Celluloid actors.

  • Flexible DSL based on ice_cube.

  • Distributed, Redis-based locking to synchronize multiple Sidetiq processes.

  • Web extension with extensive monitoring of recurring jobs.

  • Sidetiq runs in your Sidekiq processes. No extra resources required.

Usage

Please see the Sidetiq wiki for more detailed documentation and usage notes.

License

Sidetiq is released under the 3-clause BSD. See LICENSE for further details.

Author

Tobias Svensson, @endofunky, http://github.com/endofunky

About

NO LONGER MAINTAINED Recurring jobs for Sidekiq

License:Other


Languages

Language:Ruby 84.8%Language:HTML 14.6%Language:CSS 0.5%