ActiveRecord::SchemaMigration Load (26.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ---------------------------- GeneratorsTest: test_install ----------------------------  (0.3ms) ROLLBACK  (0.1ms) BEGIN ----------------------- QueueTest: test_enqueue ----------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (25.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"feeceec0-8243-41b3-9133-995375423c63\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:27.040611"], ["updated_at", "2016-11-21 06:15:27.040611"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: feeceec0-8243-41b3-9133-995375423c63) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.1ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"5955d8bd-977e-4dc9-a456-5b861151261a\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-11-21 06:15:27.073950"], ["updated_at", "2016-11-21 06:15:27.073950"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 5955d8bd-977e-4dc9-a456-5b861151261a) to Sidejobs(high_priority) Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"bf4929ef-b479-4a0b-b7fc-122bb59f037c\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-11-21 06:15:27.077383"], ["updated_at", "2016-11-21 06:15:27.077383"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: bf4929ef-b479-4a0b-b7fc-122bb59f037c) to Sidejobs(default) Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"9b4aaef2-4fd5-4c41-b15b-26dbec0dd08b\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-11-21 06:15:27.080768"], ["updated_at", "2016-11-21 06:15:27.080768"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 9b4aaef2-4fd5-4c41-b15b-26dbec0dd08b) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"25e1448e-cd74-4b67-a4ee-d6140478037e\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-11-21 06:15:27.084562"], ["updated_at", "2016-11-21 06:15:27.084562"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 25e1448e-cd74-4b67-a4ee-d6140478037e) to Sidejobs(other) Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9d1c75a7-9eb8-4e40-b897-fff801bcb817\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-11-21 16:15:27.086832"], ["created_at", "2016-11-21 06:15:27.087912"], ["updated_at", "2016-11-21 06:15:27.087912"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9d1c75a7-9eb8-4e40-b897-fff801bcb817) to Sidejobs(mailers) at 2016-11-21 16:15:27 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"83f23cfc-19af-4600-a39f-85bfcf968e34\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-11-21 16:15:27.086832"], ["created_at", "2016-11-21 06:15:27.095288"], ["updated_at", "2016-11-21 06:15:27.095288"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 83f23cfc-19af-4600-a39f-85bfcf968e34) to Sidejobs(high_priority) at 2016-11-21 16:15:27 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"0027850d-a74e-46f9-9d69-18b1391f48f0\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-11-21 16:15:27.086832"], ["created_at", "2016-11-21 06:15:27.098006"], ["updated_at", "2016-11-21 06:15:27.098006"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 0027850d-a74e-46f9-9d69-18b1391f48f0) to Sidejobs(default) at 2016-11-21 16:15:27 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"9e6fcaa9-d756-40e2-bffd-f67195eb451c\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-11-21 16:15:27.086832"], ["created_at", "2016-11-21 06:15:27.100715"], ["updated_at", "2016-11-21 06:15:27.100715"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 9e6fcaa9-d756-40e2-bffd-f67195eb451c) to Sidejobs(low_priority) at 2016-11-21 16:15:27 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"9dc930de-f0f9-48a8-b0d7-8e3156f9f5d1\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-11-21 16:15:27.086832"], ["created_at", "2016-11-21 06:15:27.103415"], ["updated_at", "2016-11-21 06:15:27.103415"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 9dc930de-f0f9-48a8-b0d7-8e3156f9f5d1) to Sidejobs(other) at 2016-11-21 16:15:27 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_pulling ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (4.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-11-21 06:15:27.139367' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (1.0ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-11-21 06:15:31.153441' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a883b08d-8d50-4432-9098-d1c62600ce78\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.150842"], ["updated_at", "2016-11-21 06:15:51.150842"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a883b08d-8d50-4432-9098-d1c62600ce78) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-11-21 06:15:51.156135' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.158680"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.159647"], ["id", 638]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (1.1ms) UserMailer#invite: processed outbound mail in 185.6ms Sent mail to test@mail.com (6.8ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <5832911758d8d_55063fc20c03f9f430579@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (5.9ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.366163"], ["updated_at", "2016-11-21 06:15:51.367104"], ["id", 638]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"40088e3e-2c00-47e3-9c11-379778198cec\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-11-21 06:15:51.378050"], ["updated_at", "2016-11-21 06:15:51.378050"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: 40088e3e-2c00-47e3-9c11-379778198cec) to Sidejobs(default) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-11-21 06:15:51.379762' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.380653"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.381320"], ["id", 639]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-11-21 06:15:51.383094"], ["error", "Social network unavailable"], ["updated_at", "2016-11-21 06:15:51.383730"], ["id", 639]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-11-21 06:15:51.385329' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.386176"], ["attempts", 2], ["updated_at", "2016-11-21 06:15:51.386920"], ["id", 639]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-11-21 06:15:51.388585"], ["updated_at", "2016-11-21 06:15:51.389184"], ["id", 639]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-11-21 06:15:51.390689' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.391487"], ["attempts", 3], ["updated_at", "2016-11-21 06:15:51.392265"], ["id", 639]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-11-21 06:15:51.393997"], ["updated_at", "2016-11-21 06:15:51.394606"], ["id", 639]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-11-21 06:15:51.396038' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"82564d98-2cf8-46f5-88bb-5355f2d5c339\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.398977"], ["updated_at", "2016-11-21 06:15:51.398977"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 82564d98-2cf8-46f5-88bb-5355f2d5c339) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e972d5ac-9383-42d8-9793-c6dc7d496ab1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.401512"], ["updated_at", "2016-11-21 06:15:51.401512"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e972d5ac-9383-42d8-9793-c6dc7d496ab1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"bee9a465-5f96-4273-80e4-1f8c6b5c679f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.404036"], ["updated_at", "2016-11-21 06:15:51.404036"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: bee9a465-5f96-4273-80e4-1f8c6b5c679f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4be8ffba-75d7-4e50-a560-4768b8bacf27\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.406487"], ["updated_at", "2016-11-21 06:15:51.406487"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4be8ffba-75d7-4e50-a560-4768b8bacf27) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e267515a-3a0a-496d-a512-b53231a2690c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.408523"], ["updated_at", "2016-11-21 06:15:51.408523"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e267515a-3a0a-496d-a512-b53231a2690c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"29543ad6-ef8a-4cd1-8ef4-4250ee95eaee\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.410590"], ["updated_at", "2016-11-21 06:15:51.410590"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 29543ad6-ef8a-4cd1-8ef4-4250ee95eaee) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9ad184fe-fdaf-4473-ba83-885d96852f18\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.413020"], ["updated_at", "2016-11-21 06:15:51.413020"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9ad184fe-fdaf-4473-ba83-885d96852f18) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"841762dc-542a-4014-9e82-e72de4de624b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.415092"], ["updated_at", "2016-11-21 06:15:51.415092"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 841762dc-542a-4014-9e82-e72de4de624b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"44397d84-bc91-455a-9b93-74ae90c47549\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.417100"], ["updated_at", "2016-11-21 06:15:51.417100"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 44397d84-bc91-455a-9b93-74ae90c47549) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e3b10857-d569-4147-bd16-3dde21b30d14\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.419561"], ["updated_at", "2016-11-21 06:15:51.419561"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e3b10857-d569-4147-bd16-3dde21b30d14) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d4273199-741a-4d87-abcf-46f9298bdac5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.421690"], ["updated_at", "2016-11-21 06:15:51.421690"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d4273199-741a-4d87-abcf-46f9298bdac5) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f6cf1a2c-d294-44d7-b1ff-693bcdfb45cf\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.423697"], ["updated_at", "2016-11-21 06:15:51.423697"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f6cf1a2c-d294-44d7-b1ff-693bcdfb45cf) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d2cee267-0894-4bcb-b80a-e55896001389\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.425644"], ["updated_at", "2016-11-21 06:15:51.425644"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d2cee267-0894-4bcb-b80a-e55896001389) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"2a379c90-0125-4220-a9fe-ce0b93378627\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.427559"], ["updated_at", "2016-11-21 06:15:51.427559"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2a379c90-0125-4220-a9fe-ce0b93378627) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0670c5e1-3822-48c3-aa7e-22aed8d91ed7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.429445"], ["updated_at", "2016-11-21 06:15:51.429445"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0670c5e1-3822-48c3-aa7e-22aed8d91ed7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"85f63530-7bf4-43c5-832c-80d503294f8a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.431447"], ["updated_at", "2016-11-21 06:15:51.431447"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 85f63530-7bf4-43c5-832c-80d503294f8a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9f2eb23e-c826-4af2-b695-6d268ec38ce1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.433442"], ["updated_at", "2016-11-21 06:15:51.433442"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9f2eb23e-c826-4af2-b695-6d268ec38ce1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"baf81883-2822-40dc-8b35-3df6b790e20b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.435454"], ["updated_at", "2016-11-21 06:15:51.435454"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: baf81883-2822-40dc-8b35-3df6b790e20b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a5757b9b-1bed-4a75-868a-f955f76ba12b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.437495"], ["updated_at", "2016-11-21 06:15:51.437495"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a5757b9b-1bed-4a75-868a-f955f76ba12b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a025278b-5449-44b7-aeb5-8faffebaf482\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.439497"], ["updated_at", "2016-11-21 06:15:51.439497"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a025278b-5449-44b7-aeb5-8faffebaf482) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"6206b5bd-ad4d-40fc-adbc-956e48949bcc\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.441391"], ["updated_at", "2016-11-21 06:15:51.441391"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6206b5bd-ad4d-40fc-adbc-956e48949bcc) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"efd82fca-30c8-4a6d-b992-19e0389c5057\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.443319"], ["updated_at", "2016-11-21 06:15:51.443319"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: efd82fca-30c8-4a6d-b992-19e0389c5057) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"66ddbc19-4d1b-44e3-886e-ff89abcb1aba\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.445263"], ["updated_at", "2016-11-21 06:15:51.445263"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 66ddbc19-4d1b-44e3-886e-ff89abcb1aba) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4ec5e3af-e81a-459a-abe6-d498c3803b42\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-11-21 06:15:51.447405"], ["updated_at", "2016-11-21 06:15:51.447405"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4ec5e3af-e81a-459a-abe6-d498c3803b42) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-11-21 06:15:51.448941' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.450068"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.450746"], ["id", 640]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <583291176ed14_55063fc20c03f9f4306e3@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.454618"], ["updated_at", "2016-11-21 06:15:51.455375"], ["id", 640]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.456762"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.457343"], ["id", 641]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <58329117706ed_55063fc20c03f9f43074f@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.461298"], ["updated_at", "2016-11-21 06:15:51.462075"], ["id", 641]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.463526"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.464153"], ["id", 642]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <5832911772152_55063fc20c03f9f4308cb@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.468063"], ["updated_at", "2016-11-21 06:15:51.468824"], ["id", 642]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.470253"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.470888"], ["id", 643]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <5832911773bc8_55063fc20c03f9f4309db@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.474833"], ["updated_at", "2016-11-21 06:15:51.475585"], ["id", 643]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.477012"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.477629"], ["id", 644]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <58329117755f6_55063fc20c03f9f43104a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.481539"], ["updated_at", "2016-11-21 06:15:51.482442"], ["id", 644]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.484061"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.484702"], ["id", 645]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <5832911777177_55063fc20c03f9f4311c5@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.488497"], ["updated_at", "2016-11-21 06:15:51.489265"], ["id", 645]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.490613"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.491211"], ["id", 646]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <5832911778a61_55063fc20c03f9f43121e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.494886"], ["updated_at", "2016-11-21 06:15:51.495634"], ["id", 646]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.496993"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.497596"], ["id", 647]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <583291177a35c_55063fc20c03f9f431322@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.501267"], ["updated_at", "2016-11-21 06:15:51.502062"], ["id", 647]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.503499"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.504150"], ["id", 648]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <583291177bdc1_55063fc20c03f9f431463@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.508125"], ["updated_at", "2016-11-21 06:15:51.508901"], ["id", 648]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.510248"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.510858"], ["id", 649]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <583291177d77c_55063fc20c03f9f4315e5@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.514638"], ["updated_at", "2016-11-21 06:15:51.515434"], ["id", 649]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.516905"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.517669"], ["id", 650]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <583291177f25b_55063fc20c03f9f4316e8@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.521487"], ["updated_at", "2016-11-21 06:15:51.522267"], ["id", 650]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.523695"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.524332"], ["id", 651]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <5832911780c45_55063fc20c03f9f4317a6@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.528193"], ["updated_at", "2016-11-21 06:15:51.529031"], ["id", 651]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.530376"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.531068"], ["id", 652]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <58329117826b6_55063fc20c03f9f4318b3@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.534966"], ["updated_at", "2016-11-21 06:15:51.535726"], ["id", 652]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.537078"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.537717"], ["id", 653]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.3ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <5832911784164_55063fc20c03f9f431921@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.541762"], ["updated_at", "2016-11-21 06:15:51.542538"], ["id", 653]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.543905"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.544544"], ["id", 654]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <5832911785b8c_55063fc20c03f9f4320ee@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.548501"], ["updated_at", "2016-11-21 06:15:51.549236"], ["id", 654]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.550584"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.551362"], ["id", 655]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <5832911787967_55063fc20c03f9f432122@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.556065"], ["updated_at", "2016-11-21 06:15:51.556858"], ["id", 655]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.558264"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.558905"], ["id", 656]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.8ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <5832911789383_55063fc20c03f9f43222@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.563440"], ["updated_at", "2016-11-21 06:15:51.564422"], ["id", 656]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.565869"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.566565"], ["id", 657]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <583291178b19b_55063fc20c03f9f4323e7@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.570446"], ["updated_at", "2016-11-21 06:15:51.571224"], ["id", 657]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.572620"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.573243"], ["id", 658]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <583291178ceb4_55063fc20c03f9f4324f6@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.577910"], ["updated_at", "2016-11-21 06:15:51.578699"], ["id", 658]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.580174"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.580816"], ["id", 659]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <583291178e8e2_55063fc20c03f9f432590@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.584929"], ["updated_at", "2016-11-21 06:15:51.585869"], ["id", 659]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.589964"], ["updated_at", "2016-11-21 06:15:51.590707"], ["id", 663]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-11-21 06:15:51.592269' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.593074"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.593708"], ["id", 660]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <5832911791b4c_55063fc20c03f9f432637@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.597537"], ["updated_at", "2016-11-21 06:15:51.598243"], ["id", 660]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.599563"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.600166"], ["id", 661]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <58329117933e7_55063fc20c03f9f4327e8@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.603959"], ["updated_at", "2016-11-21 06:15:51.605172"], ["id", 661]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-11-21 06:15:51.606690"], ["attempts", 1], ["updated_at", "2016-11-21 06:15:51.607329"], ["id", 662]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Mon, 21 Nov 2016 03:15:51 -0300 From: test@mail.com To: test@mail.com Message-ID: <5832911795007_55063fc20c03f9f43286a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-11-21 06:15:51.610999"], ["updated_at", "2016-11-21 06:15:51.611682"], ["id", 662]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]  (0.1ms) ROLLBACK