sidekiq-job-manager 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b2c02ac9443965131af563aba1b5ceee8594b4f
|
4
|
+
data.tar.gz: e407730e3cf941bebae97d2ab5a2d59f8a60f224
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 659244098c4bed537dfe8086d34900a2269b850e2faec092f4014aa6e1093206607e6b72b70c41218ce94ded33ee0892257b2adbc1fc9328c24f1f16b8c71321
|
7
|
+
data.tar.gz: 5b798c8e6346ecf975600845ab6ce6c800726804239ca7ce5b6085abbcf5c9f8f80f584716c7d91203322e502e42f8f0b9468b4ae691660e4be37bd2d74775e7
|
data/Gemfile.lock
CHANGED
@@ -12,7 +12,7 @@ header.row
|
|
12
12
|
thead
|
13
13
|
th style="width: 25%" Payload
|
14
14
|
th style="width: 10%" Queue
|
15
|
-
th style="width: 15%"
|
15
|
+
th style="width: 15%" Finished At
|
16
16
|
th style="width: 38%" Exception
|
17
17
|
th style="width: 12%" Action
|
18
18
|
- @messages.each do |msg|
|
@@ -37,7 +37,7 @@ header.row
|
|
37
37
|
.span4
|
38
38
|
== slim :_paging, :locals => { :url => "#{root_path}manager/worker/#{@worker}#@name" }
|
39
39
|
- else
|
40
|
-
.alert.alert-success No
|
40
|
+
.alert.alert-success No recent jobs found.
|
41
41
|
|
42
42
|
javascript:
|
43
43
|
$('input.filter').live('keyup', function() {
|
@@ -20,7 +20,7 @@ header.row
|
|
20
20
|
td
|
21
21
|
input.btn.btn-small.add-to-queue type="button" name="run" value="Add to queue" data-worker="#{job[:name]}" data-queue="#{job[:last_call]['queue']}"
|
22
22
|
- else
|
23
|
-
.alert.alert-success No
|
23
|
+
.alert.alert-success No recent jobs found.
|
24
24
|
|
25
25
|
javascript:
|
26
26
|
$('input.add-to-queue').live('click', function(){
|