1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00
endofunky--sidetiq/README.md

42 lines
1.4 KiB
Markdown
Raw Normal View History

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
2016-08-15 03:44:56 -04:00
[![Build Status](https://travis-ci.org/endofunky/sidetiq.png)](https://travis-ci.org/endofunky/sidetiq)
[![Dependency Status](https://gemnasium.com/endofunky/sidetiq.png)](https://gemnasium.com/endofunky/sidetiq)
[![Coverage Status](https://coveralls.io/repos/endofunky/sidetiq/badge.png)](https://coveralls.io/r/endofunky/sidetiq)
[![Code Climate](https://codeclimate.com/github/endofunky/sidetiq.png)](https://codeclimate.com/github/endofunky/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-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
2016-08-15 03:44:56 -04:00
Please see the [Sidetiq wiki](http://github.com/endofunky/sidetiq/wiki) for more detailed
2013-09-18 05:11:54 -04:00
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
2016-08-15 03:44:56 -04:00
Tobias Svensson, [@endofunky](https://twitter.com/endofunky), [http://github.com/endofunky](http://github.com/endofunky)
2013-03-11 09:37:14 -04:00