aws_tickwork 0.0.1

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.
Files changed (65) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +30 -0
  5. data/app/assets/javascripts/aws_tickwork/application.js +13 -0
  6. data/app/assets/stylesheets/aws_tickwork/application.css +15 -0
  7. data/app/controllers/aws_tickwork/application_controller.rb +5 -0
  8. data/app/controllers/aws_tickwork/sns_endpoint_controller.rb +40 -0
  9. data/app/helpers/aws_tickwork/application_helper.rb +4 -0
  10. data/app/models/aws_tickwork/db_data_store.rb +23 -0
  11. data/app/views/layouts/aws_tickwork/application.html.erb +14 -0
  12. data/config/routes.rb +4 -0
  13. data/db/migrate/20160510025747_create_aws_tickwork_db_data_stores.rb +11 -0
  14. data/lib/aws_tickwork.rb +4 -0
  15. data/lib/aws_tickwork/engine.rb +13 -0
  16. data/lib/aws_tickwork/version.rb +3 -0
  17. data/lib/tasks/aws_tickwork_tasks.rake +4 -0
  18. data/spec/controllers/aws_tickwork/sns_endpoint_controller_spec.rb +88 -0
  19. data/spec/dummy/README.rdoc +28 -0
  20. data/spec/dummy/Rakefile +6 -0
  21. data/spec/dummy/app/assets/javascripts/application.js +13 -0
  22. data/spec/dummy/app/assets/stylesheets/application.css +15 -0
  23. data/spec/dummy/app/controllers/application_controller.rb +5 -0
  24. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  25. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  26. data/spec/dummy/bin/bundle +3 -0
  27. data/spec/dummy/bin/rails +4 -0
  28. data/spec/dummy/bin/rake +4 -0
  29. data/spec/dummy/bin/setup +29 -0
  30. data/spec/dummy/config.ru +4 -0
  31. data/spec/dummy/config/application.rb +26 -0
  32. data/spec/dummy/config/boot.rb +5 -0
  33. data/spec/dummy/config/database.yml +25 -0
  34. data/spec/dummy/config/environment.rb +5 -0
  35. data/spec/dummy/config/environments/development.rb +41 -0
  36. data/spec/dummy/config/environments/production.rb +79 -0
  37. data/spec/dummy/config/environments/test.rb +42 -0
  38. data/spec/dummy/config/initializers/assets.rb +11 -0
  39. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  40. data/spec/dummy/config/initializers/cookies_serializer.rb +3 -0
  41. data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  42. data/spec/dummy/config/initializers/inflections.rb +16 -0
  43. data/spec/dummy/config/initializers/mime_types.rb +4 -0
  44. data/spec/dummy/config/initializers/session_store.rb +3 -0
  45. data/spec/dummy/config/initializers/tickwork.rb +16 -0
  46. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  47. data/spec/dummy/config/locales/en.yml +23 -0
  48. data/spec/dummy/config/routes.rb +4 -0
  49. data/spec/dummy/config/secrets.yml +22 -0
  50. data/spec/dummy/db/schema.rb +25 -0
  51. data/spec/dummy/db/test.sqlite3 +0 -0
  52. data/spec/dummy/log/development.log +133 -0
  53. data/spec/dummy/log/test.log +1572 -0
  54. data/spec/dummy/public/404.html +67 -0
  55. data/spec/dummy/public/422.html +67 -0
  56. data/spec/dummy/public/500.html +66 -0
  57. data/spec/dummy/public/favicon.ico +0 -0
  58. data/spec/dummy/tmp/cache/14A/870/key +1 -0
  59. data/spec/dummy/tmp/cache/6CC/EF0/tickwork_testing +1 -0
  60. data/spec/factories/aws_tickwork_db_data_stores.rb +17 -0
  61. data/spec/models/aws_tickwork/db_data_store_spec.rb +55 -0
  62. data/spec/rails_helper.rb +60 -0
  63. data/spec/requests/sns_notifications_spec.rb +29 -0
  64. data/spec/spec_helper.rb +95 -0
  65. metadata +281 -0
@@ -0,0 +1,1572 @@
1
+  (0.1ms) begin transaction
2
+ ---------------------------
3
+ AwsTickworkTest: test_truth
4
+ ---------------------------
5
+  (0.0ms) rollback transaction
6
+  (0.1ms) begin transaction
7
+ ---------------------------
8
+ AwsTickworkTest: test_truth
9
+ ---------------------------
10
+  (0.0ms) rollback transaction
11
+  (0.1ms) begin transaction
12
+ --------------------------------------------------------------
13
+ AwsTickwork::SnsEndpointControllerTest: test_should_get_notify
14
+ --------------------------------------------------------------
15
+  (0.1ms) rollback transaction
16
+  (0.0ms) begin transaction
17
+ ---------------------------
18
+ AwsTickworkTest: test_truth
19
+ ---------------------------
20
+  (0.0ms) rollback transaction
21
+  (0.1ms) begin transaction
22
+ ---------------------------
23
+ AwsTickworkTest: test_truth
24
+ ---------------------------
25
+  (0.0ms) rollback transaction
26
+  (0.0ms) begin transaction
27
+ --------------------------------------------------------------
28
+ AwsTickwork::SnsEndpointControllerTest: test_should_get_notify
29
+ --------------------------------------------------------------
30
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
31
+
32
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
33
+  (0.1ms) rollback transaction
34
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
35
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
36
+  (0.1ms) select sqlite_version(*)
37
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
38
+  (0.1ms) SELECT version FROM "schema_migrations"
39
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
40
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
41
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
42
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
43
+  (0.1ms) select sqlite_version(*)
44
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
45
+  (0.1ms) SELECT version FROM "schema_migrations"
46
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
47
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
48
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
49
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
50
+  (0.1ms) select sqlite_version(*)
51
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
52
+  (0.1ms) SELECT version FROM "schema_migrations"
53
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
54
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
55
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
56
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
57
+  (0.1ms) select sqlite_version(*)
58
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
59
+  (0.1ms) SELECT version FROM "schema_migrations"
60
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
61
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
62
+  (0.1ms) begin transaction
63
+  (0.0ms) rollback transaction
64
+  (0.0ms) begin transaction
65
+  (0.0ms) rollback transaction
66
+  (0.0ms) begin transaction
67
+  (0.0ms) rollback transaction
68
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
69
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
70
+  (0.1ms) select sqlite_version(*)
71
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
72
+  (0.1ms) SELECT version FROM "schema_migrations"
73
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
74
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
75
+  (0.1ms) begin transaction
76
+  (0.1ms) rollback transaction
77
+  (0.0ms) begin transaction
78
+  (0.0ms) rollback transaction
79
+  (0.0ms) begin transaction
80
+  (0.0ms) rollback transaction
81
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
82
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
83
+  (0.1ms) select sqlite_version(*)
84
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
85
+  (0.1ms) SELECT version FROM "schema_migrations"
86
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
87
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
88
+  (0.1ms) begin transaction
89
+  (0.0ms) rollback transaction
90
+  (0.0ms) begin transaction
91
+  (0.0ms) rollback transaction
92
+  (0.0ms) begin transaction
93
+  (0.0ms) rollback transaction
94
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
95
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
96
+  (0.0ms) select sqlite_version(*)
97
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
98
+  (0.1ms) SELECT version FROM "schema_migrations"
99
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
100
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
101
+  (0.1ms) begin transaction
102
+  (0.0ms) rollback transaction
103
+  (0.0ms) begin transaction
104
+  (0.0ms) rollback transaction
105
+  (0.0ms) begin transaction
106
+  (0.0ms) rollback transaction
107
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
108
+  (0.1ms) select sqlite_version(*)
109
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
110
+  (0.1ms) SELECT version FROM "schema_migrations"
111
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
112
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
113
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
114
+  (0.1ms) select sqlite_version(*)
115
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
116
+  (0.1ms) SELECT version FROM "schema_migrations"
117
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
118
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
119
+  (0.1ms) begin transaction
120
+  (0.0ms) rollback transaction
121
+  (0.0ms) begin transaction
122
+  (0.0ms) rollback transaction
123
+  (0.0ms) begin transaction
124
+  (0.0ms) rollback transaction
125
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
126
+  (0.1ms) select sqlite_version(*)
127
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
128
+  (0.1ms) SELECT version FROM "schema_migrations"
129
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
130
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
131
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
132
+  (0.1ms) select sqlite_version(*)
133
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
134
+  (0.1ms) SELECT version FROM "schema_migrations"
135
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
136
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
137
+  (0.1ms) begin transaction
138
+  (0.0ms) rollback transaction
139
+  (0.0ms) begin transaction
140
+  (0.0ms) rollback transaction
141
+  (0.0ms) begin transaction
142
+  (0.0ms) rollback transaction
143
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
144
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
145
+  (0.1ms) select sqlite_version(*)
146
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
147
+  (0.1ms) SELECT version FROM "schema_migrations"
148
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
149
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
150
+  (0.1ms) begin transaction
151
+  (0.0ms) rollback transaction
152
+  (0.0ms) begin transaction
153
+  (0.0ms) rollback transaction
154
+  (0.0ms) begin transaction
155
+  (0.0ms) rollback transaction
156
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
157
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
158
+  (0.0ms) select sqlite_version(*)
159
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
160
+  (0.1ms) SELECT version FROM "schema_migrations"
161
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
162
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
163
+  (0.1ms) begin transaction
164
+  (0.0ms) rollback transaction
165
+  (0.1ms) begin transaction
166
+  (0.0ms) rollback transaction
167
+  (0.0ms) begin transaction
168
+  (0.0ms) rollback transaction
169
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
170
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
171
+  (0.1ms) select sqlite_version(*)
172
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
173
+  (0.1ms) SELECT version FROM "schema_migrations"
174
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
175
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
176
+  (0.1ms) begin transaction
177
+  (0.1ms) rollback transaction
178
+  (0.0ms) begin transaction
179
+  (0.0ms) rollback transaction
180
+  (0.0ms) begin transaction
181
+  (0.0ms) rollback transaction
182
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
183
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
184
+  (0.1ms) select sqlite_version(*)
185
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
186
+  (0.1ms) SELECT version FROM "schema_migrations"
187
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
188
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
189
+  (0.1ms) begin transaction
190
+  (0.1ms) rollback transaction
191
+  (0.0ms) begin transaction
192
+  (0.0ms) rollback transaction
193
+  (0.0ms) begin transaction
194
+  (0.0ms) rollback transaction
195
+  (0.0ms) begin transaction
196
+  (0.0ms) rollback transaction
197
+  (0.0ms) begin transaction
198
+  (0.0ms) rollback transaction
199
+  (0.0ms) begin transaction
200
+  (0.0ms) rollback transaction
201
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
202
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
203
+  (0.0ms) select sqlite_version(*)
204
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
205
+  (0.1ms) SELECT version FROM "schema_migrations"
206
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
207
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
208
+  (0.1ms) begin transaction
209
+  (0.1ms) rollback transaction
210
+  (0.0ms) begin transaction
211
+  (0.0ms) rollback transaction
212
+  (0.0ms) begin transaction
213
+  (0.0ms) rollback transaction
214
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
215
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
216
+  (0.1ms) select sqlite_version(*)
217
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
218
+  (0.1ms) SELECT version FROM "schema_migrations"
219
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
220
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
221
+  (0.1ms) begin transaction
222
+  (0.1ms) rollback transaction
223
+  (0.0ms) begin transaction
224
+  (0.0ms) rollback transaction
225
+  (0.0ms) begin transaction
226
+  (0.0ms) rollback transaction
227
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
228
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
229
+  (0.1ms) select sqlite_version(*)
230
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
231
+  (0.1ms) SELECT version FROM "schema_migrations"
232
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
233
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
234
+  (0.1ms) begin transaction
235
+  (0.1ms) rollback transaction
236
+  (0.0ms) begin transaction
237
+  (0.0ms) rollback transaction
238
+  (0.0ms) begin transaction
239
+  (0.0ms) rollback transaction
240
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
241
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
242
+  (0.1ms) select sqlite_version(*)
243
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
244
+  (0.1ms) SELECT version FROM "schema_migrations"
245
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
246
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
247
+  (0.1ms) begin transaction
248
+  (0.1ms) rollback transaction
249
+  (0.1ms) begin transaction
250
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
251
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
252
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
253
+  (0.1ms) rollback transaction
254
+  (0.0ms) begin transaction
255
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
256
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
257
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
258
+  (0.0ms) rollback transaction
259
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
260
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
261
+  (0.1ms) select sqlite_version(*)
262
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
263
+  (0.1ms) SELECT version FROM "schema_migrations"
264
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
265
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
266
+  (0.1ms) begin transaction
267
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
268
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
269
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
270
+  (0.0ms) rollback transaction
271
+  (0.0ms) begin transaction
272
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
273
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
274
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
275
+  (0.0ms) rollback transaction
276
+  (0.0ms) begin transaction
277
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
278
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
279
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
280
+  (0.0ms) rollback transaction
281
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
282
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
283
+  (0.0ms) select sqlite_version(*)
284
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
285
+  (0.1ms) SELECT version FROM "schema_migrations"
286
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
287
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
288
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
289
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
290
+  (0.0ms) select sqlite_version(*)
291
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
292
+  (0.1ms) SELECT version FROM "schema_migrations"
293
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
294
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
295
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
296
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
297
+  (0.1ms) select sqlite_version(*)
298
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
299
+  (0.1ms) SELECT version FROM "schema_migrations"
300
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
301
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
302
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
303
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
304
+  (0.0ms) select sqlite_version(*)
305
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
306
+  (0.1ms) SELECT version FROM "schema_migrations"
307
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
308
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
309
+  (0.1ms) begin transaction
310
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
311
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
312
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
313
+  (0.1ms) rollback transaction
314
+  (0.0ms) begin transaction
315
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
316
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
317
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
318
+  (0.0ms) rollback transaction
319
+  (0.0ms) begin transaction
320
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
321
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
322
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
323
+  (0.0ms) rollback transaction
324
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
325
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
326
+  (0.0ms) select sqlite_version(*)
327
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
328
+  (0.1ms) SELECT version FROM "schema_migrations"
329
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
330
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
331
+  (0.1ms) begin transaction
332
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
333
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
334
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
335
+  (0.1ms) rollback transaction
336
+  (0.0ms) begin transaction
337
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
338
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
339
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
340
+  (0.0ms) rollback transaction
341
+  (0.0ms) begin transaction
342
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
343
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
344
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
345
+  (0.0ms) rollback transaction
346
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
347
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
348
+  (0.1ms) select sqlite_version(*)
349
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
350
+  (0.1ms) SELECT version FROM "schema_migrations"
351
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
352
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
353
+  (0.1ms) begin transaction
354
+  (0.1ms) rollback transaction
355
+  (0.0ms) begin transaction
356
+  (0.0ms) rollback transaction
357
+  (0.0ms) begin transaction
358
+  (0.0ms) rollback transaction
359
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
360
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
361
+  (0.1ms) select sqlite_version(*)
362
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
363
+  (0.1ms) SELECT version FROM "schema_migrations"
364
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
365
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
366
+  (0.1ms) begin transaction
367
+  (0.1ms) rollback transaction
368
+  (0.0ms) begin transaction
369
+  (0.0ms) rollback transaction
370
+  (0.0ms) begin transaction
371
+  (0.0ms) rollback transaction
372
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
373
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
374
+  (0.0ms) select sqlite_version(*)
375
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
376
+  (0.1ms) SELECT version FROM "schema_migrations"
377
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
378
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
379
+  (0.1ms) begin transaction
380
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
381
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
382
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
383
+  (0.1ms) rollback transaction
384
+  (0.0ms) begin transaction
385
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
386
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
387
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
388
+  (0.0ms) rollback transaction
389
+  (0.0ms) begin transaction
390
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
391
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
392
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
393
+  (0.0ms) rollback transaction
394
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
395
+  (0.1ms) select sqlite_version(*)
396
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
397
+  (0.1ms) SELECT version FROM "schema_migrations"
398
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
399
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
400
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
401
+  (0.1ms) select sqlite_version(*)
402
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
403
+  (0.1ms) SELECT version FROM "schema_migrations"
404
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
405
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
406
+  (0.1ms) begin transaction
407
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
408
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
409
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
410
+  (0.1ms) rollback transaction
411
+  (0.0ms) begin transaction
412
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
413
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
414
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
415
+  (0.0ms) rollback transaction
416
+  (0.0ms) begin transaction
417
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
418
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
419
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
420
+  (0.0ms) rollback transaction
421
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
422
+  (0.1ms) select sqlite_version(*)
423
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
424
+  (0.1ms) SELECT version FROM "schema_migrations"
425
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
426
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
427
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
428
+  (0.1ms) select sqlite_version(*)
429
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
430
+  (0.1ms) SELECT version FROM "schema_migrations"
431
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
432
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
433
+  (0.1ms) begin transaction
434
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
435
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
436
+ Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
437
+  (0.1ms) rollback transaction
438
+  (0.0ms) begin transaction
439
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
440
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
441
+ Completed 200 OK in 14ms (ActiveRecord: 0.0ms)
442
+  (0.1ms) rollback transaction
443
+  (0.0ms) begin transaction
444
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
445
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
446
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
447
+  (0.0ms) rollback transaction
448
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
449
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
450
+  (0.1ms) select sqlite_version(*)
451
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
452
+  (0.1ms) SELECT version FROM "schema_migrations"
453
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
454
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
455
+  (0.1ms) begin transaction
456
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
457
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
458
+ Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
459
+  (0.1ms) rollback transaction
460
+  (0.0ms) begin transaction
461
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
462
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
463
+ Completed 200 OK in 11ms (ActiveRecord: 0.0ms)
464
+  (0.0ms) rollback transaction
465
+  (0.0ms) begin transaction
466
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
467
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
468
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
469
+  (0.0ms) rollback transaction
470
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
471
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
472
+  (0.1ms) select sqlite_version(*)
473
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
474
+  (0.1ms) SELECT version FROM "schema_migrations"
475
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
476
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
477
+  (0.1ms) begin transaction
478
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
479
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
480
+ Completed 200 OK in 14ms (ActiveRecord: 0.0ms)
481
+  (0.1ms) rollback transaction
482
+  (0.0ms) begin transaction
483
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
484
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
485
+ Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
486
+  (0.1ms) rollback transaction
487
+  (0.0ms) begin transaction
488
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
489
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
490
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
491
+  (0.0ms) rollback transaction
492
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
493
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
494
+  (0.0ms) select sqlite_version(*)
495
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
496
+  (0.1ms) SELECT version FROM "schema_migrations"
497
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
498
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
499
+  (0.1ms) begin transaction
500
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
501
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
502
+ Completed 200 OK in 14ms (ActiveRecord: 0.0ms)
503
+  (0.1ms) rollback transaction
504
+  (0.0ms) begin transaction
505
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
506
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
507
+ Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
508
+  (0.0ms) rollback transaction
509
+  (0.0ms) begin transaction
510
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
511
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
512
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
513
+  (0.0ms) rollback transaction
514
+  (0.0ms) begin transaction
515
+  (0.0ms) rollback transaction
516
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
517
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
518
+  (0.1ms) select sqlite_version(*)
519
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
520
+  (0.1ms) SELECT version FROM "schema_migrations"
521
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
522
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
523
+  (0.1ms) begin transaction
524
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
525
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
526
+ Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
527
+  (0.1ms) rollback transaction
528
+  (0.0ms) begin transaction
529
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
530
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
531
+ Completed 200 OK in 11ms (ActiveRecord: 0.0ms)
532
+  (0.0ms) rollback transaction
533
+  (0.1ms) begin transaction
534
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
535
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
536
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
537
+  (0.0ms) rollback transaction
538
+  (0.0ms) begin transaction
539
+  (0.0ms) rollback transaction
540
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
541
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
542
+  (0.1ms) select sqlite_version(*)
543
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
544
+  (0.1ms) SELECT version FROM "schema_migrations"
545
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
546
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
547
+  (0.1ms) begin transaction
548
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
549
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
550
+ Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
551
+  (0.1ms) rollback transaction
552
+  (0.0ms) begin transaction
553
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
554
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
555
+ Completed 200 OK in 11ms (ActiveRecord: 0.0ms)
556
+  (0.0ms) rollback transaction
557
+  (0.0ms) begin transaction
558
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
559
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
560
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
561
+  (0.0ms) rollback transaction
562
+  (0.0ms) begin transaction
563
+  (0.0ms) rollback transaction
564
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
565
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
566
+  (0.1ms) select sqlite_version(*)
567
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
568
+  (0.1ms) SELECT version FROM "schema_migrations"
569
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
570
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
571
+  (0.1ms) begin transaction
572
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
573
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
574
+ Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
575
+  (0.1ms) rollback transaction
576
+  (0.0ms) begin transaction
577
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
578
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
579
+ Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
580
+  (0.1ms) rollback transaction
581
+  (0.0ms) begin transaction
582
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
583
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
584
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
585
+  (0.0ms) rollback transaction
586
+  (0.0ms) begin transaction
587
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
588
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{"version":"0","id":"5f548e63-40c1-4558-bade-4afca3c44f79","detail-type":"Scheduled Event","source":"aws.events","account":"372178782529","time":"2016-05-08T20:46:47Z","region":"us-east-1","resources":["arn:aws:events:us-east-1:372178782529:rule/MinutelyTester"],"detail":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
589
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
590
+  (0.1ms) rollback transaction
591
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
592
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
593
+  (0.1ms) select sqlite_version(*)
594
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
595
+  (0.1ms) SELECT version FROM "schema_migrations"
596
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
597
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
598
+  (0.1ms) begin transaction
599
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
600
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
601
+ Completed 200 OK in 14ms (ActiveRecord: 0.0ms)
602
+  (0.1ms) rollback transaction
603
+  (0.0ms) begin transaction
604
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
605
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
606
+ Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
607
+  (0.1ms) rollback transaction
608
+  (0.0ms) begin transaction
609
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
610
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
611
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
612
+  (0.1ms) rollback transaction
613
+  (0.0ms) begin transaction
614
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
615
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{"version":"0","id":"5f548e63-40c1-4558-bade-4afca3c44f79","detail-type":"Scheduled Event","source":"aws.events","account":"372178782529","time":"2016-05-08T20:46:47Z","region":"us-east-1","resources":["arn:aws:events:us-east-1:372178782529:rule/MinutelyTester"],"detail":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
616
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
617
+  (0.0ms) rollback transaction
618
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
619
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
620
+  (0.1ms) select sqlite_version(*)
621
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
622
+  (0.1ms) SELECT version FROM "schema_migrations"
623
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
624
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
625
+  (0.1ms) begin transaction
626
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
627
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
628
+ Completed 200 OK in 16ms (ActiveRecord: 0.0ms)
629
+  (0.1ms) rollback transaction
630
+  (0.0ms) begin transaction
631
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
632
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
633
+ Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
634
+  (0.0ms) rollback transaction
635
+  (0.0ms) begin transaction
636
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
637
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
638
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
639
+  (0.0ms) rollback transaction
640
+  (0.0ms) begin transaction
641
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
642
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{"version":"0","id":"5f548e63-40c1-4558-bade-4afca3c44f79","detail-type":"Scheduled Event","source":"aws.events","account":"372178782529","time":"2016-05-08T20:46:47Z","region":"us-east-1","resources":["arn:aws:events:us-east-1:372178782529:rule/MinutelyTester"],"detail":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
643
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
644
+  (0.0ms) rollback transaction
645
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
646
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
647
+  (0.1ms) select sqlite_version(*)
648
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
649
+  (0.1ms) SELECT version FROM "schema_migrations"
650
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
651
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
652
+  (0.1ms) begin transaction
653
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
654
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
655
+ Completed 200 OK in 14ms (ActiveRecord: 0.0ms)
656
+  (0.1ms) rollback transaction
657
+  (0.1ms) begin transaction
658
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
659
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
660
+ Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
661
+  (0.1ms) rollback transaction
662
+  (0.0ms) begin transaction
663
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
664
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
665
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
666
+  (0.1ms) rollback transaction
667
+  (0.0ms) begin transaction
668
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
669
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
670
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
671
+  (0.0ms) rollback transaction
672
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
673
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
674
+  (0.0ms) select sqlite_version(*)
675
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
676
+  (0.1ms) SELECT version FROM "schema_migrations"
677
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
678
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
679
+  (0.1ms) begin transaction
680
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
681
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
682
+ Completed 200 OK in 14ms (ActiveRecord: 0.0ms)
683
+  (0.1ms) rollback transaction
684
+  (0.0ms) begin transaction
685
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
686
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
687
+ Completed 200 OK in 11ms (ActiveRecord: 0.0ms)
688
+  (0.0ms) rollback transaction
689
+  (0.0ms) begin transaction
690
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
691
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
692
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
693
+  (0.1ms) rollback transaction
694
+  (0.0ms) begin transaction
695
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
696
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\"}" "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
697
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
698
+  (0.1ms) rollback transaction
699
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
700
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
701
+  (0.0ms) select sqlite_version(*)
702
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
703
+  (0.1ms) SELECT version FROM "schema_migrations"
704
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
705
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
706
+  (0.1ms) begin transaction
707
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
708
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
709
+ Completed 200 OK in 16ms (ActiveRecord: 0.0ms)
710
+  (0.1ms) rollback transaction
711
+  (0.0ms) begin transaction
712
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
713
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
714
+ Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
715
+  (0.1ms) rollback transaction
716
+  (0.0ms) begin transaction
717
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
718
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
719
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
720
+  (0.0ms) rollback transaction
721
+  (0.0ms) begin transaction
722
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
723
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", #"Message" : "{"version":"0","id":"5f548e63-40c1-4558-bade-4afca3c44f79","detail-type":"Scheduled Event","source":"aws.events","account":"372178782529","time":"2016-05-08T20:46:47Z","region":"us-east-1","resources":["arn:aws:events:us-east-1:372178782529:rule/MinutelyTester"],"detail":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
724
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
725
+  (0.0ms) rollback transaction
726
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
727
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
728
+  (0.1ms) select sqlite_version(*)
729
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
730
+  (0.1ms) SELECT version FROM "schema_migrations"
731
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
732
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
733
+  (0.1ms) begin transaction
734
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
735
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
736
+ Completed 200 OK in 1ms (ActiveRecord: 0.0ms)
737
+  (0.1ms) rollback transaction
738
+  (0.0ms) begin transaction
739
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
740
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
741
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
742
+  (0.0ms) rollback transaction
743
+  (0.0ms) begin transaction
744
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
745
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
746
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
747
+  (0.0ms) rollback transaction
748
+  (0.0ms) begin transaction
749
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
750
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", #"Message" : "{"version":"0","id":"5f548e63-40c1-4558-bade-4afca3c44f79","detail-type":"Scheduled Event","source":"aws.events","account":"372178782529","time":"2016-05-08T20:46:47Z","region":"us-east-1","resources":["arn:aws:events:us-east-1:372178782529:rule/MinutelyTester"],"detail":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
751
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
752
+  (0.1ms) rollback transaction
753
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
754
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
755
+  (0.1ms) select sqlite_version(*)
756
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
757
+  (0.1ms) SELECT version FROM "schema_migrations"
758
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
759
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
760
+  (0.1ms) begin transaction
761
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
762
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
763
+ Completed 200 OK in 14ms (ActiveRecord: 0.0ms)
764
+  (0.1ms) rollback transaction
765
+  (0.0ms) begin transaction
766
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
767
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
768
+ Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
769
+  (0.1ms) rollback transaction
770
+  (0.0ms) begin transaction
771
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
772
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
773
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
774
+  (0.1ms) rollback transaction
775
+  (0.0ms) begin transaction
776
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
777
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{"version":"0","id":"5f548e63-40c1-4558-bade-4afca3c44f79","detail-type":"Scheduled Event","source":"aws.events","account":"372178782529","time":"2016-05-08T20:46:47Z","region":"us-east-1","resources":["arn:aws:events:us-east-1:372178782529:rule/MinutelyTester"],"detail":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
778
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
779
+  (0.1ms) rollback transaction
780
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
781
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
782
+  (0.1ms) select sqlite_version(*)
783
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
784
+  (0.1ms) SELECT version FROM "schema_migrations"
785
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
786
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
787
+  (0.1ms) begin transaction
788
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
789
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
790
+ Completed 200 OK in 14ms (ActiveRecord: 0.0ms)
791
+  (0.1ms) rollback transaction
792
+  (0.0ms) begin transaction
793
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
794
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
795
+ Completed 200 OK in 11ms (ActiveRecord: 0.0ms)
796
+  (0.1ms) rollback transaction
797
+  (0.0ms) begin transaction
798
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
799
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
800
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
801
+  (0.0ms) rollback transaction
802
+  (0.0ms) begin transaction
803
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
804
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\"}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
805
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
806
+  (0.1ms) rollback transaction
807
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
808
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
809
+  (0.1ms) select sqlite_version(*)
810
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
811
+  (0.1ms) SELECT version FROM "schema_migrations"
812
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
813
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
814
+  (0.1ms) begin transaction
815
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
816
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
817
+ Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
818
+  (0.1ms) rollback transaction
819
+  (0.0ms) begin transaction
820
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
821
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
822
+ Completed 200 OK in 11ms (ActiveRecord: 0.0ms)
823
+  (0.0ms) rollback transaction
824
+  (0.0ms) begin transaction
825
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
826
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
827
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
828
+  (0.0ms) rollback transaction
829
+  (0.0ms) begin transaction
830
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
831
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
832
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
833
+  (0.1ms) rollback transaction
834
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
835
+  (1.7ms) CREATE TABLE "aws_tickwork_data_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "value" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
836
+  (0.1ms) select sqlite_version(*)
837
+  (1.0ms) CREATE UNIQUE INDEX "index_aws_tickwork_data_stores_on_key" ON "aws_tickwork_data_stores" ("key")
838
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
839
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
840
+  (0.1ms) SELECT version FROM "schema_migrations"
841
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160510023910')
842
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
843
+  (0.1ms) begin transaction
844
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
845
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
846
+ Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
847
+  (0.0ms) rollback transaction
848
+  (0.0ms) begin transaction
849
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
850
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
851
+ Completed 200 OK in 11ms (ActiveRecord: 0.0ms)
852
+  (0.0ms) rollback transaction
853
+  (0.0ms) begin transaction
854
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
855
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
856
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
857
+  (0.0ms) rollback transaction
858
+  (0.0ms) begin transaction
859
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
860
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
861
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
862
+  (0.0ms) rollback transaction
863
+  (0.0ms) begin transaction
864
+  (0.1ms) SELECT COUNT(*) FROM "aws_tickwork_data_stores"
865
+ AwsTickwork::DataStore Load (0.1ms) SELECT "aws_tickwork_data_stores".* FROM "aws_tickwork_data_stores" WHERE "aws_tickwork_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
866
+  (0.1ms) SAVEPOINT active_record_1
867
+ SQL (0.3ms) INSERT INTO "aws_tickwork_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 02:47:45.577717"], ["updated_at", "2016-05-10 02:47:45.577717"]]
868
+  (0.0ms) RELEASE SAVEPOINT active_record_1
869
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_data_stores"
870
+  (0.4ms) rollback transaction
871
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
872
+  (1.9ms) CREATE TABLE "aws_tickwork_d_b_data_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "value" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
873
+  (0.1ms) select sqlite_version(*)
874
+  (0.9ms) CREATE UNIQUE INDEX "index_aws_tickwork_d_b_data_stores_on_key" ON "aws_tickwork_d_b_data_stores" ("key")
875
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
876
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
877
+  (0.1ms) SELECT version FROM "schema_migrations"
878
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160510025250')
879
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
880
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
881
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
882
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
883
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
884
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
885
+  (1.8ms) CREATE TABLE "aws_tickwork_db_data_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "value" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
886
+  (0.1ms) select sqlite_version(*)
887
+  (0.9ms) CREATE UNIQUE INDEX "index_aws_tickwork_db_data_stores_on_key" ON "aws_tickwork_db_data_stores" ("key")
888
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
889
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
890
+  (0.1ms) SELECT version FROM "schema_migrations"
891
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20160510025747')
892
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
893
+  (0.1ms) begin transaction
894
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
895
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
896
+ Completed 200 OK in 14ms (ActiveRecord: 0.0ms)
897
+  (0.0ms) rollback transaction
898
+  (0.0ms) begin transaction
899
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
900
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
901
+ Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
902
+  (0.1ms) rollback transaction
903
+  (0.0ms) begin transaction
904
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
905
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
906
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
907
+  (0.0ms) rollback transaction
908
+  (0.0ms) begin transaction
909
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
910
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
911
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
912
+  (0.0ms) rollback transaction
913
+  (0.0ms) begin transaction
914
+  (0.1ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
915
+  (0.0ms) rollback transaction
916
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
917
+  (0.1ms) begin transaction
918
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
919
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
920
+ Completed 200 OK in 14ms (ActiveRecord: 0.0ms)
921
+  (0.1ms) rollback transaction
922
+  (0.0ms) begin transaction
923
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
924
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
925
+ Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
926
+  (0.1ms) rollback transaction
927
+  (0.1ms) begin transaction
928
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
929
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
930
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
931
+  (0.0ms) rollback transaction
932
+  (0.0ms) begin transaction
933
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
934
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
935
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
936
+  (0.0ms) rollback transaction
937
+  (0.0ms) begin transaction
938
+  (0.1ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
939
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
940
+  (0.0ms) SAVEPOINT active_record_1
941
+ SQL (0.3ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:00:10.119045"], ["updated_at", "2016-05-10 03:00:10.119045"]]
942
+  (0.0ms) RELEASE SAVEPOINT active_record_1
943
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
944
+  (0.8ms) rollback transaction
945
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
946
+  (0.1ms) begin transaction
947
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
948
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
949
+ Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
950
+  (0.1ms) rollback transaction
951
+  (0.0ms) begin transaction
952
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
953
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
954
+ Completed 200 OK in 11ms (ActiveRecord: 0.0ms)
955
+  (0.0ms) rollback transaction
956
+  (0.0ms) begin transaction
957
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
958
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
959
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
960
+  (0.0ms) rollback transaction
961
+  (0.0ms) begin transaction
962
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
963
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
964
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
965
+  (0.0ms) rollback transaction
966
+  (0.0ms) begin transaction
967
+  (0.1ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
968
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
969
+  (0.0ms) SAVEPOINT active_record_1
970
+ SQL (0.3ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:00:47.074958"], ["updated_at", "2016-05-10 03:00:47.074958"]]
971
+  (0.0ms) RELEASE SAVEPOINT active_record_1
972
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
973
+  (1.0ms) rollback transaction
974
+  (0.1ms) begin transaction
975
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
976
+  (0.0ms) SAVEPOINT active_record_1
977
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:00:47.078780"], ["updated_at", "2016-05-10 03:00:47.078780"]]
978
+  (0.0ms) RELEASE SAVEPOINT active_record_1
979
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" LIMIT 1
980
+  (0.3ms) rollback transaction
981
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
982
+  (0.1ms) begin transaction
983
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
984
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
985
+ Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
986
+  (0.0ms) rollback transaction
987
+  (0.0ms) begin transaction
988
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
989
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
990
+ Completed 200 OK in 11ms (ActiveRecord: 0.0ms)
991
+  (0.0ms) rollback transaction
992
+  (0.0ms) begin transaction
993
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
994
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
995
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
996
+  (0.0ms) rollback transaction
997
+  (0.0ms) begin transaction
998
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
999
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
1000
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
1001
+  (0.0ms) rollback transaction
1002
+  (0.0ms) begin transaction
1003
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1004
+  (0.0ms) SAVEPOINT active_record_1
1005
+ SQL (0.3ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "A"], ["value", 10], ["created_at", "2016-05-10 03:05:23.912817"], ["updated_at", "2016-05-10 03:05:23.912817"]]
1006
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1007
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1008
+  (0.0ms) SAVEPOINT active_record_1
1009
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "B"], ["value", 10], ["created_at", "2016-05-10 03:05:23.914291"], ["updated_at", "2016-05-10 03:05:23.914291"]]
1010
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1011
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "C"]]
1012
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1013
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1014
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "C"]]
1015
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1016
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1017
+  (0.6ms) rollback transaction
1018
+  (0.0ms) begin transaction
1019
+  (0.1ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1020
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1021
+  (0.0ms) SAVEPOINT active_record_1
1022
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:05:23.931646"], ["updated_at", "2016-05-10 03:05:23.931646"]]
1023
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1024
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1025
+  (0.3ms) rollback transaction
1026
+  (0.0ms) begin transaction
1027
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1028
+  (0.0ms) SAVEPOINT active_record_1
1029
+ SQL (0.1ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:05:23.933870"], ["updated_at", "2016-05-10 03:05:23.933870"]]
1030
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1031
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" LIMIT 1
1032
+  (0.3ms) rollback transaction
1033
+  (0.0ms) begin transaction
1034
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1035
+  (0.0ms) SAVEPOINT active_record_1
1036
+ SQL (0.1ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:05:23.935915"], ["updated_at", "2016-05-10 03:05:23.935915"]]
1037
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1039
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1040
+  (0.0ms) SAVEPOINT active_record_1
1041
+ SQL (0.3ms) UPDATE "aws_tickwork_db_data_stores" SET "value" = ?, "updated_at" = ? WHERE "aws_tickwork_db_data_stores"."id" = ? [["value", 20], ["updated_at", "2016-05-10 03:05:23.937081"], ["id", 1]]
1042
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1043
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1044
+  (0.4ms) rollback transaction
1045
+  (0.0ms) begin transaction
1046
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1047
+  (0.0ms) rollback transaction
1048
+  (0.0ms) begin transaction
1049
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1050
+  (0.0ms) SAVEPOINT active_record_1
1051
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:05:23.940982"], ["updated_at", "2016-05-10 03:05:23.940982"]]
1052
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1053
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1054
+  (0.3ms) rollback transaction
1055
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1056
+  (0.1ms) begin transaction
1057
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1058
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1059
+ Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
1060
+  (0.1ms) rollback transaction
1061
+  (0.0ms) begin transaction
1062
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1063
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1064
+ Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
1065
+  (0.0ms) rollback transaction
1066
+  (0.0ms) begin transaction
1067
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1068
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1069
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
1070
+  (0.0ms) rollback transaction
1071
+  (0.0ms) begin transaction
1072
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1073
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
1074
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
1075
+  (0.1ms) rollback transaction
1076
+  (0.0ms) begin transaction
1077
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1078
+  (0.1ms) SAVEPOINT active_record_1
1079
+ SQL (0.3ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "A"], ["value", 10], ["created_at", "2016-05-10 03:05:39.333651"], ["updated_at", "2016-05-10 03:05:39.333651"]]
1080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1081
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1082
+  (0.0ms) SAVEPOINT active_record_1
1083
+ SQL (0.3ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "B"], ["value", 10], ["created_at", "2016-05-10 03:05:39.335135"], ["updated_at", "2016-05-10 03:05:39.335135"]]
1084
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1085
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "C"]]
1086
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1087
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1088
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1089
+  (0.0ms) SAVEPOINT active_record_1
1090
+ SQL (0.1ms) UPDATE "aws_tickwork_db_data_stores" SET "value" = ?, "updated_at" = ? WHERE "aws_tickwork_db_data_stores"."id" = ? [["value", 20], ["updated_at", "2016-05-10 03:05:39.336856"], ["id", 2]]
1091
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1092
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "C"]]
1093
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1094
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1095
+  (1.1ms) rollback transaction
1096
+  (0.0ms) begin transaction
1097
+  (0.1ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1098
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1099
+  (0.0ms) SAVEPOINT active_record_1
1100
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:05:39.342898"], ["updated_at", "2016-05-10 03:05:39.342898"]]
1101
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1102
+  (0.1ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1103
+  (0.5ms) rollback transaction
1104
+  (0.0ms) begin transaction
1105
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1106
+  (0.0ms) SAVEPOINT active_record_1
1107
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:05:39.345971"], ["updated_at", "2016-05-10 03:05:39.345971"]]
1108
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1109
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" LIMIT 1
1110
+  (0.4ms) rollback transaction
1111
+  (0.0ms) begin transaction
1112
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1113
+  (0.0ms) SAVEPOINT active_record_1
1114
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:05:39.348461"], ["updated_at", "2016-05-10 03:05:39.348461"]]
1115
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1116
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1117
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1118
+  (0.0ms) SAVEPOINT active_record_1
1119
+ SQL (0.3ms) UPDATE "aws_tickwork_db_data_stores" SET "value" = ?, "updated_at" = ? WHERE "aws_tickwork_db_data_stores"."id" = ? [["value", 20], ["updated_at", "2016-05-10 03:05:39.349832"], ["id", 1]]
1120
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1121
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1122
+  (0.5ms) rollback transaction
1123
+  (0.0ms) begin transaction
1124
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1125
+  (0.0ms) rollback transaction
1126
+  (0.0ms) begin transaction
1127
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1128
+  (0.0ms) SAVEPOINT active_record_1
1129
+ SQL (0.1ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:05:39.353110"], ["updated_at", "2016-05-10 03:05:39.353110"]]
1130
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1131
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1132
+  (0.3ms) rollback transaction
1133
+  (1.2ms) CREATE TABLE "aws_tickwork_db_data_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "value" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1134
+  (0.1ms) select sqlite_version(*)
1135
+  (0.9ms) CREATE UNIQUE INDEX "index_aws_tickwork_db_data_stores_on_key" ON "aws_tickwork_db_data_stores" ("key")
1136
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1137
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1138
+  (0.1ms) SELECT version FROM "schema_migrations"
1139
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160510025747')
1140
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1141
+  (0.1ms) begin transaction
1142
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1143
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1144
+ Completed 200 OK in 13ms (ActiveRecord: 0.0ms)
1145
+  (0.1ms) rollback transaction
1146
+  (0.0ms) begin transaction
1147
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1148
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1149
+ Completed 200 OK in 11ms (ActiveRecord: 0.0ms)
1150
+  (0.0ms) rollback transaction
1151
+  (0.0ms) begin transaction
1152
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1153
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1154
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
1155
+  (0.0ms) rollback transaction
1156
+  (0.0ms) begin transaction
1157
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1158
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
1159
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
1160
+  (0.0ms) rollback transaction
1161
+  (0.0ms) begin transaction
1162
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1163
+  (0.0ms) SAVEPOINT active_record_1
1164
+ SQL (0.3ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "A"], ["value", 10], ["created_at", "2016-05-10 03:49:36.599465"], ["updated_at", "2016-05-10 03:49:36.599465"]]
1165
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1166
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1167
+  (0.0ms) SAVEPOINT active_record_1
1168
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "B"], ["value", 10], ["created_at", "2016-05-10 03:49:36.601256"], ["updated_at", "2016-05-10 03:49:36.601256"]]
1169
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1170
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "C"]]
1171
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1172
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1173
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1174
+  (0.0ms) SAVEPOINT active_record_1
1175
+ SQL (0.1ms) UPDATE "aws_tickwork_db_data_stores" SET "value" = ?, "updated_at" = ? WHERE "aws_tickwork_db_data_stores"."id" = ? [["value", 20], ["updated_at", "2016-05-10 03:49:36.603359"], ["id", 2]]
1176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1177
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "C"]]
1178
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1179
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1180
+  (0.5ms) rollback transaction
1181
+  (0.1ms) begin transaction
1182
+  (0.1ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1183
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1184
+  (0.0ms) SAVEPOINT active_record_1
1185
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:49:36.609798"], ["updated_at", "2016-05-10 03:49:36.609798"]]
1186
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1187
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1188
+  (0.4ms) rollback transaction
1189
+  (0.0ms) begin transaction
1190
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1191
+  (0.0ms) SAVEPOINT active_record_1
1192
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:49:36.612417"], ["updated_at", "2016-05-10 03:49:36.612417"]]
1193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1194
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" LIMIT 1
1195
+  (0.4ms) rollback transaction
1196
+  (0.0ms) begin transaction
1197
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1198
+  (0.1ms) SAVEPOINT active_record_1
1199
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:49:36.615302"], ["updated_at", "2016-05-10 03:49:36.615302"]]
1200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1201
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1202
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1203
+  (0.0ms) SAVEPOINT active_record_1
1204
+ SQL (0.2ms) UPDATE "aws_tickwork_db_data_stores" SET "value" = ?, "updated_at" = ? WHERE "aws_tickwork_db_data_stores"."id" = ? [["value", 20], ["updated_at", "2016-05-10 03:49:36.616899"], ["id", 1]]
1205
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1206
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1207
+  (0.4ms) rollback transaction
1208
+  (0.0ms) begin transaction
1209
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1210
+  (0.0ms) rollback transaction
1211
+  (0.0ms) begin transaction
1212
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1213
+  (0.0ms) SAVEPOINT active_record_1
1214
+ SQL (0.1ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 03:49:36.620377"], ["updated_at", "2016-05-10 03:49:36.620377"]]
1215
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1216
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1217
+  (0.4ms) rollback transaction
1218
+  (1.2ms) CREATE TABLE "aws_tickwork_db_data_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "value" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1219
+  (0.1ms) select sqlite_version(*)
1220
+  (1.0ms) CREATE UNIQUE INDEX "index_aws_tickwork_db_data_stores_on_key" ON "aws_tickwork_db_data_stores" ("key")
1221
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1222
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1223
+  (0.1ms) SELECT version FROM "schema_migrations"
1224
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160510025747')
1225
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1226
+  (0.1ms) begin transaction
1227
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1228
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1229
+ Completed 200 OK in 14ms (ActiveRecord: 0.0ms)
1230
+  (0.1ms) rollback transaction
1231
+  (0.0ms) begin transaction
1232
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1233
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1234
+ Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
1235
+  (0.0ms) rollback transaction
1236
+  (0.0ms) begin transaction
1237
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1238
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1239
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
1240
+  (0.1ms) rollback transaction
1241
+  (0.0ms) begin transaction
1242
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1243
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
1244
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork___manager"]]
1245
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1246
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_hourly.job"]]
1247
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1248
+  (0.0ms) SAVEPOINT active_record_1
1249
+ SQL (0.4ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork_minutely.job"], ["value", 1462853671], ["created_at", "2016-05-10 04:14:31.987311"], ["updated_at", "2016-05-10 04:14:31.987311"]]
1250
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1251
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1252
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_hourly.job"]]
1253
+  (0.0ms) SAVEPOINT active_record_1
1254
+ SQL (0.4ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork_hourly.job"], ["value", 1462853671], ["created_at", "2016-05-10 04:14:31.990292"], ["updated_at", "2016-05-10 04:14:31.990292"]]
1255
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1256
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_hourly.job"]]
1257
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork___manager"]]
1258
+  (0.0ms) SAVEPOINT active_record_1
1259
+ SQL (0.0ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork___manager"], ["value", 1462853671], ["created_at", "2016-05-10 04:14:31.991989"], ["updated_at", "2016-05-10 04:14:31.991989"]]
1260
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1261
+ Completed 200 OK in 19ms (ActiveRecord: 1.6ms)
1262
+  (0.6ms) rollback transaction
1263
+  (0.0ms) begin transaction
1264
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1265
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
1266
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
1267
+  (0.1ms) rollback transaction
1268
+  (0.0ms) begin transaction
1269
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1270
+  (0.0ms) SAVEPOINT active_record_1
1271
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "A"], ["value", 10], ["created_at", "2016-05-10 04:14:32.008251"], ["updated_at", "2016-05-10 04:14:32.008251"]]
1272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1273
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1274
+  (0.0ms) SAVEPOINT active_record_1
1275
+ SQL (0.3ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "B"], ["value", 10], ["created_at", "2016-05-10 04:14:32.009436"], ["updated_at", "2016-05-10 04:14:32.009436"]]
1276
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1277
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "C"]]
1278
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1279
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1280
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1281
+  (0.0ms) SAVEPOINT active_record_1
1282
+ SQL (0.1ms) UPDATE "aws_tickwork_db_data_stores" SET "value" = ?, "updated_at" = ? WHERE "aws_tickwork_db_data_stores"."id" = ? [["value", 20], ["updated_at", "2016-05-10 04:14:32.011349"], ["id", 2]]
1283
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1284
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "C"]]
1285
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1286
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1287
+  (0.6ms) rollback transaction
1288
+  (0.0ms) begin transaction
1289
+  (0.1ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1290
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1291
+  (0.0ms) SAVEPOINT active_record_1
1292
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 04:14:32.017466"], ["updated_at", "2016-05-10 04:14:32.017466"]]
1293
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1294
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1295
+  (0.3ms) rollback transaction
1296
+  (0.1ms) begin transaction
1297
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1298
+  (0.0ms) SAVEPOINT active_record_1
1299
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 04:14:32.020270"], ["updated_at", "2016-05-10 04:14:32.020270"]]
1300
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1301
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" LIMIT 1
1302
+  (0.4ms) rollback transaction
1303
+  (0.0ms) begin transaction
1304
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1305
+  (0.0ms) SAVEPOINT active_record_1
1306
+ SQL (0.1ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 04:14:32.022802"], ["updated_at", "2016-05-10 04:14:32.022802"]]
1307
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1308
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1309
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1310
+  (0.0ms) SAVEPOINT active_record_1
1311
+ SQL (0.3ms) UPDATE "aws_tickwork_db_data_stores" SET "value" = ?, "updated_at" = ? WHERE "aws_tickwork_db_data_stores"."id" = ? [["value", 20], ["updated_at", "2016-05-10 04:14:32.023994"], ["id", 1]]
1312
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1313
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1314
+  (0.5ms) rollback transaction
1315
+  (0.0ms) begin transaction
1316
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1317
+  (0.0ms) rollback transaction
1318
+  (0.0ms) begin transaction
1319
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1320
+  (0.0ms) SAVEPOINT active_record_1
1321
+ SQL (0.1ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 04:14:32.027411"], ["updated_at", "2016-05-10 04:14:32.027411"]]
1322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1323
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1324
+  (0.4ms) rollback transaction
1325
+  (0.0ms) begin transaction
1326
+ Started POST "/aws_tickwork/sns_endpoint/notify" for 127.0.0.1 at 2016-05-10 00:14:32 -0400
1327
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1328
+ Parameters: {"{ \"Type\" : \"Notification\", \"MessageId\" : \"36313258-6c80-508f-a5ae-7df1cb7989f4\", \"TopicArn\" : \"arn:aws:sns:us-east-1:372178782529:Lancaster-Staging\", \"Message\" : \"{\\\"version\\\":\\\"0\\\",\\\"id\\\":\\\"5f548e63-40c1-4558-bade-4afca3c44f79\\\",\\\"detail-type\\\":\\\"Scheduled Event\\\",\\\"source\\\":\\\"aws.events\\\",\\\"account\\\":\\\"372178782529\\\",\\\"time\\\":\\\"2016-05-08T20:46:47Z\\\",\\\"region\\\":\\\"us-east-1\\\",\\\"resources\\\":"=>{"\\\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\\\""=>{",\\\"detail\\\":{}}\", \"Timestamp\" : \"2016-05-08T20:46:49.740Z\", \"SignatureVersion\" : \"1\", \"Signature\" : \"K7TXqlxTdmrlVObK4rLjPWDYqgf 2b6SITBPX3GNsSMizsr A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me 9e Y3u9eo9eg1KmTGg2C6f IPJCHGPMgXNp0qzsl2lA4bZqQ qwkGllvnq7JCTSZB5AJ HmG/m8Q8TXEi5tcB8qGU70jaMdVl Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA"=>"=\", \"SigningCertURL\" : \"https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem\", \"UnsubscribeURL\" : \"https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe"}}, "SubscriptionArn"=>"arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227\" }"}
1329
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
1330
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork___manager"]]
1331
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1332
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_hourly.job"]]
1333
+ CACHE (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1334
+  (0.1ms) SAVEPOINT active_record_1
1335
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork_minutely.job"], ["value", 1462853672], ["created_at", "2016-05-10 04:14:32.038434"], ["updated_at", "2016-05-10 04:14:32.038434"]]
1336
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1337
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1338
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_hourly.job"]]
1339
+  (0.0ms) SAVEPOINT active_record_1
1340
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork_hourly.job"], ["value", 1462853672], ["created_at", "2016-05-10 04:14:32.041175"], ["updated_at", "2016-05-10 04:14:32.041175"]]
1341
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1342
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_hourly.job"]]
1343
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork___manager"]]
1344
+  (0.0ms) SAVEPOINT active_record_1
1345
+ SQL (0.1ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork___manager"], ["value", 1462853672], ["created_at", "2016-05-10 04:14:32.043296"], ["updated_at", "2016-05-10 04:14:32.043296"]]
1346
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1347
+ Completed 200 OK in 8ms (ActiveRecord: 1.0ms)
1348
+  (0.6ms) rollback transaction
1349
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1350
+  (0.1ms) begin transaction
1351
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1352
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1353
+ Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
1354
+  (0.1ms) rollback transaction
1355
+  (0.0ms) begin transaction
1356
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1357
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1358
+ Completed 200 OK in 11ms (ActiveRecord: 0.0ms)
1359
+  (0.1ms) rollback transaction
1360
+  (0.0ms) begin transaction
1361
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1362
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1363
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
1364
+  (0.0ms) rollback transaction
1365
+  (0.0ms) begin transaction
1366
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1367
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
1368
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork___manager"]]
1369
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1370
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1371
+  (0.0ms) SAVEPOINT active_record_1
1372
+ SQL (0.3ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork_minutely.job"], ["value", 1462853692], ["created_at", "2016-05-10 04:14:52.359980"], ["updated_at", "2016-05-10 04:14:52.359980"]]
1373
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1374
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1375
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork___manager"]]
1376
+  (0.0ms) SAVEPOINT active_record_1
1377
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork___manager"], ["value", 1462853692], ["created_at", "2016-05-10 04:14:52.362345"], ["updated_at", "2016-05-10 04:14:52.362345"]]
1378
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1379
+ Completed 200 OK in 11ms (ActiveRecord: 0.9ms)
1380
+  (0.6ms) rollback transaction
1381
+  (0.0ms) begin transaction
1382
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1383
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
1384
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
1385
+  (0.1ms) rollback transaction
1386
+  (0.0ms) begin transaction
1387
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1388
+  (0.0ms) SAVEPOINT active_record_1
1389
+ SQL (0.3ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "A"], ["value", 10], ["created_at", "2016-05-10 04:14:52.373809"], ["updated_at", "2016-05-10 04:14:52.373809"]]
1390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1391
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1392
+  (0.0ms) SAVEPOINT active_record_1
1393
+ SQL (0.3ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "B"], ["value", 10], ["created_at", "2016-05-10 04:14:52.375015"], ["updated_at", "2016-05-10 04:14:52.375015"]]
1394
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1395
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "C"]]
1396
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1397
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1398
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1399
+  (0.0ms) SAVEPOINT active_record_1
1400
+ SQL (0.1ms) UPDATE "aws_tickwork_db_data_stores" SET "value" = ?, "updated_at" = ? WHERE "aws_tickwork_db_data_stores"."id" = ? [["value", 20], ["updated_at", "2016-05-10 04:14:52.376802"], ["id", 2]]
1401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1402
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "C"]]
1403
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1404
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1405
+  (0.5ms) rollback transaction
1406
+  (0.0ms) begin transaction
1407
+  (0.1ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1408
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1409
+  (0.0ms) SAVEPOINT active_record_1
1410
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 04:14:52.381588"], ["updated_at", "2016-05-10 04:14:52.381588"]]
1411
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1412
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1413
+  (0.3ms) rollback transaction
1414
+  (0.0ms) begin transaction
1415
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1416
+  (0.0ms) SAVEPOINT active_record_1
1417
+ SQL (0.1ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 04:14:52.383711"], ["updated_at", "2016-05-10 04:14:52.383711"]]
1418
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1419
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" LIMIT 1
1420
+  (0.3ms) rollback transaction
1421
+  (0.0ms) begin transaction
1422
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1423
+  (0.0ms) SAVEPOINT active_record_1
1424
+ SQL (0.1ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 04:14:52.385789"], ["updated_at", "2016-05-10 04:14:52.385789"]]
1425
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1426
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1427
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1428
+  (0.0ms) SAVEPOINT active_record_1
1429
+ SQL (0.3ms) UPDATE "aws_tickwork_db_data_stores" SET "value" = ?, "updated_at" = ? WHERE "aws_tickwork_db_data_stores"."id" = ? [["value", 20], ["updated_at", "2016-05-10 04:14:52.387084"], ["id", 1]]
1430
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1431
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1432
+  (0.4ms) rollback transaction
1433
+  (0.0ms) begin transaction
1434
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1435
+  (0.0ms) rollback transaction
1436
+  (0.0ms) begin transaction
1437
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1438
+  (0.0ms) SAVEPOINT active_record_1
1439
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 04:14:52.390181"], ["updated_at", "2016-05-10 04:14:52.390181"]]
1440
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1441
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1442
+  (0.3ms) rollback transaction
1443
+  (0.0ms) begin transaction
1444
+ Started POST "/aws_tickwork/sns_endpoint/notify" for 127.0.0.1 at 2016-05-10 00:14:52 -0400
1445
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1446
+ Parameters: {"{ \"Type\" : \"Notification\", \"MessageId\" : \"36313258-6c80-508f-a5ae-7df1cb7989f4\", \"TopicArn\" : \"arn:aws:sns:us-east-1:372178782529:Lancaster-Staging\", \"Message\" : \"{\\\"version\\\":\\\"0\\\",\\\"id\\\":\\\"5f548e63-40c1-4558-bade-4afca3c44f79\\\",\\\"detail-type\\\":\\\"Scheduled Event\\\",\\\"source\\\":\\\"aws.events\\\",\\\"account\\\":\\\"372178782529\\\",\\\"time\\\":\\\"2016-05-08T20:46:47Z\\\",\\\"region\\\":\\\"us-east-1\\\",\\\"resources\\\":"=>{"\\\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\\\""=>{",\\\"detail\\\":{}}\", \"Timestamp\" : \"2016-05-08T20:46:49.740Z\", \"SignatureVersion\" : \"1\", \"Signature\" : \"K7TXqlxTdmrlVObK4rLjPWDYqgf 2b6SITBPX3GNsSMizsr A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me 9e Y3u9eo9eg1KmTGg2C6f IPJCHGPMgXNp0qzsl2lA4bZqQ qwkGllvnq7JCTSZB5AJ HmG/m8Q8TXEi5tcB8qGU70jaMdVl Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA"=>"=\", \"SigningCertURL\" : \"https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem\", \"UnsubscribeURL\" : \"https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe"}}, "SubscriptionArn"=>"arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227\" }"}
1447
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
1448
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork___manager"]]
1449
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1450
+ CACHE (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1451
+  (0.0ms) SAVEPOINT active_record_1
1452
+ SQL (0.1ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork_minutely.job"], ["value", 1462853692], ["created_at", "2016-05-10 04:14:52.399496"], ["updated_at", "2016-05-10 04:14:52.399496"]]
1453
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1454
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1455
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork___manager"]]
1456
+  (0.0ms) SAVEPOINT active_record_1
1457
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork___manager"], ["value", 1462853692], ["created_at", "2016-05-10 04:14:52.401348"], ["updated_at", "2016-05-10 04:14:52.401348"]]
1458
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1459
+ Completed 200 OK in 4ms (ActiveRecord: 0.6ms)
1460
+  (0.5ms) rollback transaction
1461
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1462
+  (0.1ms) begin transaction
1463
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1464
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1465
+ Completed 200 OK in 12ms (ActiveRecord: 0.0ms)
1466
+  (0.1ms) rollback transaction
1467
+  (0.0ms) begin transaction
1468
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1469
+ { "Type" : "SubscriptionConfirmation", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1470
+ Completed 200 OK in 11ms (ActiveRecord: 0.0ms)
1471
+  (0.0ms) rollback transaction
1472
+  (0.0ms) begin transaction
1473
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1474
+ { "Type" : "This is not a real type", "MessageId" : "bec4717a-b9c0-4e26-b8a1-687e624f5c5b", "Token" : "2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "You have chosen to subscribe to the topic arn:aws:sns:us-east-1:372178782529:Lancaster-Staging. To confirm the subscription, visit the SubscribeURL included in this message.", "SubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=ConfirmSubscription&TopicArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging&Token=2336412f37fb687f5d51e6e241d44a2cb136210ba5740edb1677bedf5b391f309278d834dd116c60cc79f83cd406f74a72fdcd59e1a0440811f2b4772e9a91e01a0777dc0bf63e351b0af514d3bf5dc583f9fcbef3b1bee87a7081b16f0524807e9f6abf67a7378fba68bac711e8c830d7ad7e86c51059bae43780296dfdb228", "Timestamp" : "2016-05-08T17:43:51.780Z", "SignatureVersion" : "1", "Signature" : "QOq0trJAXigt6v71lCqYdmv4DKYT/fAuWijUz7UHYTfSYrKl3CXki0VCZmYMhkKVS3Ki4dgtZFA4MtrB9XQindyQgcKuWQZo1/7Ena4I33lKpqkOEV8F/RiFCfFnpYxBF57Rv0mV1Z0fhbAAsxAMLoYFIq78U0eai74n0GD6kucK5sN4Bcr5VguZYoTsEXMZyA5eZItP0YN2QEUC/yh0SjuC/AkKv/wohV8jJr+K9tqva+zPWzgWpNLouGJ6PGfbSH+5nrxSqKvrT9JMiq3cqdyVVXl3Ds3KGki6/ZAb6c4UZGI3Pup+7DO68Ep8DPjMEhtnd5K+HZIVBWbmEEoB2g==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem" }
1475
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
1476
+  (0.0ms) rollback transaction
1477
+  (0.0ms) begin transaction
1478
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1479
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
1480
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork___manager"]]
1481
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1482
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1483
+  (0.0ms) SAVEPOINT active_record_1
1484
+ SQL (0.3ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork_minutely.job"], ["value", 1462854871], ["created_at", "2016-05-10 04:34:31.259974"], ["updated_at", "2016-05-10 04:34:31.259974"]]
1485
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1486
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1487
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork___manager"]]
1488
+  (0.0ms) SAVEPOINT active_record_1
1489
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork___manager"], ["value", 1462854871], ["created_at", "2016-05-10 04:34:31.262446"], ["updated_at", "2016-05-10 04:34:31.262446"]]
1490
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1491
+ Completed 200 OK in 12ms (ActiveRecord: 1.0ms)
1492
+  (0.6ms) rollback transaction
1493
+  (0.0ms) begin transaction
1494
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1495
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
1496
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
1497
+  (0.0ms) rollback transaction
1498
+  (0.0ms) begin transaction
1499
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1500
+  (0.0ms) SAVEPOINT active_record_1
1501
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "A"], ["value", 10], ["created_at", "2016-05-10 04:34:31.273698"], ["updated_at", "2016-05-10 04:34:31.273698"]]
1502
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1503
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1504
+  (0.0ms) SAVEPOINT active_record_1
1505
+ SQL (0.3ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "B"], ["value", 10], ["created_at", "2016-05-10 04:34:31.275028"], ["updated_at", "2016-05-10 04:34:31.275028"]]
1506
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1507
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "C"]]
1508
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1509
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1510
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1511
+  (0.0ms) SAVEPOINT active_record_1
1512
+ SQL (0.1ms) UPDATE "aws_tickwork_db_data_stores" SET "value" = ?, "updated_at" = ? WHERE "aws_tickwork_db_data_stores"."id" = ? [["value", 20], ["updated_at", "2016-05-10 04:34:31.277022"], ["id", 2]]
1513
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1514
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "C"]]
1515
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "A"]]
1516
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "B"]]
1517
+  (0.5ms) rollback transaction
1518
+  (0.0ms) begin transaction
1519
+  (0.1ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1520
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1521
+  (0.0ms) SAVEPOINT active_record_1
1522
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 04:34:31.282000"], ["updated_at", "2016-05-10 04:34:31.282000"]]
1523
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1524
+  (0.1ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1525
+  (0.3ms) rollback transaction
1526
+  (0.0ms) begin transaction
1527
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1528
+  (0.0ms) SAVEPOINT active_record_1
1529
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 04:34:31.284156"], ["updated_at", "2016-05-10 04:34:31.284156"]]
1530
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1531
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" LIMIT 1
1532
+  (0.3ms) rollback transaction
1533
+  (0.0ms) begin transaction
1534
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1535
+  (0.0ms) SAVEPOINT active_record_1
1536
+ SQL (0.1ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 04:34:31.286277"], ["updated_at", "2016-05-10 04:34:31.286277"]]
1537
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1538
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1539
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1540
+  (0.0ms) SAVEPOINT active_record_1
1541
+ SQL (0.3ms) UPDATE "aws_tickwork_db_data_stores" SET "value" = ?, "updated_at" = ? WHERE "aws_tickwork_db_data_stores"."id" = ? [["value", 20], ["updated_at", "2016-05-10 04:34:31.287571"], ["id", 1]]
1542
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1543
+  (0.0ms) SELECT COUNT(*) FROM "aws_tickwork_db_data_stores"
1544
+  (0.4ms) rollback transaction
1545
+  (0.0ms) begin transaction
1546
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1547
+  (0.0ms) rollback transaction
1548
+  (0.0ms) begin transaction
1549
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1550
+  (0.0ms) SAVEPOINT active_record_1
1551
+ SQL (0.1ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "myKey"], ["value", 10], ["created_at", "2016-05-10 04:34:31.290731"], ["updated_at", "2016-05-10 04:34:31.290731"]]
1552
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1553
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "myKey"]]
1554
+  (0.2ms) rollback transaction
1555
+  (0.0ms) begin transaction
1556
+ Started POST "/aws_tickwork/sns_endpoint/notify" for 127.0.0.1 at 2016-05-10 00:34:31 -0400
1557
+ Processing by AwsTickwork::SnsEndpointController#notify as HTML
1558
+ Parameters: {"{ \"Type\" : \"Notification\", \"MessageId\" : \"36313258-6c80-508f-a5ae-7df1cb7989f4\", \"TopicArn\" : \"arn:aws:sns:us-east-1:372178782529:Lancaster-Staging\", \"Message\" : \"{\\\"version\\\":\\\"0\\\",\\\"id\\\":\\\"5f548e63-40c1-4558-bade-4afca3c44f79\\\",\\\"detail-type\\\":\\\"Scheduled Event\\\",\\\"source\\\":\\\"aws.events\\\",\\\"account\\\":\\\"372178782529\\\",\\\"time\\\":\\\"2016-05-08T20:46:47Z\\\",\\\"region\\\":\\\"us-east-1\\\",\\\"resources\\\":"=>{"\\\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\\\""=>{",\\\"detail\\\":{}}\", \"Timestamp\" : \"2016-05-08T20:46:49.740Z\", \"SignatureVersion\" : \"1\", \"Signature\" : \"K7TXqlxTdmrlVObK4rLjPWDYqgf 2b6SITBPX3GNsSMizsr A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me 9e Y3u9eo9eg1KmTGg2C6f IPJCHGPMgXNp0qzsl2lA4bZqQ qwkGllvnq7JCTSZB5AJ HmG/m8Q8TXEi5tcB8qGU70jaMdVl Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA"=>"=\", \"SigningCertURL\" : \"https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem\", \"UnsubscribeURL\" : \"https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe"}}, "SubscriptionArn"=>"arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227\" }"}
1559
+ { "Type" : "Notification", "MessageId" : "36313258-6c80-508f-a5ae-7df1cb7989f4", "TopicArn" : "arn:aws:sns:us-east-1:372178782529:Lancaster-Staging", "Message" : "{\"version\":\"0\",\"id\":\"5f548e63-40c1-4558-bade-4afca3c44f79\",\"detail-type\":\"Scheduled Event\",\"source\":\"aws.events\",\"account\":\"372178782529\",\"time\":\"2016-05-08T20:46:47Z\",\"region\":\"us-east-1\",\"resources\":[\"arn:aws:events:us-east-1:372178782529:rule/MinutelyTester\"],\"detail\":{}}", "Timestamp" : "2016-05-08T20:46:49.740Z", "SignatureVersion" : "1", "Signature" : "K7TXqlxTdmrlVObK4rLjPWDYqgf+2b6SITBPX3GNsSMizsr+A0UUG07kuCPTRnpLtVc0PHqgPq3qdqcV/TyraXFnxhxh6WA1gQyPgeoozpwFFQ8a+c0XsqZ8aPx35QV0eRUntY4HlAcB8bm5NSYK4c49ndyo0Yl013sjVyS/WDYWNWxQllhRMWvNrtl1ye95LNNMWL89RvNJLQpolYYpVb6me+9e+Y3u9eo9eg1KmTGg2C6f+IPJCHGPMgXNp0qzsl2lA4bZqQ+qwkGllvnq7JCTSZB5AJ+HmG/m8Q8TXEi5tcB8qGU70jaMdVl+Rrk7qzw0lfWPZ6y8Xf0fbhQ1oA==", "SigningCertURL" : "https://sns.us-east-1.amazonaws.com/SimpleNotificationService-bb750dd426d95ee9390147a5624348ee.pem", "UnsubscribeURL" : "https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:372178782529:Lancaster-Staging:44d97b9e-a40f-4a82-9077-ba24faec9227" }
1560
+ AwsTickwork::DbDataStore Load (0.1ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork___manager"]]
1561
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1562
+ CACHE (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1563
+  (0.1ms) SAVEPOINT active_record_1
1564
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork_minutely.job"], ["value", 1462854871], ["created_at", "2016-05-10 04:34:31.301551"], ["updated_at", "2016-05-10 04:34:31.301551"]]
1565
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1566
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork_minutely.job"]]
1567
+ AwsTickwork::DbDataStore Load (0.0ms) SELECT "aws_tickwork_db_data_stores".* FROM "aws_tickwork_db_data_stores" WHERE "aws_tickwork_db_data_stores"."key" = ? LIMIT 1 [["key", "_tickwork___manager"]]
1568
+  (0.0ms) SAVEPOINT active_record_1
1569
+ SQL (0.2ms) INSERT INTO "aws_tickwork_db_data_stores" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "_tickwork___manager"], ["value", 1462854871], ["created_at", "2016-05-10 04:34:31.303878"], ["updated_at", "2016-05-10 04:34:31.303878"]]
1570
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1571
+ Completed 200 OK in 5ms (ActiveRecord: 0.7ms)
1572
+  (0.5ms) rollback transaction