(5.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateJobNotifierJobs (20160401185325)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "job_notifier_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "identifier" varchar, "job_id" varchar, "status" varchar, "job_class" varchar, "result" text, "notified" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_job_notifier_jobs_on_identifier" ON "job_notifier_jobs" ("identifier")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_job_notifier_jobs_on_identifier' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_job_notifier_jobs_on_identifier' AND type='index'  (0.1ms) CREATE INDEX "index_job_notifier_jobs_on_job_id" ON "job_notifier_jobs" ("job_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160401185325"]]  (1.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_job_notifier_jobs_on_job_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_job_notifier_jobs_on_job_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_job_notifier_jobs_on_identifier' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_job_notifier_jobs_on_identifier' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "job_notifier_jobs" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "job_notifier_jobs" ("identifier", "job_id", "job_class", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["identifier", "233698cbf6ed55f7bb456956230a55af"], ["job_id", "c22aeab6-40d4-46ac-a237-e512e3d3fa80"], ["job_class", "ImageUploadJob"], ["status", "pending"], ["created_at", "2017-05-10 16:09:02.372863"], ["updated_at", "2017-05-10 16:09:02.372863"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ImageUploadJob] [c22aeab6-40d4-46ac-a237-e512e3d3fa80] Performing ImageUploadJob from Inline(default) with arguments: "param1", "param2" [ActiveJob] [ImageUploadJob] [c22aeab6-40d4-46ac-a237-e512e3d3fa80] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "c22aeab6-40d4-46ac-a237-e512e3d3fa80"]] [ActiveJob] [ImageUploadJob] [c22aeab6-40d4-46ac-a237-e512e3d3fa80] SQL (0.2ms) UPDATE "job_notifier_jobs" SET "result" = 'photo loaded! with param1 and param2', "status" = 'finished', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] [ActiveJob] [ImageUploadJob] [c22aeab6-40d4-46ac-a237-e512e3d3fa80] Performed ImageUploadJob from Inline(default) in 8.67ms [ActiveJob] Enqueued ImageUploadJob (Job ID: c22aeab6-40d4-46ac-a237-e512e3d3fa80) to Inline(default) with arguments: "param1", "param2"  (0.1ms) SELECT COUNT(*) FROM "job_notifier_jobs"  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction [ActiveJob]  (0.0ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("identifier", "job_id", "job_class", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["identifier", "233698cbf6ed55f7bb456956230a55af"], ["job_id", "7d40a7f7-bae9-4b0b-90bd-5a13c2ec13d1"], ["job_class", "ImageUploadJob"], ["status", "pending"], ["created_at", "2017-05-10 16:09:02.388402"], ["updated_at", "2017-05-10 16:09:02.388402"]] [ActiveJob]  (0.0ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ImageUploadJob] [7d40a7f7-bae9-4b0b-90bd-5a13c2ec13d1] Performing ImageUploadJob from Inline(default) with arguments: "param1", "param2" [ActiveJob] [ImageUploadJob] [7d40a7f7-bae9-4b0b-90bd-5a13c2ec13d1] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "7d40a7f7-bae9-4b0b-90bd-5a13c2ec13d1"]] [ActiveJob] [ImageUploadJob] [7d40a7f7-bae9-4b0b-90bd-5a13c2ec13d1] SQL (0.1ms) UPDATE "job_notifier_jobs" SET "result" = 'photo loaded! with param1 and param2', "status" = 'finished', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] [ActiveJob] [ImageUploadJob] [7d40a7f7-bae9-4b0b-90bd-5a13c2ec13d1] Performed ImageUploadJob from Inline(default) in 0.83ms [ActiveJob] Enqueued ImageUploadJob (Job ID: 7d40a7f7-bae9-4b0b-90bd-5a13c2ec13d1) to Inline(default) with arguments: "param1", "param2" JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."identifier" = ? ORDER BY "job_notifier_jobs"."id" ASC LIMIT 1 [["identifier", "233698cbf6ed55f7bb456956230a55af"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("identifier", "job_id", "job_class", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["identifier", "233698cbf6ed55f7bb456956230a55af"], ["job_id", "6c84a8f0-4733-40f1-9329-455b65034698"], ["job_class", "ImageUploadJob"], ["status", "pending"], ["created_at", "2017-05-10 16:09:02.393332"], ["updated_at", "2017-05-10 16:09:02.393332"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ImageUploadJob] [6c84a8f0-4733-40f1-9329-455b65034698] Performing ImageUploadJob from Inline(default) with arguments: "param1", "param2" [ActiveJob] [ImageUploadJob] [6c84a8f0-4733-40f1-9329-455b65034698] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "6c84a8f0-4733-40f1-9329-455b65034698"]] [ActiveJob] [ImageUploadJob] [6c84a8f0-4733-40f1-9329-455b65034698] SQL (0.1ms) UPDATE "job_notifier_jobs" SET "result" = 'photo loaded! with param1 and param2', "status" = 'finished', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] [ActiveJob] [ImageUploadJob] [6c84a8f0-4733-40f1-9329-455b65034698] Performed ImageUploadJob from Inline(default) in 0.88ms [ActiveJob] Enqueued ImageUploadJob (Job ID: 6c84a8f0-4733-40f1-9329-455b65034698) to Inline(default) with arguments: "param1", "param2" JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."identifier" = ? ORDER BY "job_notifier_jobs"."id" ASC LIMIT 1 [["identifier", "233698cbf6ed55f7bb456956230a55af"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("identifier", "job_id", "job_class", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["identifier", "233698cbf6ed55f7bb456956230a55af"], ["job_id", "033b580f-7fda-47aa-b9d6-f2a9135a9bc6"], ["job_class", "ImageUploadJob"], ["status", "pending"], ["created_at", "2017-05-10 16:09:02.397832"], ["updated_at", "2017-05-10 16:09:02.397832"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ImageUploadJob] [033b580f-7fda-47aa-b9d6-f2a9135a9bc6] Performing ImageUploadJob from Inline(default) with arguments: "param1", "param2" [ActiveJob] [ImageUploadJob] [033b580f-7fda-47aa-b9d6-f2a9135a9bc6] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "033b580f-7fda-47aa-b9d6-f2a9135a9bc6"]] [ActiveJob] [ImageUploadJob] [033b580f-7fda-47aa-b9d6-f2a9135a9bc6] SQL (0.1ms) UPDATE "job_notifier_jobs" SET "result" = 'photo loaded! with param1 and param2', "status" = 'finished', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] [ActiveJob] [ImageUploadJob] [033b580f-7fda-47aa-b9d6-f2a9135a9bc6] Performed ImageUploadJob from Inline(default) in 0.86ms [ActiveJob] Enqueued ImageUploadJob (Job ID: 033b580f-7fda-47aa-b9d6-f2a9135a9bc6) to Inline(default) with arguments: "param1", "param2" JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."identifier" = ? ORDER BY "job_notifier_jobs"."id" ASC LIMIT 1 [["identifier", "233698cbf6ed55f7bb456956230a55af"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "job_notifier_jobs" ("identifier", "job_id", "job_class", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["identifier", "233698cbf6ed55f7bb456956230a55af"], ["job_id", "1b035924-c810-45c3-8a66-e6beb791624e"], ["job_class", "ImageUploadJob"], ["status", "pending"], ["created_at", "2017-05-10 16:09:02.402336"], ["updated_at", "2017-05-10 16:09:02.402336"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ImageUploadJob] [1b035924-c810-45c3-8a66-e6beb791624e] Performing ImageUploadJob from Inline(default) with arguments: "param1", "param2" [ActiveJob] [ImageUploadJob] [1b035924-c810-45c3-8a66-e6beb791624e] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "1b035924-c810-45c3-8a66-e6beb791624e"]] [ActiveJob] [ImageUploadJob] [1b035924-c810-45c3-8a66-e6beb791624e] SQL (0.1ms) UPDATE "job_notifier_jobs" SET "result" = 'photo loaded! with param1 and param2', "status" = 'finished', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] [ActiveJob] [ImageUploadJob] [1b035924-c810-45c3-8a66-e6beb791624e] Performed ImageUploadJob from Inline(default) in 0.89ms [ActiveJob] Enqueued ImageUploadJob (Job ID: 1b035924-c810-45c3-8a66-e6beb791624e) to Inline(default) with arguments: "param1", "param2" JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."identifier" = ? ORDER BY "job_notifier_jobs"."id" ASC LIMIT 1 [["identifier", "233698cbf6ed55f7bb456956230a55af"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction [ActiveJob]  (0.0ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("identifier", "job_id", "job_class", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["identifier", "233698cbf6ed55f7bb456956230a55af"], ["job_id", "bcd5d0b7-7c4e-42ae-abdb-86178664033a"], ["job_class", "ImageUploadJob"], ["status", "pending"], ["created_at", "2017-05-10 16:09:02.406884"], ["updated_at", "2017-05-10 16:09:02.406884"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ImageUploadJob] [bcd5d0b7-7c4e-42ae-abdb-86178664033a] Performing ImageUploadJob from Inline(default) with arguments: "param1", "param2" [ActiveJob] [ImageUploadJob] [bcd5d0b7-7c4e-42ae-abdb-86178664033a] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "bcd5d0b7-7c4e-42ae-abdb-86178664033a"]] [ActiveJob] [ImageUploadJob] [bcd5d0b7-7c4e-42ae-abdb-86178664033a] SQL (0.1ms) UPDATE "job_notifier_jobs" SET "result" = 'photo loaded! with param1 and param2', "status" = 'finished', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] [ActiveJob] [ImageUploadJob] [bcd5d0b7-7c4e-42ae-abdb-86178664033a] Performed ImageUploadJob from Inline(default) in 0.84ms [ActiveJob] Enqueued ImageUploadJob (Job ID: bcd5d0b7-7c4e-42ae-abdb-86178664033a) to Inline(default) with arguments: "param1", "param2" JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."identifier" = ? ORDER BY "job_notifier_jobs"."id" ASC LIMIT 1 [["identifier", "233698cbf6ed55f7bb456956230a55af"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "job_notifier_jobs" [ActiveJob]  (0.0ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("identifier", "job_id", "job_class", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["identifier", "233698cbf6ed55f7bb456956230a55af"], ["job_id", "7587a40a-8029-4422-bbb4-63808d6cf943"], ["job_class", "ImageUploadJob"], ["status", "pending"], ["created_at", "2017-05-10 16:09:02.412072"], ["updated_at", "2017-05-10 16:09:02.412072"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ImageUploadJob] [7587a40a-8029-4422-bbb4-63808d6cf943] Performing ImageUploadJob from Inline(default) with arguments: "param1", "param2" [ActiveJob] [ImageUploadJob] [7587a40a-8029-4422-bbb4-63808d6cf943] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "7587a40a-8029-4422-bbb4-63808d6cf943"]] [ActiveJob] [ImageUploadJob] [7587a40a-8029-4422-bbb4-63808d6cf943] SQL (0.2ms) UPDATE "job_notifier_jobs" SET "result" = '{:error=>"invalid photo url"}', "status" = 'failed', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] [ActiveJob] [ImageUploadJob] [7587a40a-8029-4422-bbb4-63808d6cf943] Performed ImageUploadJob from Inline(default) in 0.94ms [ActiveJob] Enqueued ImageUploadJob (Job ID: 7587a40a-8029-4422-bbb4-63808d6cf943) to Inline(default) with arguments: "param1", "param2"  (0.1ms) SELECT COUNT(*) FROM "job_notifier_jobs"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("identifier", "job_id", "job_class", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["identifier", "233698cbf6ed55f7bb456956230a55af"], ["job_id", "57476c94-b57a-42f3-ab4f-445db193da4c"], ["job_class", "ImageUploadJob"], ["status", "pending"], ["created_at", "2017-05-10 16:09:02.417158"], ["updated_at", "2017-05-10 16:09:02.417158"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ImageUploadJob] [57476c94-b57a-42f3-ab4f-445db193da4c] Performing ImageUploadJob from Inline(default) with arguments: "param1", "param2" [ActiveJob] [ImageUploadJob] [57476c94-b57a-42f3-ab4f-445db193da4c] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "57476c94-b57a-42f3-ab4f-445db193da4c"]] [ActiveJob] [ImageUploadJob] [57476c94-b57a-42f3-ab4f-445db193da4c] SQL (0.1ms) UPDATE "job_notifier_jobs" SET "result" = '{:error=>"invalid photo url"}', "status" = 'failed', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] [ActiveJob] [ImageUploadJob] [57476c94-b57a-42f3-ab4f-445db193da4c] Performed ImageUploadJob from Inline(default) in 0.89ms [ActiveJob] Enqueued ImageUploadJob (Job ID: 57476c94-b57a-42f3-ab4f-445db193da4c) to Inline(default) with arguments: "param1", "param2" JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."identifier" = ? ORDER BY "job_notifier_jobs"."id" ASC LIMIT 1 [["identifier", "233698cbf6ed55f7bb456956230a55af"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("identifier", "job_id", "job_class", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["identifier", "233698cbf6ed55f7bb456956230a55af"], ["job_id", "7180e1a4-3343-4d94-8c07-eccfbb3e4b74"], ["job_class", "ImageUploadJob"], ["status", "pending"], ["created_at", "2017-05-10 16:09:02.421748"], ["updated_at", "2017-05-10 16:09:02.421748"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ImageUploadJob] [7180e1a4-3343-4d94-8c07-eccfbb3e4b74] Performing ImageUploadJob from Inline(default) with arguments: "param1", "param2" [ActiveJob] [ImageUploadJob] [7180e1a4-3343-4d94-8c07-eccfbb3e4b74] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "7180e1a4-3343-4d94-8c07-eccfbb3e4b74"]] [ActiveJob] [ImageUploadJob] [7180e1a4-3343-4d94-8c07-eccfbb3e4b74] SQL (0.1ms) UPDATE "job_notifier_jobs" SET "result" = '{:error=>"invalid photo url"}', "status" = 'failed', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] [ActiveJob] [ImageUploadJob] [7180e1a4-3343-4d94-8c07-eccfbb3e4b74] Performed ImageUploadJob from Inline(default) in 0.86ms [ActiveJob] Enqueued ImageUploadJob (Job ID: 7180e1a4-3343-4d94-8c07-eccfbb3e4b74) to Inline(default) with arguments: "param1", "param2" JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."identifier" = ? ORDER BY "job_notifier_jobs"."id" ASC LIMIT 1 [["identifier", "233698cbf6ed55f7bb456956230a55af"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "job_notifier_jobs" ("identifier", "job_id", "job_class", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["identifier", "233698cbf6ed55f7bb456956230a55af"], ["job_id", "53c4c6d7-7fde-4b67-870b-5a7d568fb77d"], ["job_class", "ImageUploadJob"], ["status", "pending"], ["created_at", "2017-05-10 16:09:02.426309"], ["updated_at", "2017-05-10 16:09:02.426309"]] [ActiveJob]  (0.0ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ImageUploadJob] [53c4c6d7-7fde-4b67-870b-5a7d568fb77d] Performing ImageUploadJob from Inline(default) with arguments: "param1", "param2" [ActiveJob] [ImageUploadJob] [53c4c6d7-7fde-4b67-870b-5a7d568fb77d] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "53c4c6d7-7fde-4b67-870b-5a7d568fb77d"]] [ActiveJob] [ImageUploadJob] [53c4c6d7-7fde-4b67-870b-5a7d568fb77d] SQL (0.1ms) UPDATE "job_notifier_jobs" SET "result" = '{:error=>"invalid photo url"}', "status" = 'failed', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] [ActiveJob] [ImageUploadJob] [53c4c6d7-7fde-4b67-870b-5a7d568fb77d] Performed ImageUploadJob from Inline(default) in 0.86ms [ActiveJob] Enqueued ImageUploadJob (Job ID: 53c4c6d7-7fde-4b67-870b-5a7d568fb77d) to Inline(default) with arguments: "param1", "param2" JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."identifier" = ? ORDER BY "job_notifier_jobs"."id" ASC LIMIT 1 [["identifier", "233698cbf6ed55f7bb456956230a55af"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction [ActiveJob]  (0.0ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("identifier", "job_id", "job_class", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["identifier", "233698cbf6ed55f7bb456956230a55af"], ["job_id", "9925798c-5126-4357-83f7-d6ba225bc766"], ["job_class", "ImageUploadJob"], ["status", "pending"], ["created_at", "2017-05-10 16:09:02.430773"], ["updated_at", "2017-05-10 16:09:02.430773"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ImageUploadJob] [9925798c-5126-4357-83f7-d6ba225bc766] Performing ImageUploadJob from Inline(default) with arguments: "param1", "param2" [ActiveJob] [ImageUploadJob] [9925798c-5126-4357-83f7-d6ba225bc766] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "9925798c-5126-4357-83f7-d6ba225bc766"]] [ActiveJob] [ImageUploadJob] [9925798c-5126-4357-83f7-d6ba225bc766] SQL (0.1ms) UPDATE "job_notifier_jobs" SET "result" = '{:error=>"invalid photo url"}', "status" = 'failed', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] [ActiveJob] [ImageUploadJob] [9925798c-5126-4357-83f7-d6ba225bc766] Performed ImageUploadJob from Inline(default) in 0.85ms [ActiveJob] Enqueued ImageUploadJob (Job ID: 9925798c-5126-4357-83f7-d6ba225bc766) to Inline(default) with arguments: "param1", "param2" JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."identifier" = ? ORDER BY "job_notifier_jobs"."id" ASC LIMIT 1 [["identifier", "233698cbf6ed55f7bb456956230a55af"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction [ActiveJob]  (0.0ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "job_notifier_jobs" ("identifier", "job_id", "job_class", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["identifier", "233698cbf6ed55f7bb456956230a55af"], ["job_id", "d3e32bca-bc5d-477f-a754-c9c136c5498b"], ["job_class", "ImageUploadJob"], ["status", "pending"], ["created_at", "2017-05-10 16:09:02.435287"], ["updated_at", "2017-05-10 16:09:02.435287"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ImageUploadJob] [d3e32bca-bc5d-477f-a754-c9c136c5498b] Performing ImageUploadJob from Inline(default) with arguments: "param1", "param2" [ActiveJob] [ImageUploadJob] [d3e32bca-bc5d-477f-a754-c9c136c5498b] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "d3e32bca-bc5d-477f-a754-c9c136c5498b"]] [ActiveJob] [ImageUploadJob] [d3e32bca-bc5d-477f-a754-c9c136c5498b] SQL (0.1ms) UPDATE "job_notifier_jobs" SET "result" = '{:error=>"invalid photo url"}', "status" = 'failed', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] [ActiveJob] [ImageUploadJob] [d3e32bca-bc5d-477f-a754-c9c136c5498b] Performed ImageUploadJob from Inline(default) in 0.88ms [ActiveJob] Enqueued ImageUploadJob (Job ID: d3e32bca-bc5d-477f-a754-c9c136c5498b) to Inline(default) with arguments: "param1", "param2" JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."identifier" = ? ORDER BY "job_notifier_jobs"."id" ASC LIMIT 1 [["identifier", "233698cbf6ed55f7bb456956230a55af"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction [ActiveJob]  (0.0ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("identifier", "job_id", "job_class", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["identifier", "233698cbf6ed55f7bb456956230a55af"], ["job_id", "7a10286a-3b83-414b-ba59-a50c86f49b67"], ["job_class", "ImageUploadJob"], ["status", "pending"], ["created_at", "2017-05-10 16:09:02.440043"], ["updated_at", "2017-05-10 16:09:02.440043"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] [ImageUploadJob] [7a10286a-3b83-414b-ba59-a50c86f49b67] Performing ImageUploadJob from Inline(default) with arguments: "param1", "param2" [ActiveJob] [ImageUploadJob] [7a10286a-3b83-414b-ba59-a50c86f49b67] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "7a10286a-3b83-414b-ba59-a50c86f49b67"]] [ActiveJob] [ImageUploadJob] [7a10286a-3b83-414b-ba59-a50c86f49b67] SQL (0.2ms) UPDATE "job_notifier_jobs" SET "result" = 'unknown', "status" = 'failed', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] [ActiveJob] [ImageUploadJob] [7a10286a-3b83-414b-ba59-a50c86f49b67] Performed ImageUploadJob from Inline(default) in 1.15ms  (0.1ms) SELECT COUNT(*) FROM "job_notifier_jobs" JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."identifier" = ? ORDER BY "job_notifier_jobs"."id" ASC LIMIT 1 [["identifier", "233698cbf6ed55f7bb456956230a55af"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction [ActiveJob] [ImageUploadJob] [e00aba05-ce99-4bb0-a29f-09bab633e99e] Performing ImageUploadJob from Inline(default) [ActiveJob] [ImageUploadJob] [e00aba05-ce99-4bb0-a29f-09bab633e99e] Performed ImageUploadJob from Inline(default) in 0.03ms [ActiveJob] Enqueued ImageUploadJob (Job ID: e00aba05-ce99-4bb0-a29f-09bab633e99e) to Inline(default)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "jcm14n"], ["result", "MyText"], ["created_at", "2017-05-10 16:09:02.448168"], ["updated_at", "2017-05-10 16:09:02.448168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "otro"], ["result", "MyText"], ["created_at", "2017-05-10 16:09:02.450081"], ["updated_at", "2017-05-10 16:09:02.450081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "notified", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "jcm14n"], ["result", "MyText"], ["notified", "t"], ["created_at", "2017-05-10 16:09:02.451883"], ["updated_at", "2017-05-10 16:09:02.451883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."identifier" = ? AND "job_notifier_jobs"."notified" = ? [["identifier", "jcm14n"], ["notified", "f"]] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."identifier" = ? AND "job_notifier_jobs"."notified" = ? ORDER BY "job_notifier_jobs"."id" ASC LIMIT 1 [["identifier", "jcm14n"], ["notified", "f"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "jcm14n"], ["result", "MyText"], ["created_at", "2017-05-10 16:09:02.455789"], ["updated_at", "2017-05-10 16:09:02.455789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "otro"], ["result", "MyText"], ["created_at", "2017-05-10 16:09:02.457555"], ["updated_at", "2017-05-10 16:09:02.457555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "notified", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "jcm14n"], ["result", "MyText"], ["notified", "t"], ["created_at", "2017-05-10 16:09:02.459369"], ["updated_at", "2017-05-10 16:09:02.459369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "jcm14n"], ["result", "MyText"], ["created_at", "2017-05-10 16:09:02.462627"], ["updated_at", "2017-05-10 16:09:02.462627"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "otro"], ["result", "MyText"], ["created_at", "2017-05-10 16:09:02.464449"], ["updated_at", "2017-05-10 16:09:02.464449"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "notified", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "jcm14n"], ["result", "MyText"], ["notified", "t"], ["created_at", "2017-05-10 16:09:02.466255"], ["updated_at", "2017-05-10 16:09:02.466255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 JobNotifier::Job Load (0.0ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "jcm14n"], ["result", "MyText"], ["created_at", "2017-05-10 16:09:02.469367"], ["updated_at", "2017-05-10 16:09:02.469367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "otro"], ["result", "MyText"], ["created_at", "2017-05-10 16:09:02.478443"], ["updated_at", "2017-05-10 16:09:02.478443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "job_notifier_jobs" SET "notified" = 't' WHERE "job_notifier_jobs"."identifier" = ? AND "job_notifier_jobs"."notified" = ? [["identifier", "jcm14n"], ["notified", "f"]] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "jcm14n"], ["result", "MyText"], ["created_at", "2017-05-10 16:09:02.499218"], ["updated_at", "2017-05-10 16:09:02.499218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "otro"], ["result", "MyText"], ["created_at", "2017-05-10 16:09:02.502020"], ["updated_at", "2017-05-10 16:09:02.502020"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "job_notifier_jobs" SET "notified" = 't' WHERE "job_notifier_jobs"."identifier" = ? AND "job_notifier_jobs"."notified" = ? [["identifier", "jcm14n"], ["notified", "f"]] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "notified", "job_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "MyString"], ["result", "MyText"], ["notified", "t"], ["job_id", "hd70oj"], ["created_at", "2017-05-10 16:09:02.507213"], ["updated_at", "2017-05-10 16:09:02.507213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 JobNotifier::Job Load (0.2ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "hd70oj"]] SQL (0.2ms) UPDATE "job_notifier_jobs" SET "result" = 'success', "status" = 'finished', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] JobNotifier::Job Load (0.0ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "notified", "job_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "MyString"], ["result", "MyText"], ["notified", "t"], ["job_id", "hd70oj"], ["created_at", "2017-05-10 16:09:02.513171"], ["updated_at", "2017-05-10 16:09:02.513171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 JobNotifier::Job Load (0.2ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "hd70oj"]] SQL (0.1ms) UPDATE "job_notifier_jobs" SET "result" = 'success', "status" = 'finished', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] JobNotifier::Job Load (0.0ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "job_notifier_jobs" ("status", "identifier", "result", "notified", "job_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "pending"], ["identifier", "MyString"], ["result", "MyText"], ["notified", "t"], ["job_id", "hd70oj"], ["created_at", "2017-05-10 16:09:02.518634"], ["updated_at", "2017-05-10 16:09:02.518634"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."job_id" = ? LIMIT 1 [["job_id", "hd70oj"]] SQL (0.2ms) UPDATE "job_notifier_jobs" SET "result" = 'success', "status" = 'finished', "notified" = 'f' WHERE "job_notifier_jobs"."id" = ? [["id", 1]] JobNotifier::Job Load (0.1ms) SELECT "job_notifier_jobs".* FROM "job_notifier_jobs" WHERE "job_notifier_jobs"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction