easy_admin 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/controllers/admin/jobs_controller.rb +1 -2
  4. data/lib/easy_admin/version.rb +1 -1
  5. data/test/dummy/Rakefile +1 -1
  6. data/test/dummy/config/application.rb +1 -8
  7. data/test/dummy/config/boot.rb +1 -1
  8. data/test/dummy/config/environment.rb +1 -1
  9. data/test/dummy/config/environments/development.rb +10 -2
  10. data/test/dummy/config/environments/production.rb +6 -3
  11. data/test/dummy/config/environments/test.rb +5 -2
  12. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  13. data/test/dummy/config/initializers/mime_types.rb +0 -1
  14. data/test/dummy/config/initializers/session_store.rb +1 -1
  15. data/test/dummy/config/routes.rb +1 -2
  16. data/test/dummy/config/secrets.yml +22 -0
  17. data/test/dummy/config.ru +1 -1
  18. data/test/dummy/db/schema.rb +11 -11
  19. data/test/dummy/db/test.sqlite3 +0 -0
  20. data/test/dummy/log/test.log +72 -3116
  21. metadata +16 -32
  22. data/test/dummy/config/initializers/secret_token.rb +0 -13
  23. data/test/dummy/db/development.sqlite3 +0 -0
  24. data/test/dummy/log/development.log +0 -91
  25. data/test/dummy/tmp/cache/assets/BA7/4B0/sprockets%2Fb0b071503162261117712776b6400d95 +0 -0
  26. data/test/dummy/tmp/cache/assets/CBF/BE0/sprockets%2Fe4539515f496c9a47334a4d72952bd8c +0 -0
  27. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  28. data/test/dummy/tmp/cache/assets/D14/400/sprockets%2Fc7cf76c8a8b35297247a1d102ec9d670 +0 -0
  29. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  30. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  31. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  32. data/test/dummy/tmp/cache/assets/D95/340/sprockets%2F4db69ac4ad31b1834affc0f168807fc0 +0 -0
  33. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  34. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
@@ -1,3139 +1,95 @@
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
1
   (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
2
+ -------------------------
3
+ EasyAdminTest: test_truth
4
+ -------------------------
378
5
   (0.0ms) rollback transaction
379
6
   (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
7
+ -------------------------------------------------
8
+ Admin::JobsControllerTest: test_should_delete_job
9
+ -------------------------------------------------
10
+  (0.1ms) rollback transaction
11
+  (0.2ms) begin transaction
12
+ ------------------------------------------------
13
+ Admin::JobsControllerTest: test_should_get_index
14
+ ------------------------------------------------
15
+  (0.1ms) rollback transaction
690
16
   (0.0ms) begin transaction
17
+ -----------------------------------------------
18
+ Admin::JobsControllerTest: test_should_get_show
19
+ -----------------------------------------------
691
20
   (0.0ms) rollback transaction
692
21
   (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
22
+ ------------------------------------------------
23
+ Admin::JobsControllerTest: test_should_retry_job
24
+ ------------------------------------------------
857
25
   (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
26
   (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
27
+ --------------------------------------------------------------------------------------------------
28
+ OutboundRequestTest: test_#response_summary_should_give_3_results_for_a_5_minute_period,_with_SRV1
29
+ --------------------------------------------------------------------------------------------------
1101
30
  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
31
+ SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
32
+  (0.1ms) rollback transaction
1451
33
   (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
34
+ ---------------------------------------------------------------------------------------
35
+ OutboundRequestTest: test_#response_summary_should_give_4_results_for_a_5_minute_period
36
+ ---------------------------------------------------------------------------------------
37
+ SQL (0.1ms) DELETE FROM "outbound_requests"
38
+ SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
1521
39
   (0.0ms) rollback transaction
1522
40
   (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
41
+ -------------------------------------------------------------------------------------------------
42
+ OutboundRequestTest: test_#response_summary_should_give_4_results_for_the_default_1_minute_period
43
+ -------------------------------------------------------------------------------------------------
44
+ SQL (0.1ms) DELETE FROM "outbound_requests"
45
+ SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
46
+  (0.0ms) rollback transaction
1617
47
   (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
48
+ ---------------------------------------------------------------
49
+ OutboundRequestTest: test_#rpm_should_select_only_200_responses
50
+ ---------------------------------------------------------------
51
+ SQL (0.1ms) DELETE FROM "outbound_requests"
52
+ SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
1706
53
   (0.0ms) rollback transaction
1707
54
   (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
55
+ ----------------------------------------------------------------
56
+ OutboundRequestTest: test_#rpm_should_select_only_ACT-A_requests
57
+ ----------------------------------------------------------------
58
+ SQL (0.1ms) DELETE FROM "outbound_requests"
59
+ SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
60
+  (0.0ms) rollback transaction
1726
61
   (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
2210
- Connecting to database specified by database.yml
2211
-  (0.3ms) begin transaction
2212
-  (0.0ms) SAVEPOINT active_record_1
2213
- SQL (21.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", Mon, 12 Aug 2013 03:32:26 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 03:32:26 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 03:32:26 UTC +00:00]]
2214
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2215
- Processing by Admin::JobsController#destroy as HTML
2216
- Parameters: {"id"=>"1"}
2217
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2218
-  (0.0ms) SAVEPOINT active_record_1
2219
- SQL (0.3ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
2220
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2221
- Redirected to http://test.host/admin/jobs
2222
- Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
2223
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2224
-  (0.4ms) rollback transaction
2225
-  (0.0ms) begin transaction
2226
-  (0.0ms) SAVEPOINT active_record_1
2227
- 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", Mon, 12 Aug 2013 03:32:26 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 03:32:26 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 03:32:26 UTC +00:00]]
2228
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2229
- Processing by Admin::JobsController#index as HTML
2230
-  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
2231
-  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
2232
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
2233
- Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.2ms)
2234
-  (0.6ms) rollback transaction
2235
-  (0.0ms) begin transaction
2236
-  (0.0ms) SAVEPOINT active_record_1
2237
- 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", Mon, 12 Aug 2013 03:32:26 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 03:32:26 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 03:32:26 UTC +00:00]]
2238
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2239
- Processing by Admin::JobsController#show as HTML
2240
- Parameters: {"id"=>"1"}
2241
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
2242
- Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms)
2243
-  (0.5ms) rollback transaction
2244
-  (0.0ms) begin transaction
2245
-  (0.0ms) SAVEPOINT active_record_1
2246
- 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", Mon, 12 Aug 2013 03:32:26 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 03:32:26 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 03:32:26 UTC +00:00]]
2247
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2248
- SQL (0.3ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
2249
- Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
2250
- Processing by Admin::JobsController#retry as HTML
2251
- Parameters: {"id"=>"1"}
2252
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2253
- SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
2254
-  (0.0ms) SAVEPOINT active_record_1
2255
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2256
- Redirected to http://test.host/admin/jobs
2257
- Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
2258
- Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
2259
-  (0.5ms) rollback transaction
2260
-  (0.0ms) begin transaction
2261
-  (0.0ms) rollback transaction
2262
-  (0.0ms) begin transaction
2263
- SQL (0.3ms) DELETE FROM "outbound_requests"
2264
-  (0.0ms) SAVEPOINT active_record_1
2265
- 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", Mon, 12 Aug 2013 03:32:26 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:26 UTC +00:00]]
2266
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2267
-  (0.0ms) SAVEPOINT active_record_1
2268
- 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", Mon, 12 Aug 2013 03:32:26 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:26 UTC +00:00]]
2269
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2270
-  (0.0ms) SAVEPOINT active_record_1
2271
- 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", Mon, 12 Aug 2013 03:32:26 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:26 UTC +00:00]]
2272
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2273
-  (0.0ms) SAVEPOINT active_record_1
2274
- 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", Mon, 12 Aug 2013 03:32:26 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:26 UTC +00:00]]
2275
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2276
-  (0.0ms) SAVEPOINT active_record_1
2277
- 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", Mon, 12 Aug 2013 03:28:26 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:26 UTC +00:00]]
2278
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2279
-  (0.1ms) SELECT COUNT(*) AS count_all, response_code AS response_code FROM "outbound_requests" WHERE (created_at > '2013-08-12 03:31:27.000098') GROUP BY response_code
2280
-  (0.5ms) rollback transaction
2281
-  (0.0ms) begin transaction
2282
- SQL (0.2ms) DELETE FROM "outbound_requests"
2283
-  (0.0ms) SAVEPOINT active_record_1
2284
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2285
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2286
-  (0.0ms) SAVEPOINT active_record_1
2287
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2288
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2289
-  (0.0ms) SAVEPOINT active_record_1
2290
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2291
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2292
-  (0.0ms) SAVEPOINT active_record_1
2293
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2294
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2295
-  (0.0ms) SAVEPOINT active_record_1
2296
- 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", Mon, 12 Aug 2013 03:28:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2297
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2298
-  (0.1ms) SELECT COUNT(*) AS count_all, response_code AS response_code FROM "outbound_requests" WHERE (created_at > '2013-08-12 03:31:27.008191') GROUP BY response_code
2299
-  (0.4ms) rollback transaction
2300
-  (0.0ms) begin transaction
2301
- SQL (0.2ms) DELETE FROM "outbound_requests"
2302
-  (0.0ms) SAVEPOINT active_record_1
2303
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2304
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2305
-  (0.0ms) SAVEPOINT active_record_1
2306
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2307
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2308
-  (0.0ms) SAVEPOINT active_record_1
2309
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2310
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2311
-  (0.0ms) SAVEPOINT active_record_1
2312
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2313
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2314
-  (0.0ms) SAVEPOINT active_record_1
2315
- 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", Mon, 12 Aug 2013 03:28:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2316
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2317
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-12 03:31:27.014312')
2318
-  (0.5ms) rollback transaction
2319
-  (0.0ms) begin transaction
2320
- SQL (0.2ms) DELETE FROM "outbound_requests"
2321
-  (0.0ms) SAVEPOINT active_record_1
2322
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2323
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2324
-  (0.0ms) SAVEPOINT active_record_1
2325
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2326
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2327
-  (0.0ms) SAVEPOINT active_record_1
2328
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2329
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2330
-  (0.0ms) SAVEPOINT active_record_1
2331
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2332
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2333
-  (0.0ms) SAVEPOINT active_record_1
2334
- 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", Mon, 12 Aug 2013 03:28:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2335
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2336
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-12 03:31:27.020521')
2337
-  (0.5ms) rollback transaction
2338
-  (0.0ms) begin transaction
2339
- SQL (0.2ms) DELETE FROM "outbound_requests"
2340
-  (0.0ms) SAVEPOINT active_record_1
2341
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2342
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2343
-  (0.0ms) SAVEPOINT active_record_1
2344
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2345
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2346
-  (0.0ms) SAVEPOINT active_record_1
2347
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2348
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2349
-  (0.0ms) SAVEPOINT active_record_1
2350
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2351
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2352
-  (0.0ms) SAVEPOINT active_record_1
2353
- 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", Mon, 12 Aug 2013 03:28:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2354
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2355
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-12 03:31:27.047817')
2356
-  (0.5ms) rollback transaction
2357
-  (0.0ms) begin transaction
2358
- SQL (0.2ms) DELETE FROM "outbound_requests"
2359
-  (0.0ms) SAVEPOINT active_record_1
2360
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2361
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2362
-  (0.0ms) SAVEPOINT active_record_1
2363
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2364
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2365
-  (0.0ms) SAVEPOINT active_record_1
2366
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2367
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2368
-  (0.0ms) SAVEPOINT active_record_1
2369
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2370
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2371
-  (0.0ms) SAVEPOINT active_record_1
2372
- 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", Mon, 12 Aug 2013 03:28:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2373
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2374
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-12 03:31:27.054283')
2375
-  (0.5ms) rollback transaction
2376
-  (0.0ms) begin transaction
2377
- SQL (0.2ms) DELETE FROM "outbound_requests"
2378
-  (0.0ms) SAVEPOINT active_record_1
2379
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2380
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2381
-  (0.0ms) SAVEPOINT active_record_1
2382
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2383
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2384
-  (0.0ms) SAVEPOINT active_record_1
2385
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2386
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2387
-  (0.0ms) SAVEPOINT active_record_1
2388
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2389
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2390
-  (0.0ms) SAVEPOINT active_record_1
2391
- 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", Mon, 12 Aug 2013 03:28:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2392
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2393
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-12 03:22:27.060386')
2394
-  (0.5ms) rollback transaction
2395
-  (0.0ms) begin transaction
2396
- SQL (0.2ms) DELETE FROM "outbound_requests"
2397
-  (0.0ms) SAVEPOINT active_record_1
2398
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2399
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2400
-  (0.0ms) SAVEPOINT active_record_1
2401
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2402
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2403
-  (0.0ms) SAVEPOINT active_record_1
2404
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2405
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2406
-  (0.0ms) SAVEPOINT active_record_1
2407
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2408
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2409
-  (0.0ms) SAVEPOINT active_record_1
2410
- 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", Mon, 12 Aug 2013 03:28:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2411
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2412
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-12 03:30:27.066437')
2413
-  (0.4ms) rollback transaction
2414
-  (0.0ms) begin transaction
2415
- SQL (0.2ms) DELETE FROM "outbound_requests"
2416
-  (0.0ms) SAVEPOINT active_record_1
2417
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2418
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2419
-  (0.0ms) SAVEPOINT active_record_1
2420
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2421
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2422
-  (0.0ms) SAVEPOINT active_record_1
2423
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2424
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2425
-  (0.0ms) SAVEPOINT active_record_1
2426
- 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", Mon, 12 Aug 2013 03:32:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2427
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2428
-  (0.0ms) SAVEPOINT active_record_1
2429
- 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", Mon, 12 Aug 2013 03:28:27 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:27 UTC +00:00]]
2430
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2431
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-12 03:31:27.072466')
2432
-  (0.3ms) rollback transaction
2433
- Connecting to database specified by database.yml
2434
-  (0.4ms) begin transaction
2435
-  (0.0ms) SAVEPOINT active_record_1
2436
- SQL (21.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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2437
-  (0.1ms) RELEASE SAVEPOINT active_record_1
2438
- Processing by Admin::JobsController#destroy as HTML
2439
- Parameters: {"id"=>"1"}
2440
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2441
-  (0.0ms) SAVEPOINT active_record_1
2442
- SQL (0.3ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
2443
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2444
- Redirected to http://test.host/admin/jobs
2445
- Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
2446
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2447
-  (0.5ms) rollback transaction
2448
-  (0.0ms) begin transaction
2449
-  (0.0ms) SAVEPOINT active_record_1
2450
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2451
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2452
- Processing by Admin::JobsController#index as HTML
2453
-  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
2454
-  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs"
2455
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
2456
- Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.2ms)
2457
-  (0.5ms) rollback transaction
2458
-  (0.0ms) begin transaction
2459
-  (0.0ms) SAVEPOINT active_record_1
2460
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2461
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2462
- Processing by Admin::JobsController#show as HTML
2463
- Parameters: {"id"=>"1"}
2464
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
2465
- Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
2466
-  (0.5ms) rollback transaction
2467
-  (0.0ms) begin transaction
2468
-  (0.0ms) SAVEPOINT active_record_1
2469
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2470
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2471
- SQL (0.2ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
2472
- Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
2473
- Processing by Admin::JobsController#retry as HTML
2474
- Parameters: {"id"=>"1"}
2475
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2476
- SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
2477
-  (0.0ms) SAVEPOINT active_record_1
2478
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2479
- Redirected to http://test.host/admin/jobs
2480
- Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
2481
- Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
2482
-  (0.3ms) rollback transaction
2483
-  (0.0ms) begin transaction
62
+ -----------------------------------------------------------------------------------------------------
63
+ OutboundRequestTest: test_#rpm_should_select_only_ACT-E_requests,_which_should_be_0_due_to_time_limit
64
+ -----------------------------------------------------------------------------------------------------
65
+ SQL (0.1ms) DELETE FROM "outbound_requests"
66
+ SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
2484
67
   (0.0ms) rollback transaction
2485
68
   (0.0ms) begin transaction
2486
- SQL (0.2ms) DELETE FROM "outbound_requests"
2487
-  (0.0ms) SAVEPOINT active_record_1
2488
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2489
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2490
-  (0.0ms) SAVEPOINT active_record_1
2491
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2492
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2493
-  (0.0ms) SAVEPOINT active_record_1
2494
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2495
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2496
-  (0.0ms) SAVEPOINT active_record_1
2497
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2498
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2499
-  (0.0ms) SAVEPOINT active_record_1
2500
- 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", Mon, 12 Aug 2013 03:28:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2501
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2502
-  (0.1ms) SELECT COUNT(*) AS count_all, response_code AS response_code FROM "outbound_requests" WHERE (created_at > '2013-08-12 03:27:57.712540') GROUP BY response_code
2503
-  (0.5ms) rollback transaction
2504
-  (0.0ms) begin transaction
2505
- SQL (0.2ms) DELETE FROM "outbound_requests"
2506
-  (0.0ms) SAVEPOINT active_record_1
2507
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2508
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2509
-  (0.0ms) SAVEPOINT active_record_1
2510
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2511
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2512
-  (0.0ms) SAVEPOINT active_record_1
2513
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2514
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2515
-  (0.0ms) SAVEPOINT active_record_1
2516
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2517
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2518
-  (0.0ms) SAVEPOINT active_record_1
2519
- 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", Mon, 12 Aug 2013 03:28:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2520
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2521
-  (0.1ms) SELECT COUNT(*) AS count_all, response_code AS response_code FROM "outbound_requests" WHERE (created_at > '2013-08-12 03:31:57.720444') GROUP BY response_code
2522
-  (0.4ms) rollback transaction
2523
-  (0.0ms) begin transaction
2524
- SQL (0.2ms) DELETE FROM "outbound_requests"
2525
-  (0.0ms) SAVEPOINT active_record_1
2526
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2527
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2528
-  (0.0ms) SAVEPOINT active_record_1
2529
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2530
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2531
-  (0.0ms) SAVEPOINT active_record_1
2532
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2533
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2534
-  (0.0ms) SAVEPOINT active_record_1
2535
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2536
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2537
-  (0.0ms) SAVEPOINT active_record_1
2538
- 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", Mon, 12 Aug 2013 03:28:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2539
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2540
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-12 03:31:57.726590')
2541
-  (0.6ms) rollback transaction
2542
-  (0.0ms) begin transaction
2543
- SQL (0.2ms) DELETE FROM "outbound_requests"
2544
-  (0.0ms) SAVEPOINT active_record_1
2545
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2546
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2547
-  (0.0ms) SAVEPOINT active_record_1
2548
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2549
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2550
-  (0.0ms) SAVEPOINT active_record_1
2551
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2552
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2553
-  (0.0ms) SAVEPOINT active_record_1
2554
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2555
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2556
-  (0.0ms) SAVEPOINT active_record_1
2557
- 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", Mon, 12 Aug 2013 03:28:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2558
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2559
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-12 03:31:57.732745')
2560
-  (0.5ms) rollback transaction
2561
-  (0.0ms) begin transaction
2562
- SQL (0.2ms) DELETE FROM "outbound_requests"
2563
-  (0.0ms) SAVEPOINT active_record_1
2564
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2565
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2566
-  (0.0ms) SAVEPOINT active_record_1
2567
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2568
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2569
-  (0.0ms) SAVEPOINT active_record_1
2570
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2571
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2572
-  (0.0ms) SAVEPOINT active_record_1
2573
- SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-D"], ["created_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2574
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2575
-  (0.0ms) SAVEPOINT active_record_1
2576
- 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", Mon, 12 Aug 2013 03:28:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2577
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2578
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-12 03:31:57.759436')
2579
-  (0.6ms) rollback transaction
2580
-  (0.0ms) begin transaction
2581
- SQL (0.2ms) DELETE FROM "outbound_requests"
2582
-  (0.0ms) SAVEPOINT active_record_1
2583
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2584
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2585
-  (0.0ms) SAVEPOINT active_record_1
2586
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2587
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2588
-  (0.0ms) SAVEPOINT active_record_1
2589
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2590
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2591
-  (0.0ms) SAVEPOINT active_record_1
2592
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2593
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2594
-  (0.0ms) SAVEPOINT active_record_1
2595
- 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", Mon, 12 Aug 2013 03:28:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2596
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2597
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-12 03:31:57.765941')
2598
-  (0.6ms) rollback transaction
2599
-  (0.0ms) begin transaction
2600
- SQL (0.2ms) DELETE FROM "outbound_requests"
2601
-  (0.0ms) SAVEPOINT active_record_1
2602
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2603
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2604
-  (0.0ms) SAVEPOINT active_record_1
2605
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2606
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2607
-  (0.0ms) SAVEPOINT active_record_1
2608
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2609
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2610
-  (0.0ms) SAVEPOINT active_record_1
2611
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2612
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2613
-  (0.0ms) SAVEPOINT active_record_1
2614
- 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", Mon, 12 Aug 2013 03:28:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2615
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2616
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-12 03:22:57.772154')
2617
-  (0.6ms) rollback transaction
69
+ ---------------------------------------------------------------
70
+ OutboundRequestTest: test_#rpm_should_select_only_SRV1_requests
71
+ ---------------------------------------------------------------
72
+ SQL (0.1ms) DELETE FROM "outbound_requests"
73
+ SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
74
+  (0.0ms) rollback transaction
2618
75
   (0.0ms) begin transaction
2619
- SQL (0.2ms) DELETE FROM "outbound_requests"
2620
-  (0.0ms) SAVEPOINT active_record_1
2621
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2622
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2623
-  (0.0ms) SAVEPOINT active_record_1
2624
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2625
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2626
-  (0.0ms) SAVEPOINT active_record_1
2627
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2628
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2629
-  (0.0ms) SAVEPOINT active_record_1
2630
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2631
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2632
-  (0.0ms) SAVEPOINT active_record_1
2633
- 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", Mon, 12 Aug 2013 03:28:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2634
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2635
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-12 03:30:57.778262')
2636
-  (0.6ms) rollback transaction
2637
-  (0.0ms) begin transaction
2638
- SQL (0.2ms) DELETE FROM "outbound_requests"
2639
-  (0.0ms) SAVEPOINT active_record_1
2640
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2641
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2642
-  (0.0ms) SAVEPOINT active_record_1
2643
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2644
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2645
-  (0.0ms) SAVEPOINT active_record_1
2646
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2647
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2648
-  (0.0ms) SAVEPOINT active_record_1
2649
- 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", Mon, 12 Aug 2013 03:32:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2650
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2651
-  (0.0ms) SAVEPOINT active_record_1
2652
- 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", Mon, 12 Aug 2013 03:28:57 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 03:32:57 UTC +00:00]]
2653
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2654
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-12 03:31:57.784158')
2655
-  (0.5ms) rollback transaction
2656
- Connecting to database specified by database.yml
2657
-  (0.3ms) begin transaction
2658
-  (0.0ms) SAVEPOINT active_record_1
2659
- SQL (21.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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2660
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2661
- Processing by Admin::JobsController#destroy as HTML
2662
- Parameters: {"id"=>"1"}
2663
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2664
-  (0.0ms) SAVEPOINT active_record_1
2665
- SQL (0.3ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
2666
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2667
- Redirected to http://test.host/admin/jobs
2668
- Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
2669
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2670
-  (0.4ms) rollback transaction
2671
-  (0.0ms) begin transaction
2672
-  (0.0ms) SAVEPOINT active_record_1
2673
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2674
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2675
- Processing by Admin::JobsController#index as HTML
2676
-  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
2677
-  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
2678
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
2679
- Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.2ms)
2680
-  (0.5ms) rollback transaction
2681
-  (0.0ms) begin transaction
2682
-  (0.0ms) SAVEPOINT active_record_1
2683
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2684
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2685
- Processing by Admin::JobsController#show as HTML
2686
- Parameters: {"id"=>"1"}
2687
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
2688
- Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
2689
-  (0.5ms) rollback transaction
2690
-  (0.0ms) begin transaction
2691
-  (0.0ms) SAVEPOINT active_record_1
2692
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2693
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2694
- SQL (0.2ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
2695
- Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
2696
- Processing by Admin::JobsController#retry as HTML
2697
- Parameters: {"id"=>"1"}
2698
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2699
- SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
2700
-  (0.0ms) SAVEPOINT active_record_1
2701
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2702
- Redirected to http://test.host/admin/jobs
2703
- Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
2704
- Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
2705
-  (0.4ms) rollback transaction
2706
-  (0.0ms) begin transaction
76
+ ----------------------------------------------------------------------------------------
77
+ OutboundRequestTest: test_#rpm_should_select_only_SRV2_requests,_over_a_10_minute_period
78
+ ----------------------------------------------------------------------------------------
79
+ SQL (0.1ms) DELETE FROM "outbound_requests"
80
+ SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
2707
81
   (0.0ms) rollback transaction
2708
82
   (0.0ms) begin transaction
2709
- SQL (0.2ms) DELETE FROM "outbound_requests"
2710
-  (0.1ms) SAVEPOINT active_record_1
2711
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2712
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2713
-  (0.0ms) SAVEPOINT active_record_1
2714
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2715
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2716
-  (0.0ms) SAVEPOINT active_record_1
2717
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2718
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2719
-  (0.0ms) SAVEPOINT active_record_1
2720
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2721
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2722
-  (0.0ms) SAVEPOINT active_record_1
2723
- 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", Mon, 12 Aug 2013 04:10:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2724
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2725
-  (0.1ms) SELECT COUNT(*) AS count_all, response_code AS response_code FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-12 04:09:37.190949') GROUP BY response_code
2726
-  (0.5ms) rollback transaction
2727
-  (0.0ms) begin transaction
2728
- SQL (0.2ms) DELETE FROM "outbound_requests"
2729
-  (0.0ms) SAVEPOINT active_record_1
2730
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2731
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2732
-  (0.0ms) SAVEPOINT active_record_1
2733
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2734
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2735
-  (0.0ms) SAVEPOINT active_record_1
2736
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2737
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2738
-  (0.0ms) SAVEPOINT active_record_1
2739
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2740
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2741
-  (0.0ms) SAVEPOINT active_record_1
2742
- 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", Mon, 12 Aug 2013 04:10:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2743
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2744
-  (0.1ms) SELECT COUNT(*) AS count_all, response_code AS response_code FROM "outbound_requests" WHERE (created_at > '2013-08-12 04:09:37.198893') GROUP BY response_code
2745
-  (0.5ms) rollback transaction
2746
-  (0.0ms) begin transaction
2747
- SQL (0.2ms) DELETE FROM "outbound_requests"
2748
-  (0.0ms) SAVEPOINT active_record_1
2749
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2750
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2751
-  (0.0ms) SAVEPOINT active_record_1
2752
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2753
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2754
-  (0.0ms) SAVEPOINT active_record_1
2755
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2756
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2757
-  (0.0ms) SAVEPOINT active_record_1
2758
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2759
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2760
-  (0.0ms) SAVEPOINT active_record_1
2761
- 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", Mon, 12 Aug 2013 04:10:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2762
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2763
-  (0.1ms) SELECT COUNT(*) AS count_all, response_code AS response_code FROM "outbound_requests" WHERE (created_at > '2013-08-12 04:13:37.205096') GROUP BY response_code
2764
-  (0.3ms) rollback transaction
2765
-  (0.0ms) begin transaction
2766
- SQL (0.2ms) DELETE FROM "outbound_requests"
2767
-  (0.0ms) SAVEPOINT active_record_1
2768
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2769
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2770
-  (0.0ms) SAVEPOINT active_record_1
2771
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2772
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2773
-  (0.0ms) SAVEPOINT active_record_1
2774
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2775
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2776
-  (0.0ms) SAVEPOINT active_record_1
2777
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2778
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2779
-  (0.0ms) SAVEPOINT active_record_1
2780
- 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", Mon, 12 Aug 2013 04:10:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2781
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2782
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-12 04:13:37.211122')
2783
-  (0.6ms) rollback transaction
2784
-  (0.0ms) begin transaction
2785
- SQL (0.2ms) DELETE FROM "outbound_requests"
2786
-  (0.0ms) SAVEPOINT active_record_1
2787
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2788
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2789
-  (0.0ms) SAVEPOINT active_record_1
2790
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2791
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2792
-  (0.1ms) SAVEPOINT active_record_1
2793
- SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2794
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2795
-  (0.0ms) SAVEPOINT active_record_1
2796
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2797
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2798
-  (0.0ms) SAVEPOINT active_record_1
2799
- 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", Mon, 12 Aug 2013 04:10:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2800
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2801
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-12 04:13:37.237687')
2802
-  (0.6ms) rollback transaction
2803
-  (0.0ms) begin transaction
2804
- SQL (0.2ms) DELETE FROM "outbound_requests"
2805
-  (0.0ms) SAVEPOINT active_record_1
2806
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2807
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2808
-  (0.0ms) SAVEPOINT active_record_1
2809
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2810
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2811
-  (0.0ms) SAVEPOINT active_record_1
2812
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2813
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2814
-  (0.0ms) SAVEPOINT active_record_1
2815
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2816
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2817
-  (0.0ms) SAVEPOINT active_record_1
2818
- 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", Mon, 12 Aug 2013 04:10:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2819
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2820
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-12 04:13:37.244076')
2821
-  (0.5ms) rollback transaction
2822
-  (0.0ms) begin transaction
2823
- SQL (0.4ms) DELETE FROM "outbound_requests"
2824
-  (0.0ms) SAVEPOINT active_record_1
2825
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2826
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2827
-  (0.0ms) SAVEPOINT active_record_1
2828
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2829
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2830
-  (0.0ms) SAVEPOINT active_record_1
2831
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2832
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2833
-  (0.0ms) SAVEPOINT active_record_1
2834
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2835
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2836
-  (0.0ms) SAVEPOINT active_record_1
2837
- 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", Mon, 12 Aug 2013 04:10:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2838
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2839
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-12 04:13:37.250387')
2840
-  (0.5ms) rollback transaction
2841
-  (0.0ms) begin transaction
2842
- SQL (0.2ms) DELETE FROM "outbound_requests"
2843
-  (0.0ms) SAVEPOINT active_record_1
2844
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2845
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2846
-  (0.0ms) SAVEPOINT active_record_1
2847
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2848
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2849
-  (0.0ms) SAVEPOINT active_record_1
2850
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2851
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2852
-  (0.0ms) SAVEPOINT active_record_1
2853
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2854
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2855
-  (0.0ms) SAVEPOINT active_record_1
2856
- 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", Mon, 12 Aug 2013 04:10:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2857
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2858
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-12 04:04:37.256502')
2859
-  (0.6ms) rollback transaction
2860
-  (0.0ms) begin transaction
2861
- SQL (0.5ms) DELETE FROM "outbound_requests"
2862
-  (0.0ms) SAVEPOINT active_record_1
2863
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2864
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2865
-  (0.0ms) SAVEPOINT active_record_1
2866
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2867
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2868
-  (0.0ms) SAVEPOINT active_record_1
2869
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2870
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2871
-  (0.0ms) SAVEPOINT active_record_1
2872
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2873
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2874
-  (0.0ms) SAVEPOINT active_record_1
2875
- 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", Mon, 12 Aug 2013 04:10:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2876
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2877
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-12 04:12:37.262849')
2878
-  (0.6ms) rollback transaction
2879
-  (0.0ms) begin transaction
83
+ ---------------------------------------------------------------------------------------
84
+ OutboundRequestTest: test_#rpm_should_select_only_SRV2_requests,_over_a_2_minute_period
85
+ ---------------------------------------------------------------------------------------
86
+ SQL (0.1ms) DELETE FROM "outbound_requests"
87
+ SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
88
+  (0.0ms) rollback transaction
89
+  (0.2ms) begin transaction
90
+ --------------------------------------------------------------------------------
91
+ OutboundRequestTest: test_#rpm_should_select_the_requests_within_the_last_minute
92
+ --------------------------------------------------------------------------------
2880
93
  SQL (0.2ms) DELETE FROM "outbound_requests"
2881
-  (0.0ms) SAVEPOINT active_record_1
2882
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2883
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2884
-  (0.0ms) SAVEPOINT active_record_1
2885
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2886
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2887
-  (0.0ms) SAVEPOINT active_record_1
2888
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2889
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2890
-  (0.0ms) SAVEPOINT active_record_1
2891
- 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", Mon, 12 Aug 2013 04:14:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2892
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2893
-  (0.0ms) SAVEPOINT active_record_1
2894
- 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", Mon, 12 Aug 2013 04:10:37 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:14:37 UTC +00:00]]
2895
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2896
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-12 04:13:37.268772')
2897
-  (0.5ms) rollback transaction
2898
- Connecting to database specified by database.yml
2899
-  (0.4ms) begin transaction
2900
-  (0.1ms) SAVEPOINT active_record_1
2901
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2902
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2903
- Processing by Admin::JobsController#destroy as HTML
2904
- Parameters: {"id"=>"1"}
2905
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2906
-  (0.0ms) SAVEPOINT active_record_1
2907
- SQL (0.3ms) DELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? [["id", 1]]
2908
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2909
- Redirected to http://test.host/admin/jobs
2910
- Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
2911
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2912
-  (1.5ms) rollback transaction
2913
-  (0.0ms) begin transaction
2914
-  (0.0ms) SAVEPOINT active_record_1
2915
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2916
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2917
- Processing by Admin::JobsController#index as HTML
2918
-  (0.1ms) SELECT COUNT(*) FROM "delayed_jobs" 
2919
-  (0.0ms) SELECT COUNT(*) FROM "delayed_jobs"
2920
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
2921
- Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.2ms)
2922
-  (0.5ms) rollback transaction
2923
-  (0.0ms) begin transaction
2924
-  (0.0ms) SAVEPOINT active_record_1
2925
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2926
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2927
- Processing by Admin::JobsController#show as HTML
2928
- Parameters: {"id"=>"1"}
2929
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
2930
- Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
2931
-  (0.5ms) rollback transaction
2932
-  (0.0ms) begin transaction
2933
-  (0.0ms) SAVEPOINT active_record_1
2934
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2935
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2936
- SQL (0.2ms) UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
2937
- Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
2938
- Processing by Admin::JobsController#retry as HTML
2939
- Parameters: {"id"=>"1"}
2940
- Delayed::Backend::ActiveRecord::Job Load (0.1ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
2941
- SQL (0.1ms) UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
2942
-  (0.0ms) SAVEPOINT active_record_1
2943
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2944
- Redirected to http://test.host/admin/jobs
2945
- Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
2946
- Delayed::Backend::ActiveRecord::Job Load (0.0ms) SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
2947
-  (0.5ms) rollback transaction
2948
-  (0.0ms) begin transaction
94
+ SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
2949
95
   (0.0ms) rollback transaction
2950
-  (0.0ms) begin transaction
2951
- SQL (0.2ms) DELETE FROM "outbound_requests"
2952
-  (0.1ms) SAVEPOINT active_record_1
2953
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2954
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2955
-  (0.0ms) SAVEPOINT active_record_1
2956
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2957
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2958
-  (0.0ms) SAVEPOINT active_record_1
2959
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2960
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2961
-  (0.0ms) SAVEPOINT active_record_1
2962
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2963
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2964
-  (0.0ms) SAVEPOINT active_record_1
2965
- 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", Mon, 12 Aug 2013 04:11:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2966
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2967
-  (0.1ms) SELECT COUNT(*) AS count_all, response_code AS response_code FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-12 04:10:10.415260') GROUP BY response_code
2968
-  (0.5ms) rollback transaction
2969
-  (0.0ms) begin transaction
2970
- SQL (0.2ms) DELETE FROM "outbound_requests"
2971
-  (0.0ms) SAVEPOINT active_record_1
2972
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2973
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2974
-  (0.0ms) SAVEPOINT active_record_1
2975
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2976
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2977
-  (0.0ms) SAVEPOINT active_record_1
2978
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2979
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2980
-  (0.0ms) SAVEPOINT active_record_1
2981
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2982
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2983
-  (0.0ms) SAVEPOINT active_record_1
2984
- 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", Mon, 12 Aug 2013 04:11:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2985
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2986
-  (0.1ms) SELECT COUNT(*) AS count_all, response_code AS response_code FROM "outbound_requests" WHERE (created_at > '2013-08-12 04:10:10.423037') GROUP BY response_code
2987
-  (0.3ms) rollback transaction
2988
-  (0.0ms) begin transaction
2989
- SQL (0.2ms) DELETE FROM "outbound_requests"
2990
-  (0.0ms) SAVEPOINT active_record_1
2991
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2992
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2993
-  (0.0ms) SAVEPOINT active_record_1
2994
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2995
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2996
-  (0.0ms) SAVEPOINT active_record_1
2997
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
2998
-  (0.0ms) RELEASE SAVEPOINT active_record_1
2999
-  (0.0ms) SAVEPOINT active_record_1
3000
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3001
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3002
-  (0.0ms) SAVEPOINT active_record_1
3003
- 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", Mon, 12 Aug 2013 04:11:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3004
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3005
-  (0.1ms) SELECT COUNT(*) AS count_all, response_code AS response_code FROM "outbound_requests" WHERE (created_at > '2013-08-12 04:14:10.429161') GROUP BY response_code
3006
-  (0.6ms) rollback transaction
3007
-  (0.0ms) begin transaction
3008
- SQL (0.2ms) DELETE FROM "outbound_requests"
3009
-  (0.0ms) SAVEPOINT active_record_1
3010
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3011
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3012
-  (0.0ms) SAVEPOINT active_record_1
3013
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3014
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3015
-  (0.0ms) SAVEPOINT active_record_1
3016
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3017
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3018
-  (0.0ms) SAVEPOINT active_record_1
3019
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3020
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3021
-  (0.0ms) SAVEPOINT active_record_1
3022
- 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", Mon, 12 Aug 2013 04:11:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3023
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3024
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-12 04:14:10.435657')
3025
-  (0.4ms) rollback transaction
3026
-  (0.0ms) begin transaction
3027
- SQL (0.2ms) DELETE FROM "outbound_requests"
3028
-  (0.0ms) SAVEPOINT active_record_1
3029
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3030
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3031
-  (0.0ms) SAVEPOINT active_record_1
3032
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3033
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3034
-  (0.0ms) SAVEPOINT active_record_1
3035
- SQL (0.3ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3036
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3037
-  (0.0ms) SAVEPOINT active_record_1
3038
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3039
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3040
-  (0.0ms) SAVEPOINT active_record_1
3041
- 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", Mon, 12 Aug 2013 04:11:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3042
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3043
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-12 04:14:10.462111')
3044
-  (0.4ms) rollback transaction
3045
-  (0.0ms) begin transaction
3046
- SQL (0.2ms) DELETE FROM "outbound_requests"
3047
-  (0.0ms) SAVEPOINT active_record_1
3048
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3049
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3050
-  (0.0ms) SAVEPOINT active_record_1
3051
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3052
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3053
-  (0.0ms) SAVEPOINT active_record_1
3054
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3055
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3056
-  (0.0ms) SAVEPOINT active_record_1
3057
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3058
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3059
-  (0.0ms) SAVEPOINT active_record_1
3060
- 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", Mon, 12 Aug 2013 04:11:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3061
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3062
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-12 04:14:10.468535')
3063
-  (0.5ms) rollback transaction
3064
-  (0.0ms) begin transaction
3065
- SQL (0.2ms) DELETE FROM "outbound_requests"
3066
-  (0.0ms) SAVEPOINT active_record_1
3067
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3068
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3069
-  (0.0ms) SAVEPOINT active_record_1
3070
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3071
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3072
-  (0.0ms) SAVEPOINT active_record_1
3073
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3074
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3075
-  (0.0ms) SAVEPOINT active_record_1
3076
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3077
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3078
-  (0.0ms) SAVEPOINT active_record_1
3079
- 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", Mon, 12 Aug 2013 04:11:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3080
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3081
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-12 04:14:10.474599')
3082
-  (0.4ms) rollback transaction
3083
-  (0.0ms) begin transaction
3084
- SQL (0.2ms) DELETE FROM "outbound_requests"
3085
-  (0.0ms) SAVEPOINT active_record_1
3086
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3087
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3088
-  (0.0ms) SAVEPOINT active_record_1
3089
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3090
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3091
-  (0.0ms) SAVEPOINT active_record_1
3092
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3093
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3094
-  (0.0ms) SAVEPOINT active_record_1
3095
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3096
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3097
-  (0.0ms) SAVEPOINT active_record_1
3098
- 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", Mon, 12 Aug 2013 04:11:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3099
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3100
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-12 04:05:10.480549')
3101
-  (0.5ms) rollback transaction
3102
-  (0.0ms) begin transaction
3103
- SQL (0.2ms) DELETE FROM "outbound_requests"
3104
-  (0.0ms) SAVEPOINT active_record_1
3105
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3106
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3107
-  (0.0ms) SAVEPOINT active_record_1
3108
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3109
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3110
-  (0.0ms) SAVEPOINT active_record_1
3111
- SQL (0.2ms) INSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", "ACT-C"], ["created_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3112
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3113
-  (0.0ms) SAVEPOINT active_record_1
3114
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3115
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3116
-  (0.0ms) SAVEPOINT active_record_1
3117
- 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", Mon, 12 Aug 2013 04:11:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3118
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3119
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-12 04:13:10.486510')
3120
-  (0.6ms) rollback transaction
3121
-  (0.0ms) begin transaction
3122
- SQL (0.2ms) DELETE FROM "outbound_requests"
3123
-  (0.0ms) SAVEPOINT active_record_1
3124
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3125
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3126
-  (0.0ms) SAVEPOINT active_record_1
3127
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3128
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3129
-  (0.0ms) SAVEPOINT active_record_1
3130
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "200"], ["service", "SRV1"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3131
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3132
-  (0.0ms) SAVEPOINT active_record_1
3133
- 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", Mon, 12 Aug 2013 04:15:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3134
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3135
-  (0.0ms) SAVEPOINT active_record_1
3136
- 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", Mon, 12 Aug 2013 04:11:10 UTC +00:00], ["error", nil], ["identifier", nil], ["params", nil], ["response_body", nil], ["response_code", "404"], ["service", "SRV2"], ["updated_at", Mon, 12 Aug 2013 04:15:10 UTC +00:00]]
3137
-  (0.0ms) RELEASE SAVEPOINT active_record_1
3138
-  (0.1ms) SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-12 04:14:10.492497')
3139
-  (0.3ms) rollback transaction