easy_admin 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +7 -0
- data/app/models/outbound_request.rb +15 -0
- data/lib/easy_admin/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +12 -8421
- data/test/dummy/log/test.log +2209 -0
- data/test/outbound_request_test.rb +41 -0
- metadata +31 -32
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/D0F/E70/sprockets%2Fbf4f18084af3243b43a5908cdae69166 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4A/BB0/sprockets%2F34084ccfce0481c4263c0c2105acabb1 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D96/B60/sprockets%2Ff0ba0257c64a22a49d8fa0fbc2a97f66 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E54/480/sprockets%2Fe1da3d29f8a7fbee0d64b62c0ad7afa4 +0 -0
- data/test/dummy/tmp/restart.txt +0 -0
@@ -0,0 +1,2209 @@
|
|
1
|
+
Connecting to database specified by database.yml
|
2
|
+
Connecting to database specified by database.yml
|
3
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
4
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
10
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
13
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14
|
+
[1m[35mSQL (1.0ms)[0m DELETE FROM "outbound_requests"
|
15
|
+
SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
|
16
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
17
|
+
Connecting to database specified by database.yml
|
18
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
19
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
25
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
29
|
+
[1m[35mSQL (1.0ms)[0m DELETE FROM "outbound_requests"
|
30
|
+
SQLite3::SQLException: no such table: outbound_requests: DELETE FROM "outbound_requests"
|
31
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
32
|
+
Connecting to database specified by database.yml
|
33
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
34
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
35
|
+
[1m[36mSQL (21.0ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
37
|
+
Processing by Admin::JobsController#destroy as HTML
|
38
|
+
Parameters: {"id"=>"1"}
|
39
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
40
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
41
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
42
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
43
|
+
Redirected to http://test.host/admin/jobs
|
44
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
|
45
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
46
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
47
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
48
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
49
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51
|
+
Processing by Admin::JobsController#index as HTML
|
52
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
53
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
54
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
55
|
+
Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.2ms)
|
56
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
57
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
58
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
59
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
61
|
+
Processing by Admin::JobsController#show as HTML
|
62
|
+
Parameters: {"id"=>"1"}
|
63
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
64
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
|
65
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
66
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
67
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
68
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
70
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
71
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
75
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
76
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
77
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
78
|
+
Redirected to http://test.host/admin/jobs
|
79
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
80
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
81
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
82
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
83
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
84
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
85
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
86
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
87
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
89
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
90
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
92
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
93
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
95
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
96
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
98
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
99
|
+
Connecting to database specified by database.yml
|
100
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
101
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
102
|
+
[1m[36mSQL (20.8ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
104
|
+
Processing by Admin::JobsController#destroy as HTML
|
105
|
+
Parameters: {"id"=>"1"}
|
106
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
107
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
108
|
+
[1m[36mSQL (0.8ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
109
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
110
|
+
Redirected to http://test.host/admin/jobs
|
111
|
+
Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
|
112
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
113
|
+
[1m[35m (1.4ms)[0m rollback transaction
|
114
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
115
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
116
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
118
|
+
Processing by Admin::JobsController#index as HTML
|
119
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
120
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
121
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
122
|
+
Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.2ms)
|
123
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
124
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
125
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
126
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
128
|
+
Processing by Admin::JobsController#show as HTML
|
129
|
+
Parameters: {"id"=>"1"}
|
130
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
131
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms)
|
132
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
133
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
134
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
135
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
137
|
+
[1m[36mSQL (2.3ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
138
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
142
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
143
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
144
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
145
|
+
Redirected to http://test.host/admin/jobs
|
146
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
147
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
148
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
149
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
150
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
151
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
152
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "outbound_requests"
|
153
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
154
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
156
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
157
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
159
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
160
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
162
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
163
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
165
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
166
|
+
Connecting to database specified by database.yml
|
167
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
168
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
169
|
+
[1m[36mSQL (20.7ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
171
|
+
Processing by Admin::JobsController#destroy as HTML
|
172
|
+
Parameters: {"id"=>"1"}
|
173
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
174
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
175
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
176
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
177
|
+
Redirected to http://test.host/admin/jobs
|
178
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
179
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
180
|
+
[1m[35m (2.2ms)[0m rollback transaction
|
181
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
182
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
183
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
185
|
+
Processing by Admin::JobsController#index as HTML
|
186
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
187
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
188
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
189
|
+
Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.2ms)
|
190
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
191
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
192
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
193
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
195
|
+
Processing by Admin::JobsController#show as HTML
|
196
|
+
Parameters: {"id"=>"1"}
|
197
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.2ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
198
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms)
|
199
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
200
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
201
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
202
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
204
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
205
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
209
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
210
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
211
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
212
|
+
Redirected to http://test.host/admin/jobs
|
213
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
214
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
215
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
216
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
217
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
218
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
219
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "outbound_requests"
|
220
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
221
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
223
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
224
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
226
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
227
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
229
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
230
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
232
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
233
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
235
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:17:17.782495')
|
236
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
237
|
+
Connecting to database specified by database.yml
|
238
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
239
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
240
|
+
[1m[36mSQL (20.6ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
242
|
+
Processing by Admin::JobsController#destroy as HTML
|
243
|
+
Parameters: {"id"=>"1"}
|
244
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
245
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
246
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
247
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248
|
+
Redirected to http://test.host/admin/jobs
|
249
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
250
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
251
|
+
[1m[35m (1.7ms)[0m rollback transaction
|
252
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
253
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
254
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
256
|
+
Processing by Admin::JobsController#index as HTML
|
257
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
258
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
259
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
260
|
+
Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.2ms)
|
261
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
262
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
263
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
264
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
266
|
+
Processing by Admin::JobsController#show as HTML
|
267
|
+
Parameters: {"id"=>"1"}
|
268
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
269
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
|
270
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
271
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
272
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
273
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
275
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
276
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
280
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
281
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
282
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
283
|
+
Redirected to http://test.host/admin/jobs
|
284
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
285
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
286
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
287
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
288
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
289
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
290
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
291
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
292
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
294
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
295
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
297
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
298
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
300
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
301
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
303
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
304
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
306
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:18:04.091730')
|
307
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
308
|
+
[1m[35m (0.1ms)[0m begin transaction
|
309
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
310
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
311
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
313
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
314
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
316
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
317
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
319
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
320
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
322
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
323
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
325
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:18:04.099189')[0m
|
326
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
327
|
+
Connecting to database specified by database.yml
|
328
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
329
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
330
|
+
[1m[36mSQL (20.6ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
332
|
+
Processing by Admin::JobsController#destroy as HTML
|
333
|
+
Parameters: {"id"=>"1"}
|
334
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
335
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
336
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
337
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
338
|
+
Redirected to http://test.host/admin/jobs
|
339
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
340
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
341
|
+
[1m[35m (2.3ms)[0m rollback transaction
|
342
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
343
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
344
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
346
|
+
Processing by Admin::JobsController#index as HTML
|
347
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
348
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
349
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
350
|
+
Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.2ms)
|
351
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
352
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
353
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
354
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
356
|
+
Processing by Admin::JobsController#show as HTML
|
357
|
+
Parameters: {"id"=>"1"}
|
358
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
359
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
|
360
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
361
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
362
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
363
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
365
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
366
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
370
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
371
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
372
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
373
|
+
Redirected to http://test.host/admin/jobs
|
374
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
375
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
376
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
377
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
378
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
379
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
380
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
381
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
382
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
384
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
385
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
387
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
388
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
390
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
391
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
393
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
394
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
396
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:20:11.290799')
|
397
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
398
|
+
[1m[35m (0.0ms)[0m begin transaction
|
399
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
400
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
401
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
403
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
404
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
406
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
407
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
409
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
410
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
412
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
413
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
415
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:20:11.298052')[0m
|
416
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
417
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
418
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
419
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
420
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
422
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
423
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
425
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
426
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
428
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
429
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
431
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
432
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
434
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:20:11.304431')
|
435
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
436
|
+
[1m[35m (0.0ms)[0m begin transaction
|
437
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
438
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
439
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
441
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
442
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
444
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
445
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
447
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
448
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
450
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
451
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
453
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:20:11.310800')[0m
|
454
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
455
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
456
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
457
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
458
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
460
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
461
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
463
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
464
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
466
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
467
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
469
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
470
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
472
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:20:11.317099')
|
473
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
474
|
+
Connecting to database specified by database.yml
|
475
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
476
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
477
|
+
[1m[36mSQL (21.0ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
479
|
+
Processing by Admin::JobsController#destroy as HTML
|
480
|
+
Parameters: {"id"=>"1"}
|
481
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
482
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
483
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
484
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
485
|
+
Redirected to http://test.host/admin/jobs
|
486
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
|
487
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
488
|
+
[1m[35m (1.4ms)[0m rollback transaction
|
489
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
490
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
491
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
493
|
+
Processing by Admin::JobsController#index as HTML
|
494
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
495
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
496
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
497
|
+
Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.2ms)
|
498
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
499
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
500
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
501
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
503
|
+
Processing by Admin::JobsController#show as HTML
|
504
|
+
Parameters: {"id"=>"1"}
|
505
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
506
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
|
507
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
508
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
509
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
510
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
512
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
513
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
517
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
518
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
519
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
520
|
+
Redirected to http://test.host/admin/jobs
|
521
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
|
522
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
523
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
524
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
525
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
526
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
527
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "outbound_requests"
|
528
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
529
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
531
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
532
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
534
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
535
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
537
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
538
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
540
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
541
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
543
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:23:06.264542')
|
544
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
545
|
+
[1m[35m (0.0ms)[0m begin transaction
|
546
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
547
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
548
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
550
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
551
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
553
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
554
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
556
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
557
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
559
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
560
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
562
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:23:06.271961')[0m
|
563
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
564
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
565
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
566
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
567
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
569
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
570
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
572
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
573
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
575
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
576
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
578
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
579
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 21:24:06.278360')
|
582
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
583
|
+
[1m[35m (0.0ms)[0m begin transaction
|
584
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
585
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
586
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
588
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
589
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
591
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
592
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
594
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
595
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
597
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
598
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
600
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:23:06.284745')[0m
|
601
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
602
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
603
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "outbound_requests"
|
604
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
605
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
607
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
608
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
610
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
611
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
613
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
614
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
616
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
617
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
619
|
+
[1m[35m (20.4ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:23:06.291467')
|
620
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
621
|
+
[1m[35m (0.0ms)[0m begin transaction
|
622
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
623
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
624
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
626
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
627
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
629
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
630
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
632
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
633
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
635
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
636
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
638
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:23:06.318646')[0m
|
639
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
640
|
+
Connecting to database specified by database.yml
|
641
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
642
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
643
|
+
[1m[36mSQL (20.9ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
645
|
+
Processing by Admin::JobsController#destroy as HTML
|
646
|
+
Parameters: {"id"=>"1"}
|
647
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
648
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
649
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
650
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
651
|
+
Redirected to http://test.host/admin/jobs
|
652
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
|
653
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
654
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
655
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
656
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
657
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
659
|
+
Processing by Admin::JobsController#index as HTML
|
660
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
661
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
662
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
663
|
+
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.2ms)
|
664
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
665
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
666
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
667
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
669
|
+
Processing by Admin::JobsController#show as HTML
|
670
|
+
Parameters: {"id"=>"1"}
|
671
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
672
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
|
673
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
674
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
675
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
676
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
678
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
679
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
683
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
684
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
685
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
686
|
+
Redirected to http://test.host/admin/jobs
|
687
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
688
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
689
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
690
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
691
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
692
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
693
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
694
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
695
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
697
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
698
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
700
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
701
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
703
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
704
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
706
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
707
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
709
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:31:33.646457')
|
710
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
711
|
+
[1m[35m (0.0ms)[0m begin transaction
|
712
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
713
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
714
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
716
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
717
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
719
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
720
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
722
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
723
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
725
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
726
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
728
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:31:33.653505')[0m
|
729
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
730
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
731
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
732
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
733
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
735
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
736
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
738
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
739
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
741
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
742
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
744
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
745
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
747
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 21:32:33.659610')
|
748
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
749
|
+
[1m[35m (0.0ms)[0m begin transaction
|
750
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
751
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
752
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
754
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
755
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
757
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
758
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
760
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
761
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
763
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
764
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
766
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:31:33.665489')[0m
|
767
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
768
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
769
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
770
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
771
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
773
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
774
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
776
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
777
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
779
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
780
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
782
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
783
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
785
|
+
[1m[35m (20.3ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:31:33.671809')
|
786
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
787
|
+
[1m[35m (0.0ms)[0m begin transaction
|
788
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
789
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
790
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
792
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
793
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
795
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
796
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
798
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
799
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
801
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
802
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
804
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:31:33.699247')[0m
|
805
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
806
|
+
Connecting to database specified by database.yml
|
807
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
808
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
809
|
+
[1m[36mSQL (20.6ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
811
|
+
Processing by Admin::JobsController#destroy as HTML
|
812
|
+
Parameters: {"id"=>"1"}
|
813
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
814
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
815
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
816
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
817
|
+
Redirected to http://test.host/admin/jobs
|
818
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
819
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
820
|
+
[1m[35m (2.3ms)[0m rollback transaction
|
821
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
822
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
823
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
825
|
+
Processing by Admin::JobsController#index as HTML
|
826
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
827
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
828
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
829
|
+
Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.2ms)
|
830
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
831
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
832
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
833
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
835
|
+
Processing by Admin::JobsController#show as HTML
|
836
|
+
Parameters: {"id"=>"1"}
|
837
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
838
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
|
839
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
840
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
841
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
842
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
844
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
845
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
849
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
850
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
851
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
852
|
+
Redirected to http://test.host/admin/jobs
|
853
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
854
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
855
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
856
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
857
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
858
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
859
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
860
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
861
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
863
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
864
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
866
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
867
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
869
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
870
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
872
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
873
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
875
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:33:17.264461')
|
876
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
877
|
+
[1m[35m (0.0ms)[0m begin transaction
|
878
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
879
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
880
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
882
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
883
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
885
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
886
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
888
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
889
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
891
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
892
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
894
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:33:17.271787')[0m
|
895
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
896
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
897
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
898
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
899
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
901
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
902
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
904
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
905
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
907
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
908
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
910
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
911
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
913
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:33:17.278004')
|
914
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
915
|
+
[1m[35m (0.0ms)[0m begin transaction
|
916
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
917
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
918
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
920
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
921
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
923
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
924
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
926
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
927
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
929
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
930
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
932
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:32:17.284342')[0m
|
933
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
934
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
935
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
936
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
937
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
939
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
940
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
942
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
943
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
945
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
946
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
948
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
949
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
951
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:33:17.311303')
|
952
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
953
|
+
[1m[35m (0.0ms)[0m begin transaction
|
954
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
955
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
956
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
958
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
959
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
961
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
962
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
964
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
965
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
967
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
968
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
970
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:33:17.318477')[0m
|
971
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
972
|
+
Connecting to database specified by database.yml
|
973
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
974
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
975
|
+
[1m[36mSQL (20.9ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
977
|
+
Processing by Admin::JobsController#destroy as HTML
|
978
|
+
Parameters: {"id"=>"1"}
|
979
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
980
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
981
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
982
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
983
|
+
Redirected to http://test.host/admin/jobs
|
984
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
985
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
986
|
+
[1m[35m (2.4ms)[0m rollback transaction
|
987
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
988
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
989
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
991
|
+
Processing by Admin::JobsController#index as HTML
|
992
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
993
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
994
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
995
|
+
Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.2ms)
|
996
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
997
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
998
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
999
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1001
|
+
Processing by Admin::JobsController#show as HTML
|
1002
|
+
Parameters: {"id"=>"1"}
|
1003
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
1004
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
|
1005
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1006
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1007
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1008
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1010
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
1011
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1015
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
1016
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1017
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1018
|
+
Redirected to http://test.host/admin/jobs
|
1019
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
1020
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
1021
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1022
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1023
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1024
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1025
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "outbound_requests"
|
1026
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1027
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1029
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1030
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1032
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1033
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1035
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1036
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1038
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1039
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1041
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:34:40.404263')
|
1042
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1043
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1044
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1045
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1046
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1048
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1049
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1051
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1052
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1054
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1055
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1057
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1058
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1060
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:34:40.411415')[0m
|
1061
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1062
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1063
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1064
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1065
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1067
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1068
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1070
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1071
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1073
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1074
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1076
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1077
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1079
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:34:40.417829')
|
1080
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1081
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1082
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1083
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1084
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1086
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1087
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1089
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1090
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1092
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1093
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1095
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1096
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1098
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:33:40.424032')[0m
|
1099
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1100
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1101
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1102
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1103
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1105
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1106
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1108
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1109
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1111
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1112
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1114
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1115
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1117
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:34:40.430187')
|
1118
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1119
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1120
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1121
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1122
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1124
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1125
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1127
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1128
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1130
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1131
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1133
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1134
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1136
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:34:40.458824')[0m
|
1137
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1138
|
+
Connecting to database specified by database.yml
|
1139
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
1140
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1141
|
+
[1m[36mSQL (20.3ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1143
|
+
Processing by Admin::JobsController#destroy as HTML
|
1144
|
+
Parameters: {"id"=>"1"}
|
1145
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1146
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1147
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
1148
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1149
|
+
Redirected to http://test.host/admin/jobs
|
1150
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
1151
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1152
|
+
[1m[35m (1.7ms)[0m rollback transaction
|
1153
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1154
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1155
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1157
|
+
Processing by Admin::JobsController#index as HTML
|
1158
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
1159
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
1160
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
1161
|
+
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.2ms)
|
1162
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1163
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1164
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1165
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1167
|
+
Processing by Admin::JobsController#show as HTML
|
1168
|
+
Parameters: {"id"=>"1"}
|
1169
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
1170
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
|
1171
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1172
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1173
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1174
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1176
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
1177
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1181
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
1182
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1183
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1184
|
+
Redirected to http://test.host/admin/jobs
|
1185
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
1186
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
1187
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1188
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1189
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1190
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1191
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1192
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1193
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1195
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1196
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1198
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1199
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1201
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1202
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1204
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1205
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1207
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:35:53.411002')
|
1208
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1209
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1210
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1211
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1212
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1214
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1215
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1217
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1218
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1220
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1221
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1223
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1224
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1226
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:35:53.418059')[0m
|
1227
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1228
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1229
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1230
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1231
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1233
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1234
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1236
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1237
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1239
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1240
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1242
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1243
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1245
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:35:53.424188')
|
1246
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1247
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1248
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1249
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1250
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1252
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1253
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1255
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1256
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1258
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1259
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1261
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1262
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1264
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:34:53.429956')[0m
|
1265
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1266
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1267
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1268
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1269
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1271
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1272
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1274
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1275
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1277
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1278
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1280
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1281
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1283
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:35:53.435954')
|
1284
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1285
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1286
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1287
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1288
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1290
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1291
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1293
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1294
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1296
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1297
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1299
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1300
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1302
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:35:53.462792')[0m
|
1303
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1304
|
+
Connecting to database specified by database.yml
|
1305
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
1306
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1307
|
+
[1m[36mSQL (22.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1309
|
+
Processing by Admin::JobsController#destroy as HTML
|
1310
|
+
Parameters: {"id"=>"1"}
|
1311
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1312
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1313
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
1314
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1315
|
+
Redirected to http://test.host/admin/jobs
|
1316
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
|
1317
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1318
|
+
[1m[35m (1.5ms)[0m rollback transaction
|
1319
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1320
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1321
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1323
|
+
Processing by Admin::JobsController#index as HTML
|
1324
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
1325
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
1326
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
1327
|
+
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.2ms)
|
1328
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1329
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1330
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1331
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1333
|
+
Processing by Admin::JobsController#show as HTML
|
1334
|
+
Parameters: {"id"=>"1"}
|
1335
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
1336
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
|
1337
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1338
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1339
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1340
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1342
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
1343
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1347
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
1348
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1349
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1350
|
+
Redirected to http://test.host/admin/jobs
|
1351
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
1352
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
1353
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1354
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1355
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1356
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1357
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1358
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1359
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1361
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1362
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1364
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1365
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1367
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1368
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1370
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1371
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1373
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:37:31.717090')
|
1374
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1375
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1376
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1377
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1378
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1380
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1381
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1383
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1384
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1386
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1387
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1389
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1390
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1392
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:37:31.724337')[0m
|
1393
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1394
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1395
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1396
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1397
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1399
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1400
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1402
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1403
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1405
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1406
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1408
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1409
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1411
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:37:31.730411')
|
1412
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1413
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1414
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1415
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1416
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1418
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1419
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1421
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1422
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1424
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1425
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1427
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1428
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1430
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:36:31.736934')[0m
|
1431
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1432
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1433
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1434
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1435
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1437
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1438
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1440
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1441
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1443
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1444
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1446
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1447
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1449
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:37:31.763767')
|
1450
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1451
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1452
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1453
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1454
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1456
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1457
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1459
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1460
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1462
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1463
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1465
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1466
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1468
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:37:31.770814')[0m
|
1469
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1470
|
+
Connecting to database specified by database.yml
|
1471
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
1472
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1473
|
+
[1m[36mSQL (20.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1475
|
+
Processing by Admin::JobsController#destroy as HTML
|
1476
|
+
Parameters: {"id"=>"1"}
|
1477
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1478
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1479
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
1480
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1481
|
+
Redirected to http://test.host/admin/jobs
|
1482
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
1483
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1484
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
1485
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1486
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1487
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1489
|
+
Processing by Admin::JobsController#index as HTML
|
1490
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
1491
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
1492
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
1493
|
+
Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.2ms)
|
1494
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1495
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1496
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1497
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1499
|
+
Processing by Admin::JobsController#show as HTML
|
1500
|
+
Parameters: {"id"=>"1"}
|
1501
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
1502
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
|
1503
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1504
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1505
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1506
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1508
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
1509
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1513
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
1514
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1515
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1516
|
+
Redirected to http://test.host/admin/jobs
|
1517
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
1518
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
1519
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1520
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1521
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1522
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1523
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1524
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1525
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1527
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1528
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1530
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1531
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1533
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1534
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1536
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1537
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1539
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:38:35.254986')
|
1540
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1541
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1542
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1543
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1544
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1546
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1547
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1549
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1550
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1552
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1553
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1555
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1556
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1558
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:38:35.262025')[0m
|
1559
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1560
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1561
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1562
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1563
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1565
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1566
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1568
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1569
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1571
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1572
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1574
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1575
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1577
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:37:35.268327')
|
1578
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1579
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1580
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1581
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1582
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1584
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1585
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1587
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1588
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1590
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1591
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1593
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1594
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1596
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:34:35.274332')[0m
|
1597
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1598
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1599
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1600
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1601
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1603
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1604
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1606
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1607
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1609
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1610
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1612
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1613
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1615
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:38:35.300490')
|
1616
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1617
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1618
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1619
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1620
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1622
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1623
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1625
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1626
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1628
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1629
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1631
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1632
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1634
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:38:35.307390')[0m
|
1635
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1636
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1637
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1638
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1639
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1641
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1642
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1644
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1645
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1647
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1648
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1650
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1651
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1653
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:38:35.313419')
|
1654
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1655
|
+
Connecting to database specified by database.yml
|
1656
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
1657
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1658
|
+
[1m[36mSQL (21.7ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1660
|
+
Processing by Admin::JobsController#destroy as HTML
|
1661
|
+
Parameters: {"id"=>"1"}
|
1662
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1663
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1664
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
1665
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1666
|
+
Redirected to http://test.host/admin/jobs
|
1667
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
|
1668
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1669
|
+
[1m[35m (1.6ms)[0m rollback transaction
|
1670
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1671
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1672
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1674
|
+
Processing by Admin::JobsController#index as HTML
|
1675
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
1676
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
1677
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
1678
|
+
Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.2ms)
|
1679
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
1680
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1681
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1682
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1684
|
+
Processing by Admin::JobsController#show as HTML
|
1685
|
+
Parameters: {"id"=>"1"}
|
1686
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
1687
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
|
1688
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1689
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1690
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1691
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1693
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
1694
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1698
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
1699
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1700
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1701
|
+
Redirected to http://test.host/admin/jobs
|
1702
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
1703
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
1704
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1705
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1706
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1707
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1708
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "outbound_requests"
|
1709
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1710
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1712
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1713
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1715
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1716
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1718
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1719
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1721
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1722
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1724
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:39:07.421378')
|
1725
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1726
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1727
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1728
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1729
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1731
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1732
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1734
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1735
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1737
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1738
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1740
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1741
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1743
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:39:07.428948')[0m
|
1744
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1745
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1746
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1747
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1748
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1750
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1751
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1753
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1754
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1756
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1757
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1759
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1760
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1762
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:30:07.435152')
|
1763
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1764
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1765
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1766
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1767
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1769
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1770
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1772
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1773
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1775
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1776
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1778
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1779
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1781
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:38:07.442157')[0m
|
1782
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1783
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1784
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1785
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1786
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1788
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1789
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1791
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1792
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1794
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1795
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1797
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1798
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1800
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:39:07.468989')
|
1801
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1802
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1803
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1804
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1805
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1807
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1808
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1810
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1811
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1813
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1814
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1816
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1817
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1819
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:39:07.476290')[0m
|
1820
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1821
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1822
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1823
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1824
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1826
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1827
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1829
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1830
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1832
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1833
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1835
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1836
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1838
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:39:07.482554')
|
1839
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1840
|
+
Connecting to database specified by database.yml
|
1841
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
1842
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1843
|
+
[1m[36mSQL (21.2ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1845
|
+
Processing by Admin::JobsController#destroy as HTML
|
1846
|
+
Parameters: {"id"=>"1"}
|
1847
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1848
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1849
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
1850
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1851
|
+
Redirected to http://test.host/admin/jobs
|
1852
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
|
1853
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1854
|
+
[1m[35m (1.8ms)[0m rollback transaction
|
1855
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1856
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1857
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1859
|
+
Processing by Admin::JobsController#index as HTML
|
1860
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
1861
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
1862
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
1863
|
+
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.2ms)
|
1864
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1865
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1866
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1867
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1869
|
+
Processing by Admin::JobsController#show as HTML
|
1870
|
+
Parameters: {"id"=>"1"}
|
1871
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
1872
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
|
1873
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1874
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1875
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1876
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1878
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
1879
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
1883
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
1884
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1885
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1886
|
+
Redirected to http://test.host/admin/jobs
|
1887
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
1888
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
1889
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1890
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1891
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1892
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1893
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1894
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1895
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1897
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1898
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1900
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1901
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1903
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1904
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1906
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1907
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1909
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:39:19.833939')
|
1910
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1911
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1912
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1913
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1914
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1916
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1917
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1919
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1920
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1922
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1923
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1925
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1926
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1928
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:39:19.841259')[0m
|
1929
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1930
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1931
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1932
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1933
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1935
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1936
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1938
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1939
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1941
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1942
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1944
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1945
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1947
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:30:19.847346')
|
1948
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1949
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1950
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1951
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1952
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1954
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1955
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1957
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1958
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1960
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1961
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1963
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1964
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1966
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:38:19.853302')[0m
|
1967
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1968
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1969
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
1970
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1971
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1973
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1974
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1976
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1977
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1979
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1980
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1982
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1983
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1985
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:39:19.878674')
|
1986
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1987
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1988
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
1989
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1990
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1992
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1993
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1995
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1996
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1998
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1999
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2001
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2002
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2004
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:39:19.885824')[0m
|
2005
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
2006
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2007
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
2008
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2009
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2011
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2012
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2014
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2015
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2017
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2018
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2020
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2021
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2023
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:39:19.891856')
|
2024
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
2025
|
+
Connecting to database specified by database.yml
|
2026
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
2027
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2028
|
+
[1m[36mSQL (20.5ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2030
|
+
Processing by Admin::JobsController#destroy as HTML
|
2031
|
+
Parameters: {"id"=>"1"}
|
2032
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
2033
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2034
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
2035
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2036
|
+
Redirected to http://test.host/admin/jobs
|
2037
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
2038
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
2039
|
+
[1m[35m (2.4ms)[0m rollback transaction
|
2040
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2041
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2042
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2044
|
+
Processing by Admin::JobsController#index as HTML
|
2045
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
2046
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
2047
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
2048
|
+
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.2ms)
|
2049
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
2050
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2051
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2052
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2054
|
+
Processing by Admin::JobsController#show as HTML
|
2055
|
+
Parameters: {"id"=>"1"}
|
2056
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
2057
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
|
2058
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
2059
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2060
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2061
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2063
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
2064
|
+
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m 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
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
2068
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
2069
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2070
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2071
|
+
Redirected to http://test.host/admin/jobs
|
2072
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
|
2073
|
+
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
2074
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
2075
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2076
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2077
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2078
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
2079
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2080
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2082
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2083
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2085
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2086
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2088
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2089
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2091
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2092
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2094
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."response_code" = '200' AND (created_at > '2013-08-11 23:39:39.542651')
|
2095
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
2096
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2097
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
2098
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2099
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2101
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2102
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2104
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2105
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2107
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2108
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2110
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2111
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2113
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-A' AND (created_at > '2013-08-11 23:39:39.549912')[0m
|
2114
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
2115
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2116
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
2117
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2118
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2120
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2121
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2123
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2124
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2126
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2127
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2129
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2130
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2132
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."action" = 'ACT-E' AND (created_at > '2013-08-11 23:39:39.556116')
|
2133
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
2134
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2135
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
2136
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2137
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2139
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2140
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2142
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2143
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2145
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2146
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2148
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2149
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2151
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV1' AND (created_at > '2013-08-11 23:39:39.562460')[0m
|
2152
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
2153
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2154
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
2155
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2156
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2158
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2159
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2161
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2162
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2164
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2165
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2167
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2168
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2170
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:30:39.588467')
|
2171
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
2172
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2173
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "outbound_requests"[0m
|
2174
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2175
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2177
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2178
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2180
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2181
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2183
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2184
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2186
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2187
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2189
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "outbound_requests" WHERE "outbound_requests"."service" = 'SRV2' AND (created_at > '2013-08-11 23:38:39.595846')[0m
|
2190
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
2191
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2192
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "outbound_requests"
|
2193
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2194
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2196
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2197
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2199
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2200
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2202
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
2203
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "outbound_requests" ("action", "created_at", "error", "identifier", "params", "response_body", "response_code", "service", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
2205
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
2206
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2208
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "outbound_requests" WHERE (created_at > '2013-08-11 23:39:39.602151')
|
2209
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|