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

24 commits

Author SHA1 Message Date
Bruno Zanchet
b9b842fa58 adding sidekiq_processes option for running multiple sidekiq processes per host 2012-09-11 17:26:12 -03:00
Matt Bridges
c05cdd04e6 allow custom pid file for capistrano
For those out there who use different deployment configuration,
This will allow for anyone to set any pid file path they want.
2012-08-21 23:24:27 -05:00
Mike Perham
bcb5678524 Update cap hook, fixes #352 2012-08-19 11:31:20 -07:00
Elpizo Choi
c43d7cffd0 fix command to use -d for directory 2012-06-19 17:20:57 -07:00
Elpizo Choi
8ec9708220 don't run quiet or stop when no current_path found 2012-06-19 17:03:15 -07:00
Bruno Zanchet
6cffbb9adb do not halt deployment if no servers are going to run sidekiq workers 2012-05-16 17:17:01 -03:00
Bruno Zanchet
28c89338f8 using the bundle_cmd variable on capistrano tasks if present 2012-04-19 18:13:23 -03:00
Mike Perham
05fba94195 Fix double restart 2012-04-18 08:40:57 -07:00
Matthew Ford
d03f7c777e more cap hooks closes #136 2012-04-17 03:56:41 +02:00
Mike Perham
93adb17437 Fix sidekiq:start, #131 2012-04-15 14:59:32 -07:00
Mike Perham
16fa99c875 Support custom capistrano role, fixes #113 2012-04-05 20:18:11 -07:00
Mike Perham
92c61e7601 Cap fix, fixes #106 2012-04-03 20:00:20 -07:00
Hinrik Örn Sigurðsson
bc7fdd1748 Prevent "cap deploy" from hanging 2012-03-29 12:17:38 +00:00
Hinrik Örn Sigurðsson
fae3f120b9 Add missing "bundle exec" prefixes 2012-03-29 06:25:45 +00:00
Mike Perham
a62c775d20 Update capistrano recipe to use a custom ruby script, #95 2012-03-27 20:19:24 -07:00
Mike Perham
8ca2fb57d6 Update recipe to work on old bash versions, fixes #78 2012-03-11 12:21:34 -07:00
Mike Perham
9a4b8f0d09 Redirect stderr and stdout to log file 2012-03-09 19:03:04 -08:00
Mike Perham
c8651c59e0 Ignore result of kill -9, GH-76 2012-03-09 19:01:19 -08:00
Matthew Ford
d434e035e4 task wasn't dropping pid file, use current_path everywhere. 2012-03-09 23:17:20 +00:00
Matthew Ford
8cc67fd6d8 fix cap task not returning 2012-03-09 22:56:08 +00:00
Matthew Ford
50423d7bd1 Fix for: sh: cannot create log/sidekiq.log: Directory nonexistent 2012-03-09 22:47:29 +00:00
Mike Perham
be1ef5736e Implement USR1 - stop accepting new work, GH-69 2012-03-08 20:58:51 -08:00
Mike Perham
9c22f8d159 Redirect stderr to logfile also, use nohup [fixes #64] 2012-02-29 20:50:18 -08:00
Mike Perham
9fb20f6249 Add capistrano integration [#52] 2012-02-26 20:36:30 -08:00