creeper 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/creeper/version.rb
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
Creeper.configure_client do |config|
|
|
2
|
-
config.redis = { :size => 2 }
|
|
3
|
-
config.beanstalk = { url: 'beanstalk://localhost:11313' }
|
|
4
|
-
end
|
|
5
|
-
Creeper.configure_server do |config|
|
|
6
|
-
config.redis = { :size => 25 }
|
|
7
|
-
config.beanstalk = { url: 'beanstalk://localhost:11313' }
|
|
8
|
-
end
|
|
1
|
+
#Creeper.configure_client do |config|
|
|
2
|
+
# config.redis = { :size => 2 }
|
|
3
|
+
# config.beanstalk = { url: 'beanstalk://localhost:11313' }
|
|
4
|
+
#end
|
|
5
|
+
#Creeper.configure_server do |config|
|
|
6
|
+
# config.redis = { :size => 25 }
|
|
7
|
+
# config.beanstalk = { url: 'beanstalk://localhost:11313' }
|
|
8
|
+
#end
|
data/web/views/_workers.slim
CHANGED
|
@@ -10,5 +10,6 @@ table class="table table-striped table-bordered workers"
|
|
|
10
10
|
td= worker
|
|
11
11
|
td= msg['queue']
|
|
12
12
|
td= msg['payload']['class']
|
|
13
|
-
td=
|
|
13
|
+
td title="#{msg['payload'].inspect}"
|
|
14
|
+
= (msg['payload']['args'] || msg['payload']).inspect[0..100]
|
|
14
15
|
td== relative_time(Time.parse(msg['run_at']))
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: creeper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-08-
|
|
13
|
+
date: 2012-08-17 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: redis
|
|
@@ -402,7 +402,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
402
402
|
version: '0'
|
|
403
403
|
segments:
|
|
404
404
|
- 0
|
|
405
|
-
hash: -
|
|
405
|
+
hash: -1074124082925093481
|
|
406
406
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
407
407
|
none: false
|
|
408
408
|
requirements:
|
|
@@ -411,7 +411,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
411
411
|
version: '0'
|
|
412
412
|
segments:
|
|
413
413
|
- 0
|
|
414
|
-
hash: -
|
|
414
|
+
hash: -1074124082925093481
|
|
415
415
|
requirements: []
|
|
416
416
|
rubyforge_project:
|
|
417
417
|
rubygems_version: 1.8.24
|