1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

32 commits

Author SHA1 Message Date
Mike Perham
d403f4143a Update web UI screenshot 2013-02-03 12:20:58 -08:00
Mike Perham
7d922c690b Update with more detail 2013-01-30 15:19:51 -08:00
Chris Gaffney
e994b05ae9 Add docs about managing sidekiq and add logging. 2013-01-30 17:33:41 -05:00
Chris Gaffney
219599db85 Add an example config for Upstart on Ubuntu 12.04. 2013-01-30 17:13:18 -05:00
jtimberman
3a2bd2b35e a simple runit example 2013-01-28 16:35:47 -07:00
ramiyer28
0d6554f019 Update examples/sidekiq 2013-01-10 11:36:31 +05:30
ramiyer28
372906c16c Simple INIT script for sidekiq
Starts and Stops Sidekiq message processor.
2013-01-09 22:04:51 -08:00
Brandon Hilkert
355cc3f604 * Memoize stats instance
* Create more indicative helpers for stats
* Update example for Stats API
2012-12-05 11:46:55 -05:00
Pedro Padron
1a16dfcbc3 updating sinkiq.rb example to retrieve stats correctly 2012-11-02 05:28:19 -02:00
Trung Lê
222b41c263 Add :pidfile and :namespace option into example config.yml 2012-10-09 14:16:55 +12:00
jc00ke
7574bb1756 Implement Sidekiq::Stats.failed 2012-09-03 10:43:08 -07:00
jc00ke
ec4833b0da Implement Sidekiq::Stats.processed 2012-09-03 10:42:34 -07:00
Seamus Abshere
8031c8fa4a config files are named X.yml, not X.conf 2012-06-27 11:27:09 -05:00
Seamus Abshere
7e032cc6ad remove unused function per @betelgeuse in https://github.com/engineyard/eycloud-recipe-sidekiq/pull/1 2012-06-27 11:26:19 -05:00
jc00ke
70dc40661a Don't execute sidekiq w/bundle exec in EY chef
Fixes #262
2012-06-21 18:33:30 -07:00
Mike Perham
2c4be4cada Scheduled jobs! Bump to 2.0.0.
Performs can now be scheduled at arbitrary points in the future.
2012-05-25 20:21:42 -07:00
Saito
5249615d92 fix typo. 2012-04-18 18:54:18 +08:00
Ayrton De Craene
53c5044da5 By default jobs are added to the default queue. 2012-04-12 12:19:02 +03:00
jc00ke
905123c16a Adding clockwork example 2012-04-11 11:34:57 -07:00
Mike Perham
451201daf8 bump version, prepare for release 2012-04-03 20:51:25 -07:00
Mike Perham
2e58b1d9d8 Clean up examples 2012-04-02 19:21:26 -07:00
jc00ke
d9793e09b6 Updating chef recipe
Pulled in some updates from the project that spawned the cookbook.
2012-03-21 20:44:21 -07:00
Mike Perham
b5502fa89f Fix redis database URLs to use numeric indexes, #83 2012-03-18 20:09:27 -07:00
Mike Perham
f4fe83a90f sample screenshot 2012-03-18 19:20:07 -07:00
Mike Perham
ef352f6b64 Create example of whenever integration, GH-66 2012-03-02 17:01:13 -08:00
Mike Perham
1d92d1545e Oops, remove old junk 2012-03-02 16:24:45 -08:00
Mike Perham
7fe562582d Sample config file for capistrano 2012-02-26 20:48:24 -08:00
jc00ke
16a6f258a3 Adding monit example. Untested; just a template 2012-02-21 19:44:55 -08:00
jc00ke
cca7580512 Adding EY-specific chef recipe example
This works on a single instance deploy on EY. Haven't tested it on a
multi-server environment yet.
2012-02-21 19:44:44 -08:00
Mike Perham
737b7d7dbc Nearing a 0.7.0 release... 2012-02-21 16:09:01 -08:00
jc00ke
88598b89ce Adding Sinatra example 2012-02-12 22:34:37 -08:00
jc00ke
f3654bef5a Adding plain old Ruby example 2012-02-12 21:35:14 -08:00