2013-09-18 06:04:50 -04:00
|
|
|
![Sidetiq](http://f.cl.ly/items/1W3k0R2V2x3n3S1t1M0B/sidetiq.png)
|
|
|
|
=========
|
2013-01-31 12:42:19 -05:00
|
|
|
|
2013-02-01 11:55:48 -05:00
|
|
|
[![Build Status](https://travis-ci.org/tobiassvn/sidetiq.png)](https://travis-ci.org/tobiassvn/sidetiq)
|
2013-02-04 06:45:10 -05:00
|
|
|
[![Dependency Status](https://gemnasium.com/tobiassvn/sidetiq.png)](https://gemnasium.com/tobiassvn/sidetiq)
|
2013-08-27 06:47:11 -04:00
|
|
|
[![Coverage Status](https://coveralls.io/repos/tobiassvn/sidetiq/badge.png)](https://coveralls.io/r/tobiassvn/sidetiq)
|
2013-08-27 06:58:20 -04:00
|
|
|
[![Code Climate](https://codeclimate.com/github/tobiassvn/sidetiq.png)](https://codeclimate.com/github/tobiassvn/sidetiq)
|
2013-01-31 13:06:09 -05:00
|
|
|
|
2013-01-31 12:42:19 -05:00
|
|
|
Recurring jobs for [Sidekiq](http://mperham.github.com/sidekiq/).
|
|
|
|
|
2013-03-11 09:41:30 -04:00
|
|
|
Overview
|
|
|
|
--------
|
2013-01-31 12:42:19 -05:00
|
|
|
|
|
|
|
Sidetiq provides a simple API for defining recurring workers for Sidekiq.
|
|
|
|
|
2013-09-19 21:57:59 -04:00
|
|
|
- Concurrency and fault-tolerance using Celluloid actors.
|
2013-09-17 09:21:10 -04:00
|
|
|
|
2013-09-19 21:57:59 -04:00
|
|
|
- Flexible DSL based on [ice_cube](http://seejohnrun.github.com/ice_cube/).
|
2013-02-01 11:53:34 -05:00
|
|
|
|
2013-09-18 05:11:54 -04:00
|
|
|
- Distributed, Redis-based locking to synchronize multiple Sidetiq processes.
|
2013-01-31 12:42:19 -05:00
|
|
|
|
2013-09-18 05:11:54 -04:00
|
|
|
- Web extension with extensive monitoring of recurring jobs.
|
2013-01-31 12:42:19 -05:00
|
|
|
|
2013-09-18 12:51:56 -04:00
|
|
|
- Sidetiq runs in your Sidekiq processes. No extra resources required.
|
2013-09-18 12:51:24 -04:00
|
|
|
|
2013-09-18 05:11:54 -04:00
|
|
|
Usage
|
|
|
|
-----
|
2013-01-31 12:42:19 -05:00
|
|
|
|
2013-09-18 05:11:54 -04:00
|
|
|
Please see the [Sidetiq wiki](http://github.com/tobiassvn/sidetiq/wiki) for more detailed
|
|
|
|
documentation and usage notes.
|
2013-01-31 12:42:19 -05:00
|
|
|
|
2013-03-11 09:41:30 -04:00
|
|
|
License
|
|
|
|
-------
|
2013-01-31 12:42:19 -05:00
|
|
|
|
2013-06-21 06:21:25 -04:00
|
|
|
Sidetiq is released under the 3-clause BSD. See LICENSE for further details.
|
2013-03-11 09:29:16 -04:00
|
|
|
|
2013-03-11 09:41:30 -04:00
|
|
|
Author
|
|
|
|
------
|
2013-03-11 09:29:16 -04:00
|
|
|
|
|
|
|
Tobias Svensson, [@tobiassvn](https://twitter.com/tobiassvn), [http://github.com/tobiassvn](http://github.com/tobiassvn)
|
2013-03-11 09:37:14 -04:00
|
|
|
|