easy_admin 0.1.1 → 0.2.0

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.
@@ -0,0 +1,2209 @@
1
+ Connecting to database specified by database.yml
2
+ Connecting to database specified by database.yml
3
+  (0.3ms) begin transaction
4
+  (0.0ms) rollback transaction
5
+  (0.0ms) begin transaction
6
+  (0.0ms) rollback transaction
7
+  (0.0ms) begin transaction
8
+  (0.1ms) rollback transaction
9
+  (0.0ms) begin transaction
10
+  (0.0ms) rollback transaction
11
+  (0.0ms) begin transaction
12
+  (0.0ms) rollback transaction
13
+  (0.0ms) begin transaction
14
+ SQL (1.0ms) DELETE FROM "outbound_requests"
15
+ SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
16
+  (0.0ms) rollback transaction
17
+ Connecting to database specified by database.yml
18
+  (0.3ms) begin transaction
19
+  (0.0ms) rollback transaction
20
+  (0.0ms) begin transaction
21
+  (0.0ms) rollback transaction
22
+  (0.0ms) begin transaction
23
+  (0.0ms) rollback transaction
24
+  (0.0ms) begin transaction
25
+  (0.0ms) rollback transaction
26
+  (0.0ms) begin transaction
27
+  (0.0ms) rollback transaction
28
+  (0.0ms) begin transaction
29
+ SQL (1.0ms) DELETE FROM "outbound_requests"
30
+ SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
31
+  (0.0ms) rollback transaction
32
+ Connecting to database specified by database.yml
33
+  (0.4ms) begin transaction
34
+  (0.0ms) SAVEPOINT active_record_1
35
+ SQL (21.0ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00]]
36
+  (0.0ms) RELEASE SAVEPOINT active_record_1
37
+ Processing by Admin::JobsController#destroy as HTML
38
+ Parameters: {"id"=>"1"}
39
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
40
+  (0.0ms) SAVEPOINT active_record_1
41
+ SQL (0.4ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
42
+  (0.0ms) RELEASE SAVEPOINT active_record_1
43
+ Redirected to http://test.host/admin/jobs
44
+ Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
45
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
46
+  (0.4ms) rollback transaction
47
+  (0.0ms) begin transaction
48
+  (0.0ms) SAVEPOINT active_record_1
49
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00]]
50
+  (0.0ms) RELEASE SAVEPOINT active_record_1
51
+ Processing by Admin::JobsController#index as HTML
52
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
53
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
54
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
55
+ Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.2ms)
56
+  (0.3ms) rollback transaction
57
+  (0.0ms) begin transaction
58
+  (0.0ms) SAVEPOINT active_record_1
59
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00]]
60
+  (0.0ms) RELEASE SAVEPOINT active_record_1
61
+ Processing by Admin::JobsController#show as HTML
62
+ Parameters: {"id"=>"1"}
63
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
64
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
65
+  (0.6ms) rollback transaction
66
+  (0.0ms) begin transaction
67
+  (0.0ms) SAVEPOINT active_record_1
68
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00]]
69
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70
+ SQL (0.2ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
71
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
72
+ Processing by Admin::JobsController#retry as HTML
73
+ Parameters: {"id"=>"1"}
74
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
75
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
76
+  (0.0ms) SAVEPOINT active_record_1
77
+  (0.0ms) RELEASE SAVEPOINT active_record_1
78
+ Redirected to http://test.host/admin/jobs
79
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
80
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
81
+  (0.4ms) rollback transaction
82
+  (0.0ms) begin transaction
83
+  (0.0ms) rollback transaction
84
+  (0.0ms) begin transaction
85
+ SQL (0.2ms) DELETE FROM "outbound_requests"
86
+  (0.0ms) SAVEPOINT active_record_1
87
+ SQL (0.5ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00]]
88
+  (0.0ms) RELEASE SAVEPOINT active_record_1
89
+  (0.0ms) SAVEPOINT active_record_1
90
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00]]
91
+  (0.0ms) RELEASE SAVEPOINT active_record_1
92
+  (0.0ms) SAVEPOINT active_record_1
93
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00]]
94
+  (0.0ms) RELEASE SAVEPOINT active_record_1
95
+  (0.0ms) SAVEPOINT active_record_1
96
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:17:26 UTC +00:00]]
97
+  (0.0ms) RELEASE SAVEPOINT active_record_1
98
+  (0.6ms) rollback transaction
99
+ Connecting to database specified by database.yml
100
+  (0.3ms) begin transaction
101
+  (0.0ms) SAVEPOINT active_record_1
102
+ SQL (20.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00]]
103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
104
+ Processing by Admin::JobsController#destroy as HTML
105
+ Parameters: {"id"=>"1"}
106
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
107
+  (0.0ms) SAVEPOINT active_record_1
108
+ SQL (0.8ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
109
+  (0.1ms) RELEASE SAVEPOINT active_record_1
110
+ Redirected to http://test.host/admin/jobs
111
+ Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
112
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
113
+  (1.4ms) rollback transaction
114
+  (0.0ms) begin transaction
115
+  (0.0ms) SAVEPOINT active_record_1
116
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00]]
117
+  (0.0ms) RELEASE SAVEPOINT active_record_1
118
+ Processing by Admin::JobsController#index as HTML
119
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
120
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"
121
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
122
+ Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.2ms)
123
+  (0.5ms) rollback transaction
124
+  (0.0ms) begin transaction
125
+  (0.0ms) SAVEPOINT active_record_1
126
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00]]
127
+  (0.0ms) RELEASE SAVEPOINT active_record_1
128
+ Processing by Admin::JobsController#show as HTML
129
+ Parameters: {"id"=>"1"}
130
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
131
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms)
132
+  (0.5ms) rollback transaction
133
+  (0.0ms) begin transaction
134
+  (0.0ms) SAVEPOINT active_record_1
135
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00]]
136
+  (0.0ms) RELEASE SAVEPOINT active_record_1
137
+ SQL (2.3ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
138
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
139
+ Processing by Admin::JobsController#retry as HTML
140
+ Parameters: {"id"=>"1"}
141
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
142
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
143
+  (0.0ms) SAVEPOINT active_record_1
144
+  (0.0ms) RELEASE SAVEPOINT active_record_1
145
+ Redirected to http://test.host/admin/jobs
146
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
147
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
148
+  (0.4ms) rollback transaction
149
+  (0.0ms) begin transaction
150
+  (0.0ms) rollback transaction
151
+  (0.0ms) begin transaction
152
+ SQL (0.3ms) DELETE FROM "outbound_requests"
153
+  (0.0ms) SAVEPOINT active_record_1
154
+ SQL (0.5ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00]]
155
+  (0.0ms) RELEASE SAVEPOINT active_record_1
156
+  (0.0ms) SAVEPOINT active_record_1
157
+ SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00]]
158
+  (0.0ms) RELEASE SAVEPOINT active_record_1
159
+  (0.0ms) SAVEPOINT active_record_1
160
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00]]
161
+  (0.0ms) RELEASE SAVEPOINT active_record_1
162
+  (0.0ms) SAVEPOINT active_record_1
163
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:18:04 UTC +00:00]]
164
+  (0.0ms) RELEASE SAVEPOINT active_record_1
165
+  (0.5ms) rollback transaction
166
+ Connecting to database specified by database.yml
167
+  (0.3ms) begin transaction
168
+  (0.0ms) SAVEPOINT active_record_1
169
+ SQL (20.7ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00]]
170
+  (0.0ms) RELEASE SAVEPOINT active_record_1
171
+ Processing by Admin::JobsController#destroy as HTML
172
+ Parameters: {"id"=>"1"}
173
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
174
+  (0.0ms) SAVEPOINT active_record_1
175
+ SQL (0.3ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
177
+ Redirected to http://test.host/admin/jobs
178
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
179
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
180
+  (2.2ms) rollback transaction
181
+  (0.0ms) begin transaction
182
+  (0.0ms) SAVEPOINT active_record_1
183
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00]]
184
+  (0.0ms) RELEASE SAVEPOINT active_record_1
185
+ Processing by Admin::JobsController#index as HTML
186
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
187
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
188
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
189
+ Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.2ms)
190
+  (0.4ms) rollback transaction
191
+  (0.0ms) begin transaction
192
+  (0.0ms) SAVEPOINT active_record_1
193
+ SQL (0.5ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00]]
194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
195
+ Processing by Admin::JobsController#show as HTML
196
+ Parameters: {"id"=>"1"}
197
+ Delayed::Backend::ActiveRecord::Job Load (0.2ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
198
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms)
199
+  (0.5ms) rollback transaction
200
+  (0.0ms) begin transaction
201
+  (0.0ms) SAVEPOINT active_record_1
202
+ SQL (0.5ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00]]
203
+  (0.0ms) RELEASE SAVEPOINT active_record_1
204
+ SQL (0.4ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
205
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
206
+ Processing by Admin::JobsController#retry as HTML
207
+ Parameters: {"id"=>"1"}
208
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
209
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
210
+  (0.0ms) SAVEPOINT active_record_1
211
+  (0.0ms) RELEASE SAVEPOINT active_record_1
212
+ Redirected to http://test.host/admin/jobs
213
+ Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
214
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
215
+  (0.5ms) rollback transaction
216
+  (0.0ms) begin transaction
217
+  (0.0ms) rollback transaction
218
+  (0.0ms) begin transaction
219
+ SQL (0.3ms) DELETE FROM "outbound_requests"
220
+  (0.1ms) SAVEPOINT active_record_1
221
+ SQL (0.5ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00]]
222
+  (0.0ms) RELEASE SAVEPOINT active_record_1
223
+  (0.0ms) SAVEPOINT active_record_1
224
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00]]
225
+  (0.0ms) RELEASE SAVEPOINT active_record_1
226
+  (0.0ms) SAVEPOINT active_record_1
227
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00]]
228
+  (0.0ms) RELEASE SAVEPOINT active_record_1
229
+  (0.0ms) SAVEPOINT active_record_1
230
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00]]
231
+  (0.0ms) RELEASE SAVEPOINT active_record_1
232
+  (0.0ms) SAVEPOINT active_record_1
233
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sat, 10 Aug 2013 23:18:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:18:17 UTC +00:00]]
234
+  (0.0ms) RELEASE SAVEPOINT active_record_1
235
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:17:17.782495')
236
+  (0.5ms) rollback transaction
237
+ Connecting to database specified by database.yml
238
+  (0.4ms) begin transaction
239
+  (0.0ms) SAVEPOINT active_record_1
240
+ SQL (20.6ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
241
+  (0.0ms) RELEASE SAVEPOINT active_record_1
242
+ Processing by Admin::JobsController#destroy as HTML
243
+ Parameters: {"id"=>"1"}
244
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
245
+  (0.0ms) SAVEPOINT active_record_1
246
+ SQL (0.3ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
247
+  (0.0ms) RELEASE SAVEPOINT active_record_1
248
+ Redirected to http://test.host/admin/jobs
249
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
250
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
251
+  (1.7ms) rollback transaction
252
+  (0.0ms) begin transaction
253
+  (0.0ms) SAVEPOINT active_record_1
254
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
255
+  (0.0ms) RELEASE SAVEPOINT active_record_1
256
+ Processing by Admin::JobsController#index as HTML
257
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
258
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
259
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
260
+ Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.2ms)
261
+  (0.5ms) rollback transaction
262
+  (0.0ms) begin transaction
263
+  (0.0ms) SAVEPOINT active_record_1
264
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
265
+  (0.0ms) RELEASE SAVEPOINT active_record_1
266
+ Processing by Admin::JobsController#show as HTML
267
+ Parameters: {"id"=>"1"}
268
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
269
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
270
+  (0.6ms) rollback transaction
271
+  (0.0ms) begin transaction
272
+  (0.0ms) SAVEPOINT active_record_1
273
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
274
+  (0.0ms) RELEASE SAVEPOINT active_record_1
275
+ SQL (0.3ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
276
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
277
+ Processing by Admin::JobsController#retry as HTML
278
+ Parameters: {"id"=>"1"}
279
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
280
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
281
+  (0.0ms) SAVEPOINT active_record_1
282
+  (0.0ms) RELEASE SAVEPOINT active_record_1
283
+ Redirected to http://test.host/admin/jobs
284
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
285
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
286
+  (0.5ms) rollback transaction
287
+  (0.0ms) begin transaction
288
+  (0.0ms) rollback transaction
289
+  (0.0ms) begin transaction
290
+ SQL (0.2ms) DELETE FROM "outbound_requests"
291
+  (0.1ms) SAVEPOINT active_record_1
292
+ SQL (0.5ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
293
+  (0.0ms) RELEASE SAVEPOINT active_record_1
294
+  (0.0ms) SAVEPOINT active_record_1
295
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
296
+  (0.0ms) RELEASE SAVEPOINT active_record_1
297
+  (0.0ms) SAVEPOINT active_record_1
298
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
299
+  (0.0ms) RELEASE SAVEPOINT active_record_1
300
+  (0.0ms) SAVEPOINT active_record_1
301
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
302
+  (0.0ms) RELEASE SAVEPOINT active_record_1
303
+  (0.0ms) SAVEPOINT active_record_1
304
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sat, 10 Aug 2013 23:19:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
305
+  (0.0ms) RELEASE SAVEPOINT active_record_1
306
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:18:04.091730')
307
+  (0.5ms) rollback transaction
308
+  (0.1ms) begin transaction
309
+ SQL (0.2ms) DELETE FROM "outbound_requests"
310
+  (0.0ms) SAVEPOINT active_record_1
311
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
312
+  (0.0ms) RELEASE SAVEPOINT active_record_1
313
+  (0.0ms) SAVEPOINT active_record_1
314
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
315
+  (0.0ms) RELEASE SAVEPOINT active_record_1
316
+  (0.0ms) SAVEPOINT active_record_1
317
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
318
+  (0.0ms) RELEASE SAVEPOINT active_record_1
319
+  (0.0ms) SAVEPOINT active_record_1
320
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
321
+  (0.0ms) RELEASE SAVEPOINT active_record_1
322
+  (0.0ms) SAVEPOINT active_record_1
323
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sat, 10 Aug 2013 23:19:04 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:19:04 UTC +00:00]]
324
+  (0.0ms) RELEASE SAVEPOINT active_record_1
325
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:18:04.099189')
326
+  (0.6ms) rollback transaction
327
+ Connecting to database specified by database.yml
328
+  (0.3ms) begin transaction
329
+  (0.0ms) SAVEPOINT active_record_1
330
+ SQL (20.6ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
331
+  (0.0ms) RELEASE SAVEPOINT active_record_1
332
+ Processing by Admin::JobsController#destroy as HTML
333
+ Parameters: {"id"=>"1"}
334
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
335
+  (0.0ms) SAVEPOINT active_record_1
336
+ SQL (0.3ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
337
+  (0.0ms) RELEASE SAVEPOINT active_record_1
338
+ Redirected to http://test.host/admin/jobs
339
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
340
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
341
+  (2.3ms) rollback transaction
342
+  (0.1ms) begin transaction
343
+  (0.0ms) SAVEPOINT active_record_1
344
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
345
+  (0.0ms) RELEASE SAVEPOINT active_record_1
346
+ Processing by Admin::JobsController#index as HTML
347
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
348
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
349
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
350
+ Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.2ms)
351
+  (0.6ms) rollback transaction
352
+  (0.0ms) begin transaction
353
+  (0.0ms) SAVEPOINT active_record_1
354
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
355
+  (0.0ms) RELEASE SAVEPOINT active_record_1
356
+ Processing by Admin::JobsController#show as HTML
357
+ Parameters: {"id"=>"1"}
358
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
359
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
360
+  (0.6ms) rollback transaction
361
+  (0.0ms) begin transaction
362
+  (0.0ms) SAVEPOINT active_record_1
363
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
364
+  (0.0ms) RELEASE SAVEPOINT active_record_1
365
+ SQL (0.2ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
366
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
367
+ Processing by Admin::JobsController#retry as HTML
368
+ Parameters: {"id"=>"1"}
369
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
370
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
371
+  (0.0ms) SAVEPOINT active_record_1
372
+  (0.0ms) RELEASE SAVEPOINT active_record_1
373
+ Redirected to http://test.host/admin/jobs
374
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
375
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
376
+  (0.4ms) rollback transaction
377
+  (0.0ms) begin transaction
378
+  (0.0ms) rollback transaction
379
+  (0.0ms) begin transaction
380
+ SQL (0.2ms) DELETE FROM "outbound_requests"
381
+  (0.0ms) SAVEPOINT active_record_1
382
+ SQL (0.5ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
383
+  (0.0ms) RELEASE SAVEPOINT active_record_1
384
+  (0.0ms) SAVEPOINT active_record_1
385
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
386
+  (0.0ms) RELEASE SAVEPOINT active_record_1
387
+  (0.0ms) SAVEPOINT active_record_1
388
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
389
+  (0.0ms) RELEASE SAVEPOINT active_record_1
390
+  (0.0ms) SAVEPOINT active_record_1
391
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
392
+  (0.0ms) RELEASE SAVEPOINT active_record_1
393
+  (0.0ms) SAVEPOINT active_record_1
394
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sat, 10 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
395
+  (0.0ms) RELEASE SAVEPOINT active_record_1
396
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:20:11.290799')
397
+  (0.5ms) rollback transaction
398
+  (0.0ms) begin transaction
399
+ SQL (0.2ms) DELETE FROM "outbound_requests"
400
+  (0.0ms) SAVEPOINT active_record_1
401
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
402
+  (0.0ms) RELEASE SAVEPOINT active_record_1
403
+  (0.0ms) SAVEPOINT active_record_1
404
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
405
+  (0.0ms) RELEASE SAVEPOINT active_record_1
406
+  (0.0ms) SAVEPOINT active_record_1
407
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
408
+  (0.0ms) RELEASE SAVEPOINT active_record_1
409
+  (0.0ms) SAVEPOINT active_record_1
410
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
411
+  (0.0ms) RELEASE SAVEPOINT active_record_1
412
+  (0.0ms) SAVEPOINT active_record_1
413
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sat, 10 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
414
+  (0.0ms) RELEASE SAVEPOINT active_record_1
415
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:20:11.298052')
416
+  (0.6ms) rollback transaction
417
+  (0.0ms) begin transaction
418
+ SQL (0.2ms) DELETE FROM "outbound_requests"
419
+  (0.0ms) SAVEPOINT active_record_1
420
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
421
+  (0.0ms) RELEASE SAVEPOINT active_record_1
422
+  (0.0ms) SAVEPOINT active_record_1
423
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
424
+  (0.0ms) RELEASE SAVEPOINT active_record_1
425
+  (0.0ms) SAVEPOINT active_record_1
426
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
427
+  (0.0ms) RELEASE SAVEPOINT active_record_1
428
+  (0.0ms) SAVEPOINT active_record_1
429
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
430
+  (0.0ms) RELEASE SAVEPOINT active_record_1
431
+  (0.0ms) SAVEPOINT active_record_1
432
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sat, 10 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
433
+  (0.0ms) RELEASE SAVEPOINT active_record_1
434
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:20:11.304431')
435
+  (0.7ms) rollback transaction
436
+  (0.0ms) begin transaction
437
+ SQL (0.2ms) DELETE FROM "outbound_requests"
438
+  (0.0ms) SAVEPOINT active_record_1
439
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
440
+  (0.0ms) RELEASE SAVEPOINT active_record_1
441
+  (0.0ms) SAVEPOINT active_record_1
442
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
443
+  (0.0ms) RELEASE SAVEPOINT active_record_1
444
+  (0.0ms) SAVEPOINT active_record_1
445
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
446
+  (0.0ms) RELEASE SAVEPOINT active_record_1
447
+  (0.0ms) SAVEPOINT active_record_1
448
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
449
+  (0.0ms) RELEASE SAVEPOINT active_record_1
450
+  (0.0ms) SAVEPOINT active_record_1
451
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sat, 10 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
452
+  (0.0ms) RELEASE SAVEPOINT active_record_1
453
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:20:11.310800')
454
+  (0.5ms) rollback transaction
455
+  (0.0ms) begin transaction
456
+ SQL (0.2ms) DELETE FROM "outbound_requests"
457
+  (0.0ms) SAVEPOINT active_record_1
458
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
459
+  (0.0ms) RELEASE SAVEPOINT active_record_1
460
+  (0.0ms) SAVEPOINT active_record_1
461
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
462
+  (0.0ms) RELEASE SAVEPOINT active_record_1
463
+  (0.0ms) SAVEPOINT active_record_1
464
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
465
+  (0.0ms) RELEASE SAVEPOINT active_record_1
466
+  (0.0ms) SAVEPOINT active_record_1
467
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
468
+  (0.1ms) RELEASE SAVEPOINT active_record_1
469
+  (0.0ms) SAVEPOINT active_record_1
470
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sat, 10 Aug 2013 23:21:11 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:21:11 UTC +00:00]]
471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
472
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:20:11.317099')
473
+  (0.6ms) rollback transaction
474
+ Connecting to database specified by database.yml
475
+  (0.4ms) begin transaction
476
+  (0.0ms) SAVEPOINT active_record_1
477
+ SQL (21.0ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
478
+  (0.0ms) RELEASE SAVEPOINT active_record_1
479
+ Processing by Admin::JobsController#destroy as HTML
480
+ Parameters: {"id"=>"1"}
481
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
482
+  (0.0ms) SAVEPOINT active_record_1
483
+ SQL (0.3ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
484
+  (0.0ms) RELEASE SAVEPOINT active_record_1
485
+ Redirected to http://test.host/admin/jobs
486
+ Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
487
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
488
+  (1.4ms) rollback transaction
489
+  (0.0ms) begin transaction
490
+  (0.0ms) SAVEPOINT active_record_1
491
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
492
+  (0.0ms) RELEASE SAVEPOINT active_record_1
493
+ Processing by Admin::JobsController#index as HTML
494
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
495
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
496
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
497
+ Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.2ms)
498
+  (0.5ms) rollback transaction
499
+  (0.0ms) begin transaction
500
+  (0.0ms) SAVEPOINT active_record_1
501
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
502
+  (0.0ms) RELEASE SAVEPOINT active_record_1
503
+ Processing by Admin::JobsController#show as HTML
504
+ Parameters: {"id"=>"1"}
505
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
506
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
507
+  (0.5ms) rollback transaction
508
+  (0.0ms) begin transaction
509
+  (0.0ms) SAVEPOINT active_record_1
510
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
511
+  (0.0ms) RELEASE SAVEPOINT active_record_1
512
+ SQL (0.2ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
513
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
514
+ Processing by Admin::JobsController#retry as HTML
515
+ Parameters: {"id"=>"1"}
516
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
517
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
518
+  (0.0ms) SAVEPOINT active_record_1
519
+  (0.0ms) RELEASE SAVEPOINT active_record_1
520
+ Redirected to http://test.host/admin/jobs
521
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
522
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
523
+  (0.4ms) rollback transaction
524
+  (0.0ms) begin transaction
525
+  (0.0ms) rollback transaction
526
+  (0.0ms) begin transaction
527
+ SQL (0.3ms) DELETE FROM "outbound_requests"
528
+  (0.1ms) SAVEPOINT active_record_1
529
+ SQL (0.5ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
530
+  (0.0ms) RELEASE SAVEPOINT active_record_1
531
+  (0.0ms) SAVEPOINT active_record_1
532
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
533
+  (0.0ms) RELEASE SAVEPOINT active_record_1
534
+  (0.0ms) SAVEPOINT active_record_1
535
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
536
+  (0.0ms) RELEASE SAVEPOINT active_record_1
537
+  (0.0ms) SAVEPOINT active_record_1
538
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
539
+  (0.0ms) RELEASE SAVEPOINT active_record_1
540
+  (0.0ms) SAVEPOINT active_record_1
541
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 22:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
542
+  (0.0ms) RELEASE SAVEPOINT active_record_1
543
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:23:06.264542')
544
+  (0.5ms) rollback transaction
545
+  (0.0ms) begin transaction
546
+ SQL (0.2ms) DELETE FROM "outbound_requests"
547
+  (0.0ms) SAVEPOINT active_record_1
548
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
549
+  (0.0ms) RELEASE SAVEPOINT active_record_1
550
+  (0.0ms) SAVEPOINT active_record_1
551
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
552
+  (0.0ms) RELEASE SAVEPOINT active_record_1
553
+  (0.0ms) SAVEPOINT active_record_1
554
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
555
+  (0.0ms) RELEASE SAVEPOINT active_record_1
556
+  (0.0ms) SAVEPOINT active_record_1
557
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
558
+  (0.0ms) RELEASE SAVEPOINT active_record_1
559
+  (0.0ms) SAVEPOINT active_record_1
560
+ SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 22:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
561
+  (0.0ms) RELEASE SAVEPOINT active_record_1
562
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:23:06.271961')
563
+  (0.4ms) rollback transaction
564
+  (0.0ms) begin transaction
565
+ SQL (0.2ms) DELETE FROM "outbound_requests"
566
+  (0.0ms) SAVEPOINT active_record_1
567
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
568
+  (0.0ms) RELEASE SAVEPOINT active_record_1
569
+  (0.0ms) SAVEPOINT active_record_1
570
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
571
+  (0.0ms) RELEASE SAVEPOINT active_record_1
572
+  (0.0ms) SAVEPOINT active_record_1
573
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
574
+  (0.0ms) RELEASE SAVEPOINT active_record_1
575
+  (0.0ms) SAVEPOINT active_record_1
576
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
577
+  (0.0ms) RELEASE SAVEPOINT active_record_1
578
+  (0.0ms) SAVEPOINT active_record_1
579
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 22:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
580
+  (0.0ms) RELEASE SAVEPOINT active_record_1
581
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 21:24:06.278360')
582
+  (0.3ms) rollback transaction
583
+  (0.0ms) begin transaction
584
+ SQL (0.2ms) DELETE FROM "outbound_requests"
585
+  (0.0ms) SAVEPOINT active_record_1
586
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
587
+  (0.0ms) RELEASE SAVEPOINT active_record_1
588
+  (0.0ms) SAVEPOINT active_record_1
589
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
590
+  (0.0ms) RELEASE SAVEPOINT active_record_1
591
+  (0.0ms) SAVEPOINT active_record_1
592
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
593
+  (0.0ms) RELEASE SAVEPOINT active_record_1
594
+  (0.0ms) SAVEPOINT active_record_1
595
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
596
+  (0.0ms) RELEASE SAVEPOINT active_record_1
597
+  (0.0ms) SAVEPOINT active_record_1
598
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 22:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
599
+  (0.0ms) RELEASE SAVEPOINT active_record_1
600
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:23:06.284745')
601
+  (0.6ms) rollback transaction
602
+  (0.0ms) begin transaction
603
+ SQL (0.3ms) DELETE FROM "outbound_requests"
604
+  (0.0ms) SAVEPOINT active_record_1
605
+ SQL (0.4ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
606
+  (0.0ms) RELEASE SAVEPOINT active_record_1
607
+  (0.0ms) SAVEPOINT active_record_1
608
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
609
+  (0.0ms) RELEASE SAVEPOINT active_record_1
610
+  (0.0ms) SAVEPOINT active_record_1
611
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
612
+  (0.0ms) RELEASE SAVEPOINT active_record_1
613
+  (0.0ms) SAVEPOINT active_record_1
614
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
615
+  (0.1ms) RELEASE SAVEPOINT active_record_1
616
+  (0.0ms) SAVEPOINT active_record_1
617
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 22:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
618
+  (0.0ms) RELEASE SAVEPOINT active_record_1
619
+  (20.4ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:23:06.291467')
620
+  (0.5ms) rollback transaction
621
+  (0.0ms) begin transaction
622
+ SQL (0.2ms) DELETE FROM "outbound_requests"
623
+  (0.0ms) SAVEPOINT active_record_1
624
+ SQL (0.4ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
625
+  (0.0ms) RELEASE SAVEPOINT active_record_1
626
+  (0.0ms) SAVEPOINT active_record_1
627
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
628
+  (0.0ms) RELEASE SAVEPOINT active_record_1
629
+  (0.0ms) SAVEPOINT active_record_1
630
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
631
+  (0.0ms) RELEASE SAVEPOINT active_record_1
632
+  (0.0ms) SAVEPOINT active_record_1
633
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
634
+  (0.0ms) RELEASE SAVEPOINT active_record_1
635
+  (0.0ms) SAVEPOINT active_record_1
636
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 22:24:06 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:24:06 UTC +00:00]]
637
+  (0.0ms) RELEASE SAVEPOINT active_record_1
638
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:23:06.318646')
639
+  (0.4ms) rollback transaction
640
+ Connecting to database specified by database.yml
641
+  (0.3ms) begin transaction
642
+  (0.0ms) SAVEPOINT active_record_1
643
+ SQL (20.9ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
644
+  (0.0ms) RELEASE SAVEPOINT active_record_1
645
+ Processing by Admin::JobsController#destroy as HTML
646
+ Parameters: {"id"=>"1"}
647
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
648
+  (0.0ms) SAVEPOINT active_record_1
649
+ SQL (0.4ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
650
+  (0.0ms) RELEASE SAVEPOINT active_record_1
651
+ Redirected to http://test.host/admin/jobs
652
+ Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
653
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
654
+  (1.8ms) rollback transaction
655
+  (0.0ms) begin transaction
656
+  (0.0ms) SAVEPOINT active_record_1
657
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
658
+  (0.0ms) RELEASE SAVEPOINT active_record_1
659
+ Processing by Admin::JobsController#index as HTML
660
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
661
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
662
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
663
+ Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.2ms)
664
+  (0.5ms) rollback transaction
665
+  (0.1ms) begin transaction
666
+  (0.0ms) SAVEPOINT active_record_1
667
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
668
+  (0.0ms) RELEASE SAVEPOINT active_record_1
669
+ Processing by Admin::JobsController#show as HTML
670
+ Parameters: {"id"=>"1"}
671
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
672
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
673
+  (0.6ms) rollback transaction
674
+  (0.0ms) begin transaction
675
+  (0.0ms) SAVEPOINT active_record_1
676
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
678
+ SQL (0.3ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
679
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
680
+ Processing by Admin::JobsController#retry as HTML
681
+ Parameters: {"id"=>"1"}
682
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
683
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
684
+  (0.0ms) SAVEPOINT active_record_1
685
+  (0.0ms) RELEASE SAVEPOINT active_record_1
686
+ Redirected to http://test.host/admin/jobs
687
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
688
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
689
+  (0.5ms) rollback transaction
690
+  (0.0ms) begin transaction
691
+  (0.0ms) rollback transaction
692
+  (0.0ms) begin transaction
693
+ SQL (0.2ms) DELETE FROM "outbound_requests"
694
+  (0.0ms) SAVEPOINT active_record_1
695
+ SQL (0.4ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
696
+  (0.0ms) RELEASE SAVEPOINT active_record_1
697
+  (0.0ms) SAVEPOINT active_record_1
698
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
699
+  (0.0ms) RELEASE SAVEPOINT active_record_1
700
+  (0.0ms) SAVEPOINT active_record_1
701
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
703
+  (0.0ms) SAVEPOINT active_record_1
704
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
705
+  (0.0ms) RELEASE SAVEPOINT active_record_1
706
+  (0.0ms) SAVEPOINT active_record_1
707
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:31:03 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
708
+  (0.0ms) RELEASE SAVEPOINT active_record_1
709
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:31:33.646457')
710
+  (0.6ms) rollback transaction
711
+  (0.0ms) begin transaction
712
+ SQL (0.2ms) DELETE FROM "outbound_requests"
713
+  (0.0ms) SAVEPOINT active_record_1
714
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
715
+  (0.0ms) RELEASE SAVEPOINT active_record_1
716
+  (0.0ms) SAVEPOINT active_record_1
717
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
718
+  (0.0ms) RELEASE SAVEPOINT active_record_1
719
+  (0.0ms) SAVEPOINT active_record_1
720
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
721
+  (0.0ms) RELEASE SAVEPOINT active_record_1
722
+  (0.0ms) SAVEPOINT active_record_1
723
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
724
+  (0.0ms) RELEASE SAVEPOINT active_record_1
725
+  (0.0ms) SAVEPOINT active_record_1
726
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:31:03 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
727
+  (0.0ms) RELEASE SAVEPOINT active_record_1
728
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:31:33.653505')
729
+  (0.4ms) rollback transaction
730
+  (0.0ms) begin transaction
731
+ SQL (0.2ms) DELETE FROM "outbound_requests"
732
+  (0.0ms) SAVEPOINT active_record_1
733
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
734
+  (0.0ms) RELEASE SAVEPOINT active_record_1
735
+  (0.0ms) SAVEPOINT active_record_1
736
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
737
+  (0.0ms) RELEASE SAVEPOINT active_record_1
738
+  (0.0ms) SAVEPOINT active_record_1
739
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
740
+  (0.0ms) RELEASE SAVEPOINT active_record_1
741
+  (0.0ms) SAVEPOINT active_record_1
742
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
743
+  (0.0ms) RELEASE SAVEPOINT active_record_1
744
+  (0.0ms) SAVEPOINT active_record_1
745
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:31:03 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
746
+  (0.0ms) RELEASE SAVEPOINT active_record_1
747
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 21:32:33.659610')
748
+  (0.5ms) rollback transaction
749
+  (0.0ms) begin transaction
750
+ SQL (0.2ms) DELETE FROM "outbound_requests"
751
+  (0.0ms) SAVEPOINT active_record_1
752
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
753
+  (0.0ms) RELEASE SAVEPOINT active_record_1
754
+  (0.0ms) SAVEPOINT active_record_1
755
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
756
+  (0.0ms) RELEASE SAVEPOINT active_record_1
757
+  (0.0ms) SAVEPOINT active_record_1
758
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
759
+  (0.0ms) RELEASE SAVEPOINT active_record_1
760
+  (0.0ms) SAVEPOINT active_record_1
761
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
762
+  (0.0ms) RELEASE SAVEPOINT active_record_1
763
+  (0.0ms) SAVEPOINT active_record_1
764
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:31:03 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
765
+  (0.0ms) RELEASE SAVEPOINT active_record_1
766
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:31:33.665489')
767
+  (0.6ms) rollback transaction
768
+  (0.0ms) begin transaction
769
+ SQL (0.2ms) DELETE FROM "outbound_requests"
770
+  (0.0ms) SAVEPOINT active_record_1
771
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
772
+  (0.0ms) RELEASE SAVEPOINT active_record_1
773
+  (0.0ms) SAVEPOINT active_record_1
774
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
775
+  (0.0ms) RELEASE SAVEPOINT active_record_1
776
+  (0.1ms) SAVEPOINT active_record_1
777
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
778
+  (0.0ms) RELEASE SAVEPOINT active_record_1
779
+  (0.0ms) SAVEPOINT active_record_1
780
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
781
+  (0.1ms) RELEASE SAVEPOINT active_record_1
782
+  (0.0ms) SAVEPOINT active_record_1
783
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:31:03 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
784
+  (0.0ms) RELEASE SAVEPOINT active_record_1
785
+  (20.3ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:31:33.671809')
786
+  (0.5ms) rollback transaction
787
+  (0.0ms) begin transaction
788
+ SQL (0.2ms) DELETE FROM "outbound_requests"
789
+  (0.0ms) SAVEPOINT active_record_1
790
+ SQL (0.4ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
791
+  (0.0ms) RELEASE SAVEPOINT active_record_1
792
+  (0.0ms) SAVEPOINT active_record_1
793
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
794
+  (0.0ms) RELEASE SAVEPOINT active_record_1
795
+  (0.0ms) SAVEPOINT active_record_1
796
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
798
+  (0.0ms) SAVEPOINT active_record_1
799
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
800
+  (0.0ms) RELEASE SAVEPOINT active_record_1
801
+  (0.0ms) SAVEPOINT active_record_1
802
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:31:03 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:32:33 UTC +00:00]]
803
+  (0.0ms) RELEASE SAVEPOINT active_record_1
804
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:31:33.699247')
805
+  (0.4ms) rollback transaction
806
+ Connecting to database specified by database.yml
807
+  (0.3ms) begin transaction
808
+  (0.1ms) SAVEPOINT active_record_1
809
+ SQL (20.6ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
810
+  (0.0ms) RELEASE SAVEPOINT active_record_1
811
+ Processing by Admin::JobsController#destroy as HTML
812
+ Parameters: {"id"=>"1"}
813
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
814
+  (0.0ms) SAVEPOINT active_record_1
815
+ SQL (0.4ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
816
+  (0.0ms) RELEASE SAVEPOINT active_record_1
817
+ Redirected to http://test.host/admin/jobs
818
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
819
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
820
+  (2.3ms) rollback transaction
821
+  (0.0ms) begin transaction
822
+  (0.0ms) SAVEPOINT active_record_1
823
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
825
+ Processing by Admin::JobsController#index as HTML
826
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
827
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
828
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
829
+ Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.2ms)
830
+  (0.6ms) rollback transaction
831
+  (0.0ms) begin transaction
832
+  (0.0ms) SAVEPOINT active_record_1
833
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
834
+  (0.0ms) RELEASE SAVEPOINT active_record_1
835
+ Processing by Admin::JobsController#show as HTML
836
+ Parameters: {"id"=>"1"}
837
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
838
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
839
+  (0.5ms) rollback transaction
840
+  (0.0ms) begin transaction
841
+  (0.0ms) SAVEPOINT active_record_1
842
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
843
+  (0.0ms) RELEASE SAVEPOINT active_record_1
844
+ SQL (0.3ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
845
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
846
+ Processing by Admin::JobsController#retry as HTML
847
+ Parameters: {"id"=>"1"}
848
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
849
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
850
+  (0.0ms) SAVEPOINT active_record_1
851
+  (0.0ms) RELEASE SAVEPOINT active_record_1
852
+ Redirected to http://test.host/admin/jobs
853
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
854
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
855
+  (0.3ms) rollback transaction
856
+  (0.0ms) begin transaction
857
+  (0.0ms) rollback transaction
858
+  (0.0ms) begin transaction
859
+ SQL (0.2ms) DELETE FROM "outbound_requests"
860
+  (0.0ms) SAVEPOINT active_record_1
861
+ SQL (0.5ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
862
+  (0.0ms) RELEASE SAVEPOINT active_record_1
863
+  (0.0ms) SAVEPOINT active_record_1
864
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
865
+  (0.0ms) RELEASE SAVEPOINT active_record_1
866
+  (0.0ms) SAVEPOINT active_record_1
867
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
868
+  (0.0ms) RELEASE SAVEPOINT active_record_1
869
+  (0.0ms) SAVEPOINT active_record_1
870
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
871
+  (0.0ms) RELEASE SAVEPOINT active_record_1
872
+  (0.0ms) SAVEPOINT active_record_1
873
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:32:47 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
874
+  (0.0ms) RELEASE SAVEPOINT active_record_1
875
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:33:17.264461')
876
+  (0.6ms) rollback transaction
877
+  (0.0ms) begin transaction
878
+ SQL (0.2ms) DELETE FROM "outbound_requests"
879
+  (0.0ms) SAVEPOINT active_record_1
880
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
881
+  (0.0ms) RELEASE SAVEPOINT active_record_1
882
+  (0.0ms) SAVEPOINT active_record_1
883
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
884
+  (0.0ms) RELEASE SAVEPOINT active_record_1
885
+  (0.0ms) SAVEPOINT active_record_1
886
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
887
+  (0.0ms) RELEASE SAVEPOINT active_record_1
888
+  (0.0ms) SAVEPOINT active_record_1
889
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
890
+  (0.0ms) RELEASE SAVEPOINT active_record_1
891
+  (0.0ms) SAVEPOINT active_record_1
892
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:32:47 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
893
+  (0.0ms) RELEASE SAVEPOINT active_record_1
894
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:33:17.271787')
895
+  (0.4ms) rollback transaction
896
+  (0.0ms) begin transaction
897
+ SQL (0.2ms) DELETE FROM "outbound_requests"
898
+  (0.0ms) SAVEPOINT active_record_1
899
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
900
+  (0.0ms) RELEASE SAVEPOINT active_record_1
901
+  (0.0ms) SAVEPOINT active_record_1
902
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
903
+  (0.0ms) RELEASE SAVEPOINT active_record_1
904
+  (0.0ms) SAVEPOINT active_record_1
905
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
906
+  (0.0ms) RELEASE SAVEPOINT active_record_1
907
+  (0.0ms) SAVEPOINT active_record_1
908
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
910
+  (0.0ms) SAVEPOINT active_record_1
911
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:32:47 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
912
+  (0.0ms) RELEASE SAVEPOINT active_record_1
913
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:33:17.278004')
914
+  (0.6ms) rollback transaction
915
+  (0.0ms) begin transaction
916
+ SQL (0.2ms) DELETE FROM "outbound_requests"
917
+  (0.0ms) SAVEPOINT active_record_1
918
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
919
+  (0.0ms) RELEASE SAVEPOINT active_record_1
920
+  (0.0ms) SAVEPOINT active_record_1
921
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
922
+  (0.0ms) RELEASE SAVEPOINT active_record_1
923
+  (0.0ms) SAVEPOINT active_record_1
924
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
925
+  (0.0ms) RELEASE SAVEPOINT active_record_1
926
+  (0.0ms) SAVEPOINT active_record_1
927
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
928
+  (0.0ms) RELEASE SAVEPOINT active_record_1
929
+  (0.0ms) SAVEPOINT active_record_1
930
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:32:47 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
931
+  (0.0ms) RELEASE SAVEPOINT active_record_1
932
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:32:17.284342')
933
+  (0.6ms) rollback transaction
934
+  (0.0ms) begin transaction
935
+ SQL (0.2ms) DELETE FROM "outbound_requests"
936
+  (0.0ms) SAVEPOINT active_record_1
937
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
938
+  (0.0ms) RELEASE SAVEPOINT active_record_1
939
+  (0.0ms) SAVEPOINT active_record_1
940
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
941
+  (0.0ms) RELEASE SAVEPOINT active_record_1
942
+  (0.0ms) SAVEPOINT active_record_1
943
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
944
+  (0.0ms) RELEASE SAVEPOINT active_record_1
945
+  (0.0ms) SAVEPOINT active_record_1
946
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
947
+  (0.1ms) RELEASE SAVEPOINT active_record_1
948
+  (0.0ms) SAVEPOINT active_record_1
949
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:32:47 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
950
+  (0.1ms) RELEASE SAVEPOINT active_record_1
951
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:33:17.311303')
952
+  (0.6ms) rollback transaction
953
+  (0.0ms) begin transaction
954
+ SQL (0.2ms) DELETE FROM "outbound_requests"
955
+  (0.0ms) SAVEPOINT active_record_1
956
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
957
+  (0.0ms) RELEASE SAVEPOINT active_record_1
958
+  (0.0ms) SAVEPOINT active_record_1
959
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
960
+  (0.0ms) RELEASE SAVEPOINT active_record_1
961
+  (0.0ms) SAVEPOINT active_record_1
962
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
963
+  (0.0ms) RELEASE SAVEPOINT active_record_1
964
+  (0.0ms) SAVEPOINT active_record_1
965
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
966
+  (0.0ms) RELEASE SAVEPOINT active_record_1
967
+  (0.0ms) SAVEPOINT active_record_1
968
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:32:47 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:34:17 UTC +00:00]]
969
+  (0.0ms) RELEASE SAVEPOINT active_record_1
970
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:33:17.318477')
971
+  (0.5ms) rollback transaction
972
+ Connecting to database specified by database.yml
973
+  (0.3ms) begin transaction
974
+  (0.0ms) SAVEPOINT active_record_1
975
+ SQL (20.9ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
976
+  (0.0ms) RELEASE SAVEPOINT active_record_1
977
+ Processing by Admin::JobsController#destroy as HTML
978
+ Parameters: {"id"=>"1"}
979
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
980
+  (0.0ms) SAVEPOINT active_record_1
981
+ SQL (0.3ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
982
+  (0.0ms) RELEASE SAVEPOINT active_record_1
983
+ Redirected to http://test.host/admin/jobs
984
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
985
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
986
+  (2.4ms) rollback transaction
987
+  (0.1ms) begin transaction
988
+  (0.0ms) SAVEPOINT active_record_1
989
+ SQL (0.5ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
990
+  (0.0ms) RELEASE SAVEPOINT active_record_1
991
+ Processing by Admin::JobsController#index as HTML
992
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
993
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
994
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
995
+ Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.2ms)
996
+  (0.5ms) rollback transaction
997
+  (0.0ms) begin transaction
998
+  (0.0ms) SAVEPOINT active_record_1
999
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1000
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1001
+ Processing by Admin::JobsController#show as HTML
1002
+ Parameters: {"id"=>"1"}
1003
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
1004
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
1005
+  (0.6ms) rollback transaction
1006
+  (0.0ms) begin transaction
1007
+  (0.0ms) SAVEPOINT active_record_1
1008
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1009
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1010
+ SQL (0.2ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
1011
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
1012
+ Processing by Admin::JobsController#retry as HTML
1013
+ Parameters: {"id"=>"1"}
1014
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1015
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
1016
+  (0.0ms) SAVEPOINT active_record_1
1017
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1018
+ Redirected to http://test.host/admin/jobs
1019
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
1020
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
1021
+  (0.6ms) rollback transaction
1022
+  (0.0ms) begin transaction
1023
+  (0.0ms) rollback transaction
1024
+  (0.0ms) begin transaction
1025
+ SQL (0.3ms) DELETE FROM "outbound_requests"
1026
+  (0.0ms) SAVEPOINT active_record_1
1027
+ SQL (0.4ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1028
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1029
+  (0.0ms) SAVEPOINT active_record_1
1030
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1031
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1032
+  (0.0ms) SAVEPOINT active_record_1
1033
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1034
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1035
+  (0.0ms) SAVEPOINT active_record_1
1036
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1037
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038
+  (0.0ms) SAVEPOINT active_record_1
1039
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:34:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1040
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1041
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:34:40.404263')
1042
+  (0.5ms) rollback transaction
1043
+  (0.0ms) begin transaction
1044
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1045
+  (0.0ms) SAVEPOINT active_record_1
1046
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1047
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1048
+  (0.0ms) SAVEPOINT active_record_1
1049
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1050
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1051
+  (0.0ms) SAVEPOINT active_record_1
1052
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1053
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1054
+  (0.0ms) SAVEPOINT active_record_1
1055
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1056
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1057
+  (0.0ms) SAVEPOINT active_record_1
1058
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:34:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1059
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1060
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:34:40.411415')
1061
+  (0.5ms) rollback transaction
1062
+  (0.0ms) begin transaction
1063
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1064
+  (0.0ms) SAVEPOINT active_record_1
1065
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1066
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1067
+  (0.0ms) SAVEPOINT active_record_1
1068
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1069
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1070
+  (0.1ms) SAVEPOINT active_record_1
1071
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1072
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1073
+  (0.0ms) SAVEPOINT active_record_1
1074
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1075
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1076
+  (0.0ms) SAVEPOINT active_record_1
1077
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:34:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1078
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1079
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:34:40.417829')
1080
+  (0.4ms) rollback transaction
1081
+  (0.0ms) begin transaction
1082
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1083
+  (0.0ms) SAVEPOINT active_record_1
1084
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1086
+  (0.0ms) SAVEPOINT active_record_1
1087
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1088
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1089
+  (0.0ms) SAVEPOINT active_record_1
1090
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1091
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1092
+  (0.0ms) SAVEPOINT active_record_1
1093
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1094
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1095
+  (0.0ms) SAVEPOINT active_record_1
1096
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:34:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1097
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1098
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:33:40.424032')
1099
+  (0.3ms) rollback transaction
1100
+  (0.0ms) begin transaction
1101
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1102
+  (0.0ms) SAVEPOINT active_record_1
1103
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1104
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1105
+  (0.0ms) SAVEPOINT active_record_1
1106
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1107
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1108
+  (0.0ms) SAVEPOINT active_record_1
1109
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1110
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1111
+  (0.0ms) SAVEPOINT active_record_1
1112
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1113
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1114
+  (0.0ms) SAVEPOINT active_record_1
1115
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:34:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1116
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1117
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:34:40.430187')
1118
+  (0.6ms) rollback transaction
1119
+  (0.0ms) begin transaction
1120
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1121
+  (0.0ms) SAVEPOINT active_record_1
1122
+ SQL (0.4ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1123
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1124
+  (0.0ms) SAVEPOINT active_record_1
1125
+ SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1126
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1127
+  (0.0ms) SAVEPOINT active_record_1
1128
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1129
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1130
+  (0.0ms) SAVEPOINT active_record_1
1131
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1132
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1133
+  (0.0ms) SAVEPOINT active_record_1
1134
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:34:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:35:40 UTC +00:00]]
1135
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1136
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:34:40.458824')
1137
+  (0.4ms) rollback transaction
1138
+ Connecting to database specified by database.yml
1139
+  (0.3ms) begin transaction
1140
+  (0.0ms) SAVEPOINT active_record_1
1141
+ SQL (20.3ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1142
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1143
+ Processing by Admin::JobsController#destroy as HTML
1144
+ Parameters: {"id"=>"1"}
1145
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1146
+  (0.0ms) SAVEPOINT active_record_1
1147
+ SQL (0.4ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
1148
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1149
+ Redirected to http://test.host/admin/jobs
1150
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
1151
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1152
+  (1.7ms) rollback transaction
1153
+  (0.0ms) begin transaction
1154
+  (0.0ms) SAVEPOINT active_record_1
1155
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1156
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1157
+ Processing by Admin::JobsController#index as HTML
1158
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
1159
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
1160
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
1161
+ Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.2ms)
1162
+  (0.6ms) rollback transaction
1163
+  (0.0ms) begin transaction
1164
+  (0.0ms) SAVEPOINT active_record_1
1165
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1166
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1167
+ Processing by Admin::JobsController#show as HTML
1168
+ Parameters: {"id"=>"1"}
1169
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
1170
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
1171
+  (0.6ms) rollback transaction
1172
+  (0.0ms) begin transaction
1173
+  (0.0ms) SAVEPOINT active_record_1
1174
+ SQL (0.5ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1175
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1176
+ SQL (0.2ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
1177
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
1178
+ Processing by Admin::JobsController#retry as HTML
1179
+ Parameters: {"id"=>"1"}
1180
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1181
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
1182
+  (0.0ms) SAVEPOINT active_record_1
1183
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1184
+ Redirected to http://test.host/admin/jobs
1185
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
1186
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
1187
+  (0.5ms) rollback transaction
1188
+  (0.0ms) begin transaction
1189
+  (0.0ms) rollback transaction
1190
+  (0.0ms) begin transaction
1191
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1192
+  (0.0ms) SAVEPOINT active_record_1
1193
+ SQL (0.5ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1195
+  (0.0ms) SAVEPOINT active_record_1
1196
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1197
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1198
+  (0.0ms) SAVEPOINT active_record_1
1199
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1201
+  (0.0ms) SAVEPOINT active_record_1
1202
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1203
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1204
+  (0.0ms) SAVEPOINT active_record_1
1205
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:35:23 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1207
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:35:53.411002')
1208
+  (0.5ms) rollback transaction
1209
+  (0.0ms) begin transaction
1210
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1211
+  (0.0ms) SAVEPOINT active_record_1
1212
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1213
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1214
+  (0.0ms) SAVEPOINT active_record_1
1215
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1216
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1217
+  (0.0ms) SAVEPOINT active_record_1
1218
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1219
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1220
+  (0.0ms) SAVEPOINT active_record_1
1221
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1222
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1223
+  (0.0ms) SAVEPOINT active_record_1
1224
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:35:23 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1225
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1226
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:35:53.418059')
1227
+  (0.4ms) rollback transaction
1228
+  (0.0ms) begin transaction
1229
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1230
+  (0.0ms) SAVEPOINT active_record_1
1231
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1232
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1233
+  (0.0ms) SAVEPOINT active_record_1
1234
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1236
+  (0.0ms) SAVEPOINT active_record_1
1237
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1238
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1239
+  (0.0ms) SAVEPOINT active_record_1
1240
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1241
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1242
+  (0.0ms) SAVEPOINT active_record_1
1243
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:35:23 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1244
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1245
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:35:53.424188')
1246
+  (0.4ms) rollback transaction
1247
+  (0.1ms) begin transaction
1248
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1249
+  (0.0ms) SAVEPOINT active_record_1
1250
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1251
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1252
+  (0.0ms) SAVEPOINT active_record_1
1253
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1254
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1255
+  (0.0ms) SAVEPOINT active_record_1
1256
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1257
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1258
+  (0.0ms) SAVEPOINT active_record_1
1259
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1260
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1261
+  (0.0ms) SAVEPOINT active_record_1
1262
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:35:23 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1263
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1264
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:34:53.429956')
1265
+  (0.3ms) rollback transaction
1266
+  (0.0ms) begin transaction
1267
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1268
+  (0.0ms) SAVEPOINT active_record_1
1269
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1270
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1271
+  (0.0ms) SAVEPOINT active_record_1
1272
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1273
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1274
+  (0.0ms) SAVEPOINT active_record_1
1275
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1276
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1277
+  (0.0ms) SAVEPOINT active_record_1
1278
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1279
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1280
+  (0.0ms) SAVEPOINT active_record_1
1281
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:35:23 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1282
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1283
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:35:53.435954')
1284
+  (0.6ms) rollback transaction
1285
+  (0.0ms) begin transaction
1286
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1287
+  (0.0ms) SAVEPOINT active_record_1
1288
+ SQL (0.4ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1289
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1290
+  (0.0ms) SAVEPOINT active_record_1
1291
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1292
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1293
+  (0.0ms) SAVEPOINT active_record_1
1294
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1295
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1296
+  (0.0ms) SAVEPOINT active_record_1
1297
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1298
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1299
+  (0.0ms) SAVEPOINT active_record_1
1300
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:35:23 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:36:53 UTC +00:00]]
1301
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1302
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:35:53.462792')
1303
+  (0.5ms) rollback transaction
1304
+ Connecting to database specified by database.yml
1305
+  (0.3ms) begin transaction
1306
+  (0.0ms) SAVEPOINT active_record_1
1307
+ SQL (22.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1308
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1309
+ Processing by Admin::JobsController#destroy as HTML
1310
+ Parameters: {"id"=>"1"}
1311
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1312
+  (0.1ms) SAVEPOINT active_record_1
1313
+ SQL (0.3ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
1314
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1315
+ Redirected to http://test.host/admin/jobs
1316
+ Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
1317
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1318
+  (1.5ms) rollback transaction
1319
+  (0.0ms) begin transaction
1320
+  (0.0ms) SAVEPOINT active_record_1
1321
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1323
+ Processing by Admin::JobsController#index as HTML
1324
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
1325
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
1326
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
1327
+ Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.2ms)
1328
+  (0.6ms) rollback transaction
1329
+  (0.0ms) begin transaction
1330
+  (0.0ms) SAVEPOINT active_record_1
1331
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1332
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1333
+ Processing by Admin::JobsController#show as HTML
1334
+ Parameters: {"id"=>"1"}
1335
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
1336
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
1337
+  (0.5ms) rollback transaction
1338
+  (0.0ms) begin transaction
1339
+  (0.0ms) SAVEPOINT active_record_1
1340
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1341
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1342
+ SQL (0.3ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
1343
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
1344
+ Processing by Admin::JobsController#retry as HTML
1345
+ Parameters: {"id"=>"1"}
1346
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1347
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
1348
+  (0.0ms) SAVEPOINT active_record_1
1349
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1350
+ Redirected to http://test.host/admin/jobs
1351
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
1352
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
1353
+  (0.5ms) rollback transaction
1354
+  (0.0ms) begin transaction
1355
+  (0.0ms) rollback transaction
1356
+  (0.0ms) begin transaction
1357
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1358
+  (0.0ms) SAVEPOINT active_record_1
1359
+ SQL (0.5ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1360
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1361
+  (0.0ms) SAVEPOINT active_record_1
1362
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1363
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1364
+  (0.0ms) SAVEPOINT active_record_1
1365
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1366
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1367
+  (0.0ms) SAVEPOINT active_record_1
1368
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1369
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1370
+  (0.0ms) SAVEPOINT active_record_1
1371
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:34:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1372
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1373
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:37:31.717090')
1374
+  (0.5ms) rollback transaction
1375
+  (0.0ms) begin transaction
1376
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1377
+  (0.0ms) SAVEPOINT active_record_1
1378
+ SQL (0.4ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1379
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1380
+  (0.0ms) SAVEPOINT active_record_1
1381
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1382
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1383
+  (0.0ms) SAVEPOINT active_record_1
1384
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1385
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1386
+  (0.0ms) SAVEPOINT active_record_1
1387
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1388
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1389
+  (0.0ms) SAVEPOINT active_record_1
1390
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:34:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1391
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1392
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:37:31.724337')
1393
+  (0.4ms) rollback transaction
1394
+  (0.0ms) begin transaction
1395
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1396
+  (0.0ms) SAVEPOINT active_record_1
1397
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1398
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1399
+  (0.0ms) SAVEPOINT active_record_1
1400
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1402
+  (0.0ms) SAVEPOINT active_record_1
1403
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1404
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1405
+  (0.0ms) SAVEPOINT active_record_1
1406
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1407
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1408
+  (0.0ms) SAVEPOINT active_record_1
1409
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:34:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1410
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1411
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:37:31.730411')
1412
+  (0.6ms) rollback transaction
1413
+  (0.0ms) begin transaction
1414
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1415
+  (0.0ms) SAVEPOINT active_record_1
1416
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1417
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1418
+  (0.0ms) SAVEPOINT active_record_1
1419
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1420
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1421
+  (0.0ms) SAVEPOINT active_record_1
1422
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1423
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1424
+  (0.0ms) SAVEPOINT active_record_1
1425
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1426
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1427
+  (0.0ms) SAVEPOINT active_record_1
1428
+ SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:34:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1429
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1430
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:36:31.736934')
1431
+  (0.4ms) rollback transaction
1432
+  (0.0ms) begin transaction
1433
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1434
+  (0.0ms) SAVEPOINT active_record_1
1435
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1436
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1437
+  (0.0ms) SAVEPOINT active_record_1
1438
+ SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1439
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1440
+  (0.0ms) SAVEPOINT active_record_1
1441
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1442
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1443
+  (0.0ms) SAVEPOINT active_record_1
1444
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1445
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1446
+  (0.0ms) SAVEPOINT active_record_1
1447
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:34:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1448
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1449
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:37:31.763767')
1450
+  (0.5ms) rollback transaction
1451
+  (0.0ms) begin transaction
1452
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1453
+  (0.0ms) SAVEPOINT active_record_1
1454
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1455
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1456
+  (0.0ms) SAVEPOINT active_record_1
1457
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1458
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1459
+  (0.0ms) SAVEPOINT active_record_1
1460
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1461
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1462
+  (0.0ms) SAVEPOINT active_record_1
1463
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1464
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1465
+  (0.0ms) SAVEPOINT active_record_1
1466
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:34:31 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:38:31 UTC +00:00]]
1467
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1468
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:37:31.770814')
1469
+  (0.5ms) rollback transaction
1470
+ Connecting to database specified by database.yml
1471
+  (0.4ms) begin transaction
1472
+  (0.1ms) SAVEPOINT active_record_1
1473
+ SQL (20.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1474
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1475
+ Processing by Admin::JobsController#destroy as HTML
1476
+ Parameters: {"id"=>"1"}
1477
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1478
+  (0.0ms) SAVEPOINT active_record_1
1479
+ SQL (0.3ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
1480
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1481
+ Redirected to http://test.host/admin/jobs
1482
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
1483
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1484
+  (1.6ms) rollback transaction
1485
+  (0.0ms) begin transaction
1486
+  (0.0ms) SAVEPOINT active_record_1
1487
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1488
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1489
+ Processing by Admin::JobsController#index as HTML
1490
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
1491
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
1492
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
1493
+ Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.2ms)
1494
+  (0.6ms) rollback transaction
1495
+  (0.0ms) begin transaction
1496
+  (0.0ms) SAVEPOINT active_record_1
1497
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1498
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1499
+ Processing by Admin::JobsController#show as HTML
1500
+ Parameters: {"id"=>"1"}
1501
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
1502
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
1503
+  (0.5ms) rollback transaction
1504
+  (0.0ms) begin transaction
1505
+  (0.0ms) SAVEPOINT active_record_1
1506
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1507
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1508
+ SQL (0.2ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
1509
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
1510
+ Processing by Admin::JobsController#retry as HTML
1511
+ Parameters: {"id"=>"1"}
1512
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1513
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
1514
+  (0.0ms) SAVEPOINT active_record_1
1515
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1516
+ Redirected to http://test.host/admin/jobs
1517
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
1518
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
1519
+  (0.5ms) rollback transaction
1520
+  (0.0ms) begin transaction
1521
+  (0.0ms) rollback transaction
1522
+  (0.0ms) begin transaction
1523
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1524
+  (0.0ms) SAVEPOINT active_record_1
1525
+ SQL (0.5ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1526
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1527
+  (0.0ms) SAVEPOINT active_record_1
1528
+ SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1529
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1530
+  (0.0ms) SAVEPOINT active_record_1
1531
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1533
+  (0.0ms) SAVEPOINT active_record_1
1534
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1535
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1536
+  (0.0ms) SAVEPOINT active_record_1
1537
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:35:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1538
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1539
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:38:35.254986')
1540
+  (0.5ms) rollback transaction
1541
+  (0.0ms) begin transaction
1542
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1543
+  (0.0ms) SAVEPOINT active_record_1
1544
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1545
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1546
+  (0.0ms) SAVEPOINT active_record_1
1547
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1548
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1549
+  (0.0ms) SAVEPOINT active_record_1
1550
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1551
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1552
+  (0.0ms) SAVEPOINT active_record_1
1553
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1555
+  (0.0ms) SAVEPOINT active_record_1
1556
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:35:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1557
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1558
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:38:35.262025')
1559
+  (0.6ms) rollback transaction
1560
+  (0.0ms) begin transaction
1561
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1562
+  (0.0ms) SAVEPOINT active_record_1
1563
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1564
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1565
+  (0.0ms) SAVEPOINT active_record_1
1566
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1567
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1568
+  (0.0ms) SAVEPOINT active_record_1
1569
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1570
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1571
+  (0.0ms) SAVEPOINT active_record_1
1572
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1573
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1574
+  (0.0ms) SAVEPOINT active_record_1
1575
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:35:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1576
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1577
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:37:35.268327')
1578
+  (0.5ms) rollback transaction
1579
+  (0.0ms) begin transaction
1580
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1581
+  (0.0ms) SAVEPOINT active_record_1
1582
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1583
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1584
+  (0.0ms) SAVEPOINT active_record_1
1585
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1586
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1587
+  (0.0ms) SAVEPOINT active_record_1
1588
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1589
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1590
+  (0.0ms) SAVEPOINT active_record_1
1591
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1592
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1593
+  (0.0ms) SAVEPOINT active_record_1
1594
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:35:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1595
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1596
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:34:35.274332')
1597
+  (0.3ms) rollback transaction
1598
+  (0.0ms) begin transaction
1599
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1600
+  (0.0ms) SAVEPOINT active_record_1
1601
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1602
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1603
+  (0.0ms) SAVEPOINT active_record_1
1604
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1605
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1606
+  (0.0ms) SAVEPOINT active_record_1
1607
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1608
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1609
+  (0.0ms) SAVEPOINT active_record_1
1610
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1611
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1612
+  (0.0ms) SAVEPOINT active_record_1
1613
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:35:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1614
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1615
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:38:35.300490')
1616
+  (0.6ms) rollback transaction
1617
+  (0.0ms) begin transaction
1618
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1619
+  (0.0ms) SAVEPOINT active_record_1
1620
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1622
+  (0.0ms) SAVEPOINT active_record_1
1623
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1624
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1625
+  (0.0ms) SAVEPOINT active_record_1
1626
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1627
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1628
+  (0.0ms) SAVEPOINT active_record_1
1629
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1631
+  (0.0ms) SAVEPOINT active_record_1
1632
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:35:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1633
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1634
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:38:35.307390')
1635
+  (0.5ms) rollback transaction
1636
+  (0.0ms) begin transaction
1637
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1638
+  (0.0ms) SAVEPOINT active_record_1
1639
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1640
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1641
+  (0.0ms) SAVEPOINT active_record_1
1642
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1643
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1644
+  (0.0ms) SAVEPOINT active_record_1
1645
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1646
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1647
+  (0.0ms) SAVEPOINT active_record_1
1648
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1649
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1650
+  (0.0ms) SAVEPOINT active_record_1
1651
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:35:35 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:39:35 UTC +00:00]]
1652
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1653
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:38:35.313419')
1654
+  (0.5ms) rollback transaction
1655
+ Connecting to database specified by database.yml
1656
+  (0.4ms) begin transaction
1657
+  (0.0ms) SAVEPOINT active_record_1
1658
+ SQL (21.7ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1659
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1660
+ Processing by Admin::JobsController#destroy as HTML
1661
+ Parameters: {"id"=>"1"}
1662
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1663
+  (0.0ms) SAVEPOINT active_record_1
1664
+ SQL (0.3ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
1665
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1666
+ Redirected to http://test.host/admin/jobs
1667
+ Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
1668
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1669
+  (1.6ms) rollback transaction
1670
+  (0.1ms) begin transaction
1671
+  (0.0ms) SAVEPOINT active_record_1
1672
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1673
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1674
+ Processing by Admin::JobsController#index as HTML
1675
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
1676
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"
1677
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
1678
+ Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.2ms)
1679
+  (0.6ms) rollback transaction
1680
+  (0.0ms) begin transaction
1681
+  (0.0ms) SAVEPOINT active_record_1
1682
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1683
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1684
+ Processing by Admin::JobsController#show as HTML
1685
+ Parameters: {"id"=>"1"}
1686
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
1687
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
1688
+  (0.5ms) rollback transaction
1689
+  (0.0ms) begin transaction
1690
+  (0.0ms) SAVEPOINT active_record_1
1691
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1692
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1693
+ SQL (0.3ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
1694
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
1695
+ Processing by Admin::JobsController#retry as HTML
1696
+ Parameters: {"id"=>"1"}
1697
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1698
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
1699
+  (0.0ms) SAVEPOINT active_record_1
1700
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1701
+ Redirected to http://test.host/admin/jobs
1702
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
1703
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
1704
+  (0.4ms) rollback transaction
1705
+  (0.0ms) begin transaction
1706
+  (0.0ms) rollback transaction
1707
+  (0.0ms) begin transaction
1708
+ SQL (0.3ms) DELETE FROM "outbound_requests"
1709
+  (0.0ms) SAVEPOINT active_record_1
1710
+ SQL (0.5ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1711
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1712
+  (0.0ms) SAVEPOINT active_record_1
1713
+ SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1714
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1715
+  (0.0ms) SAVEPOINT active_record_1
1716
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1717
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1718
+  (0.0ms) SAVEPOINT active_record_1
1719
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1720
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1721
+  (0.0ms) SAVEPOINT active_record_1
1722
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1723
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1724
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:39:07.421378')
1725
+  (0.5ms) rollback transaction
1726
+  (0.1ms) begin transaction
1727
+ SQL (0.3ms) DELETE FROM "outbound_requests"
1728
+  (0.0ms) SAVEPOINT active_record_1
1729
+ SQL (0.4ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1730
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1731
+  (0.0ms) SAVEPOINT active_record_1
1732
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1733
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1734
+  (0.0ms) SAVEPOINT active_record_1
1735
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1736
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1737
+  (0.0ms) SAVEPOINT active_record_1
1738
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1739
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1740
+  (0.0ms) SAVEPOINT active_record_1
1741
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1742
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1743
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:39:07.428948')
1744
+  (0.4ms) rollback transaction
1745
+  (0.0ms) begin transaction
1746
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1747
+  (0.0ms) SAVEPOINT active_record_1
1748
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1749
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1750
+  (0.0ms) SAVEPOINT active_record_1
1751
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1752
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1753
+  (0.0ms) SAVEPOINT active_record_1
1754
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1755
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1756
+  (0.0ms) SAVEPOINT active_record_1
1757
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1758
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1759
+  (0.0ms) SAVEPOINT active_record_1
1760
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1761
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1762
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:30:07.435152')
1763
+  (0.6ms) rollback transaction
1764
+  (0.0ms) begin transaction
1765
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1766
+  (0.0ms) SAVEPOINT active_record_1
1767
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1768
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1769
+  (0.0ms) SAVEPOINT active_record_1
1770
+ SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1771
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1772
+  (0.0ms) SAVEPOINT active_record_1
1773
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1774
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1775
+  (0.0ms) SAVEPOINT active_record_1
1776
+ SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1777
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1778
+  (0.0ms) SAVEPOINT active_record_1
1779
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1780
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1781
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:38:07.442157')
1782
+  (0.4ms) rollback transaction
1783
+  (0.0ms) begin transaction
1784
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1785
+  (0.0ms) SAVEPOINT active_record_1
1786
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1787
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1788
+  (0.0ms) SAVEPOINT active_record_1
1789
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1790
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1791
+  (0.0ms) SAVEPOINT active_record_1
1792
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1793
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1794
+  (0.0ms) SAVEPOINT active_record_1
1795
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1796
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1797
+  (0.0ms) SAVEPOINT active_record_1
1798
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1799
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1800
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:39:07.468989')
1801
+  (0.6ms) rollback transaction
1802
+  (0.0ms) begin transaction
1803
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1804
+  (0.0ms) SAVEPOINT active_record_1
1805
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1806
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1807
+  (0.0ms) SAVEPOINT active_record_1
1808
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1809
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1810
+  (0.0ms) SAVEPOINT active_record_1
1811
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1812
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1813
+  (0.0ms) SAVEPOINT active_record_1
1814
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1815
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1816
+  (0.0ms) SAVEPOINT active_record_1
1817
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1818
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1819
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:39:07.476290')
1820
+  (0.4ms) rollback transaction
1821
+  (0.0ms) begin transaction
1822
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1823
+  (0.0ms) SAVEPOINT active_record_1
1824
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1826
+  (0.0ms) SAVEPOINT active_record_1
1827
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1828
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1829
+  (0.0ms) SAVEPOINT active_record_1
1830
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1831
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1832
+  (0.0ms) SAVEPOINT active_record_1
1833
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1834
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1835
+  (0.0ms) SAVEPOINT active_record_1
1836
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:07 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:07 UTC +00:00]]
1837
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1838
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:39:07.482554')
1839
+  (0.5ms) rollback transaction
1840
+ Connecting to database specified by database.yml
1841
+  (0.3ms) begin transaction
1842
+  (0.0ms) SAVEPOINT active_record_1
1843
+ SQL (21.2ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1844
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1845
+ Processing by Admin::JobsController#destroy as HTML
1846
+ Parameters: {"id"=>"1"}
1847
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1848
+  (0.0ms) SAVEPOINT active_record_1
1849
+ SQL (0.4ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
1850
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1851
+ Redirected to http://test.host/admin/jobs
1852
+ Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
1853
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1854
+  (1.8ms) rollback transaction
1855
+  (0.1ms) begin transaction
1856
+  (0.0ms) SAVEPOINT active_record_1
1857
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1858
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1859
+ Processing by Admin::JobsController#index as HTML
1860
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
1861
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
1862
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
1863
+ Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.2ms)
1864
+  (0.5ms) rollback transaction
1865
+  (0.0ms) begin transaction
1866
+  (0.0ms) SAVEPOINT active_record_1
1867
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1868
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1869
+ Processing by Admin::JobsController#show as HTML
1870
+ Parameters: {"id"=>"1"}
1871
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
1872
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
1873
+  (0.4ms) rollback transaction
1874
+  (0.0ms) begin transaction
1875
+  (0.0ms) SAVEPOINT active_record_1
1876
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1877
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1878
+ SQL (0.3ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
1879
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
1880
+ Processing by Admin::JobsController#retry as HTML
1881
+ Parameters: {"id"=>"1"}
1882
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
1883
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
1884
+  (0.0ms) SAVEPOINT active_record_1
1885
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1886
+ Redirected to http://test.host/admin/jobs
1887
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
1888
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
1889
+  (0.4ms) rollback transaction
1890
+  (0.0ms) begin transaction
1891
+  (0.0ms) rollback transaction
1892
+  (0.0ms) begin transaction
1893
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1894
+  (0.0ms) SAVEPOINT active_record_1
1895
+ SQL (0.4ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1896
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1897
+  (0.0ms) SAVEPOINT active_record_1
1898
+ SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1899
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1900
+  (0.0ms) SAVEPOINT active_record_1
1901
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1902
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1903
+  (0.0ms) SAVEPOINT active_record_1
1904
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1905
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1906
+  (0.0ms) SAVEPOINT active_record_1
1907
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1908
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1909
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:39:19.833939')
1910
+  (0.5ms) rollback transaction
1911
+  (0.0ms) begin transaction
1912
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1913
+  (0.0ms) SAVEPOINT active_record_1
1914
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1915
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1916
+  (0.0ms) SAVEPOINT active_record_1
1917
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1918
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1919
+  (0.0ms) SAVEPOINT active_record_1
1920
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1921
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1922
+  (0.0ms) SAVEPOINT active_record_1
1923
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1924
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1925
+  (0.0ms) SAVEPOINT active_record_1
1926
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1928
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:39:19.841259')
1929
+  (0.4ms) rollback transaction
1930
+  (0.0ms) begin transaction
1931
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1932
+  (0.0ms) SAVEPOINT active_record_1
1933
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1934
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1935
+  (0.0ms) SAVEPOINT active_record_1
1936
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1937
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1938
+  (0.0ms) SAVEPOINT active_record_1
1939
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1940
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1941
+  (0.0ms) SAVEPOINT active_record_1
1942
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1943
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1944
+  (0.0ms) SAVEPOINT active_record_1
1945
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1946
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1947
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:30:19.847346')
1948
+  (0.4ms) rollback transaction
1949
+  (0.0ms) begin transaction
1950
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1951
+  (0.0ms) SAVEPOINT active_record_1
1952
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1953
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1954
+  (0.0ms) SAVEPOINT active_record_1
1955
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1956
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1957
+  (0.0ms) SAVEPOINT active_record_1
1958
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1960
+  (0.0ms) SAVEPOINT active_record_1
1961
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1963
+  (0.0ms) SAVEPOINT active_record_1
1964
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1965
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1966
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:38:19.853302')
1967
+  (0.3ms) rollback transaction
1968
+  (0.0ms) begin transaction
1969
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1970
+  (0.0ms) SAVEPOINT active_record_1
1971
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1972
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1973
+  (0.0ms) SAVEPOINT active_record_1
1974
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1975
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1976
+  (0.0ms) SAVEPOINT active_record_1
1977
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1978
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1979
+  (0.0ms) SAVEPOINT active_record_1
1980
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1981
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1982
+  (0.0ms) SAVEPOINT active_record_1
1983
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1984
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1985
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:39:19.878674')
1986
+  (0.6ms) rollback transaction
1987
+  (0.0ms) begin transaction
1988
+ SQL (0.2ms) DELETE FROM "outbound_requests"
1989
+  (0.0ms) SAVEPOINT active_record_1
1990
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1991
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1992
+  (0.0ms) SAVEPOINT active_record_1
1993
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1994
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1995
+  (0.0ms) SAVEPOINT active_record_1
1996
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
1997
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1998
+  (0.0ms) SAVEPOINT active_record_1
1999
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
2000
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2001
+  (0.0ms) SAVEPOINT active_record_1
2002
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
2003
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2004
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:39:19.885824')
2005
+  (0.4ms) rollback transaction
2006
+  (0.0ms) begin transaction
2007
+ SQL (0.2ms) DELETE FROM "outbound_requests"
2008
+  (0.0ms) SAVEPOINT active_record_1
2009
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
2010
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2011
+  (0.0ms) SAVEPOINT active_record_1
2012
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
2013
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2014
+  (0.0ms) SAVEPOINT active_record_1
2015
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
2016
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2017
+  (0.0ms) SAVEPOINT active_record_1
2018
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
2019
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2020
+  (0.0ms) SAVEPOINT active_record_1
2021
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:19 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:19 UTC +00:00]]
2022
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2023
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:39:19.891856')
2024
+  (0.6ms) rollback transaction
2025
+ Connecting to database specified by database.yml
2026
+  (0.3ms) begin transaction
2027
+  (0.0ms) SAVEPOINT active_record_1
2028
+ SQL (20.5ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2029
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2030
+ Processing by Admin::JobsController#destroy as HTML
2031
+ Parameters: {"id"=>"1"}
2032
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2033
+  (0.0ms) SAVEPOINT active_record_1
2034
+ SQL (0.3ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
2035
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2036
+ Redirected to http://test.host/admin/jobs
2037
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
2038
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2039
+  (2.4ms) rollback transaction
2040
+  (0.1ms) begin transaction
2041
+  (0.0ms) SAVEPOINT active_record_1
2042
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2043
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2044
+ Processing by Admin::JobsController#index as HTML
2045
+  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
2046
+  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
2047
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
2048
+ Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.2ms)
2049
+  (0.4ms) rollback transaction
2050
+  (0.0ms) begin transaction
2051
+  (0.0ms) SAVEPOINT active_record_1
2052
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2053
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2054
+ Processing by Admin::JobsController#show as HTML
2055
+ Parameters: {"id"=>"1"}
2056
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
2057
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
2058
+  (0.5ms) rollback transaction
2059
+  (0.0ms) begin transaction
2060
+  (0.0ms) SAVEPOINT active_record_1
2061
+ SQL (0.4ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2062
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2063
+ SQL (0.3ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
2064
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
2065
+ Processing by Admin::JobsController#retry as HTML
2066
+ Parameters: {"id"=>"1"}
2067
+ Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2068
+ SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
2069
+  (0.0ms) SAVEPOINT active_record_1
2070
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2071
+ Redirected to http://test.host/admin/jobs
2072
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
2073
+ Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
2074
+  (0.4ms) rollback transaction
2075
+  (0.0ms) begin transaction
2076
+  (0.0ms) rollback transaction
2077
+  (0.0ms) begin transaction
2078
+ SQL (0.2ms) DELETE FROM "outbound_requests"
2079
+  (0.0ms) SAVEPOINT active_record_1
2080
+ SQL (0.5ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2081
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2082
+  (0.0ms) SAVEPOINT active_record_1
2083
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2084
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2085
+  (0.0ms) SAVEPOINT active_record_1
2086
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2087
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2088
+  (0.0ms) SAVEPOINT active_record_1
2089
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2090
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2091
+  (0.0ms) SAVEPOINT active_record_1
2092
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2093
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2094
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:39:39.542651')
2095
+  (0.4ms) rollback transaction
2096
+  (0.0ms) begin transaction
2097
+ SQL (0.2ms) DELETE FROM "outbound_requests"
2098
+  (0.0ms) SAVEPOINT active_record_1
2099
+ SQL (0.4ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2101
+  (0.0ms) SAVEPOINT active_record_1
2102
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2104
+  (0.0ms) SAVEPOINT active_record_1
2105
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2107
+  (0.0ms) SAVEPOINT active_record_1
2108
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2109
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2110
+  (0.0ms) SAVEPOINT active_record_1
2111
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2112
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2113
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:39:39.549912')
2114
+  (0.6ms) rollback transaction
2115
+  (0.0ms) begin transaction
2116
+ SQL (0.2ms) DELETE FROM "outbound_requests"
2117
+  (0.0ms) SAVEPOINT active_record_1
2118
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2120
+  (0.0ms) SAVEPOINT active_record_1
2121
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2122
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2123
+  (0.0ms) SAVEPOINT active_record_1
2124
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2125
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2126
+  (0.0ms) SAVEPOINT active_record_1
2127
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2128
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2129
+  (0.0ms) SAVEPOINT active_record_1
2130
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2131
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2132
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:39:39.556116')
2133
+  (0.5ms) rollback transaction
2134
+  (0.0ms) begin transaction
2135
+ SQL (0.2ms) DELETE FROM "outbound_requests"
2136
+  (0.0ms) SAVEPOINT active_record_1
2137
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2138
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2139
+  (0.0ms) SAVEPOINT active_record_1
2140
+ SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2141
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2142
+  (0.0ms) SAVEPOINT active_record_1
2143
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2144
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2145
+  (0.0ms) SAVEPOINT active_record_1
2146
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2147
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2148
+  (0.0ms) SAVEPOINT active_record_1
2149
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2150
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2151
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:39:39.562460')
2152
+  (0.5ms) rollback transaction
2153
+  (0.0ms) begin transaction
2154
+ SQL (0.2ms) DELETE FROM "outbound_requests"
2155
+  (0.0ms) SAVEPOINT active_record_1
2156
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2157
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2158
+  (0.0ms) SAVEPOINT active_record_1
2159
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2160
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2161
+  (0.0ms) SAVEPOINT active_record_1
2162
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2163
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2164
+  (0.0ms) SAVEPOINT active_record_1
2165
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2166
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2167
+  (0.0ms) SAVEPOINT active_record_1
2168
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2169
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2170
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:30:39.588467')
2171
+  (0.5ms) rollback transaction
2172
+  (0.0ms) begin transaction
2173
+ SQL (0.2ms) DELETE FROM "outbound_requests"
2174
+  (0.0ms) SAVEPOINT active_record_1
2175
+ SQL (0.4ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2177
+  (0.0ms) SAVEPOINT active_record_1
2178
+ SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2179
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2180
+  (0.0ms) SAVEPOINT active_record_1
2181
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2183
+  (0.0ms) SAVEPOINT active_record_1
2184
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2186
+  (0.0ms) SAVEPOINT active_record_1
2187
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2189
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:38:39.595846')
2190
+  (0.4ms) rollback transaction
2191
+  (0.0ms) begin transaction
2192
+ SQL (0.2ms) DELETE FROM "outbound_requests"
2193
+  (0.0ms) SAVEPOINT active_record_1
2194
+ SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-A"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2195
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2196
+  (0.0ms) SAVEPOINT active_record_1
2197
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-B"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2198
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2199
+  (0.0ms) SAVEPOINT active_record_1
2200
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2201
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2202
+  (0.0ms) SAVEPOINT active_record_1
2203
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2204
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2205
+  (0.0ms) SAVEPOINT active_record_1
2206
+ SQL (0.1ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-E"], ["created_at", Sun, 11 Aug 2013 23:36:39 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Sun, 11 Aug 2013 23:40:39 UTC +00:00]]
2207
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2208
+  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:39:39.602151')
2209
+  (0.4ms) rollback transaction