sidejobs 4.0.0.1 → 4.0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2458,3 +2458,1446 @@ ProcessorTest: test_retries
2458
2458
  Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-13 20:24:28.610305' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
2459
2459
  Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
2460
2460
   (0.1ms) ROLLBACK
2461
+ ActiveRecord::SchemaMigration Load (26.8ms) SELECT "schema_migrations".* FROM "schema_migrations"
2462
+  (0.2ms) BEGIN
2463
+ -----------------------
2464
+ QueueTest: test_enqueue
2465
+ -----------------------
2466
+ [ActiveJob]  (0.2ms) SAVEPOINT active_record_1
2467
+ [ActiveJob] SQL (27.0ms) 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\":\"8fa1e99e-7ecf-45a7-876b-3501464fe999\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.456313"], ["updated_at", "2016-12-14 18:37:46.456313"]]
2468
+ [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1
2469
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8fa1e99e-7ecf-45a7-876b-3501464fe999) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2470
+ Sidejobs::Job Load (1.7ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
2471
+ [ActiveJob]  (0.2ms) SAVEPOINT active_record_1
2472
+ [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\":\"e50affaf-2b34-4fcd-b50b-95f8349e7b9e\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-12-14 18:37:46.492363"], ["updated_at", "2016-12-14 18:37:46.492363"]]
2473
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2474
+ [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: e50affaf-2b34-4fcd-b50b-95f8349e7b9e) to Sidejobs(high_priority)
2475
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
2476
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2477
+ [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\":\"SendNewslettersJob\",\"job_id\":\"5358dbea-c809-4c8d-b554-21728ad3d149\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-12-14 18:37:46.495923"], ["updated_at", "2016-12-14 18:37:46.495923"]]
2478
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2479
+ [ActiveJob] Enqueued SendNewslettersJob (Job ID: 5358dbea-c809-4c8d-b554-21728ad3d149) to Sidejobs(default)
2480
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
2481
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2482
+ [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\":\"457c318c-3b99-4865-893f-406772371b7f\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-12-14 18:37:46.499812"], ["updated_at", "2016-12-14 18:37:46.499812"]]
2483
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2484
+ [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 457c318c-3b99-4865-893f-406772371b7f) to Sidejobs(low_priority)
2485
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
2486
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2487
+ [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\":\"15ec146a-0c4a-4a32-bbd7-68de0d74644c\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-12-14 18:37:46.503372"], ["updated_at", "2016-12-14 18:37:46.503372"]]
2488
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2489
+ [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 15ec146a-0c4a-4a32-bbd7-68de0d74644c) to Sidejobs(other)
2490
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
2491
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2492
+ [ActiveJob] SQL (0.3ms) 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\":\"057ce4ee-a3b5-45df-a249-1f2148fe5dc3\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-12-15 04:37:46.505604"], ["created_at", "2016-12-14 18:37:46.506397"], ["updated_at", "2016-12-14 18:37:46.506397"]]
2493
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2494
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 057ce4ee-a3b5-45df-a249-1f2148fe5dc3) to Sidejobs(mailers) at 2016-12-15 04:37:46 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2495
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
2496
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2497
+ [ActiveJob] SQL (0.3ms) 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\":\"f88e6695-d1dc-4c77-9fcf-dd518c24681f\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-12-15 04:37:46.505604"], ["created_at", "2016-12-14 18:37:46.513763"], ["updated_at", "2016-12-14 18:37:46.513763"]]
2498
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2499
+ [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: f88e6695-d1dc-4c77-9fcf-dd518c24681f) to Sidejobs(high_priority) at 2016-12-15 04:37:46 UTC
2500
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
2501
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2502
+ [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\":\"e40d9c09-3138-4879-8ca0-3c1ed32b5051\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-12-15 04:37:46.505604"], ["created_at", "2016-12-14 18:37:46.516740"], ["updated_at", "2016-12-14 18:37:46.516740"]]
2503
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2504
+ [ActiveJob] Enqueued SendNewslettersJob (Job ID: e40d9c09-3138-4879-8ca0-3c1ed32b5051) to Sidejobs(default) at 2016-12-15 04:37:46 UTC
2505
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
2506
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2507
+ [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\":\"98aa6dd9-ea0f-414a-985c-46b7350a43bf\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-12-15 04:37:46.505604"], ["created_at", "2016-12-14 18:37:46.519369"], ["updated_at", "2016-12-14 18:37:46.519369"]]
2508
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2509
+ [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 98aa6dd9-ea0f-414a-985c-46b7350a43bf) to Sidejobs(low_priority) at 2016-12-15 04:37:46 UTC
2510
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
2511
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2512
+ [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\":\"1b005873-36a4-4207-9177-660cd2363c10\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-12-15 04:37:46.505604"], ["created_at", "2016-12-14 18:37:46.522015"], ["updated_at", "2016-12-14 18:37:46.522015"]]
2513
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2514
+ [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 1b005873-36a4-4207-9177-660cd2363c10) to Sidejobs(other) at 2016-12-15 04:37:46 UTC
2515
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
2516
+  (0.1ms) ROLLBACK
2517
+  (0.1ms) BEGIN
2518
+ ----------------------------
2519
+ GeneratorsTest: test_install
2520
+ ----------------------------
2521
+  (0.2ms) ROLLBACK
2522
+  (0.2ms) BEGIN
2523
+ -------------------------
2524
+ ProcessorTest: test_batch
2525
+ -------------------------
2526
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2527
+ [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\":\"4e976e6a-7e2c-4922-bea6-ac4757d71a04\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.530868"], ["updated_at", "2016-12-14 18:37:46.530868"]]
2528
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2529
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4e976e6a-7e2c-4922-bea6-ac4757d71a04) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2530
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2531
+ [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\":\"d42a4987-48a4-427c-8a3a-d22d2deacb11\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.533256"], ["updated_at", "2016-12-14 18:37:46.533256"]]
2532
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2533
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d42a4987-48a4-427c-8a3a-d22d2deacb11) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2534
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2535
+ [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\":\"40131efa-6599-4f11-9664-87ee58b74a92\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.535209"], ["updated_at", "2016-12-14 18:37:46.535209"]]
2536
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2537
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 40131efa-6599-4f11-9664-87ee58b74a92) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2538
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2539
+ [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\":\"20d3d4b9-46e8-407e-ba99-041360395fd5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.537151"], ["updated_at", "2016-12-14 18:37:46.537151"]]
2540
+ [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1
2541
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 20d3d4b9-46e8-407e-ba99-041360395fd5) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2542
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2543
+ [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\":\"b750f765-6e97-463e-88f3-945d2ea2fe1f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.539121"], ["updated_at", "2016-12-14 18:37:46.539121"]]
2544
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2545
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b750f765-6e97-463e-88f3-945d2ea2fe1f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2546
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2547
+ [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\":\"978556ed-82af-436d-90a3-9a9989fe8546\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.541055"], ["updated_at", "2016-12-14 18:37:46.541055"]]
2548
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2549
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 978556ed-82af-436d-90a3-9a9989fe8546) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2550
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2551
+ [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\":\"5809d872-9652-40f2-999b-49e7b90f492c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.543028"], ["updated_at", "2016-12-14 18:37:46.543028"]]
2552
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2553
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5809d872-9652-40f2-999b-49e7b90f492c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2554
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2555
+ [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\":\"1b22d950-55be-4b6e-8971-9de8c5dfb420\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.544976"], ["updated_at", "2016-12-14 18:37:46.544976"]]
2556
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2557
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1b22d950-55be-4b6e-8971-9de8c5dfb420) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2558
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2559
+ [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\":\"afb915a1-f9cf-455c-9307-b9b5aab79971\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.546835"], ["updated_at", "2016-12-14 18:37:46.546835"]]
2560
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2561
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: afb915a1-f9cf-455c-9307-b9b5aab79971) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2562
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2563
+ [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\":\"4eb9e937-ad7d-49b8-bf8d-349493f61986\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.548751"], ["updated_at", "2016-12-14 18:37:46.548751"]]
2564
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2565
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4eb9e937-ad7d-49b8-bf8d-349493f61986) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2566
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2567
+ [ActiveJob] SQL (0.1ms) 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\":\"04267e58-45a8-4718-a201-ae55ba0d3394\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.550749"], ["updated_at", "2016-12-14 18:37:46.550749"]]
2568
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2569
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 04267e58-45a8-4718-a201-ae55ba0d3394) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2570
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2571
+ [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\":\"bcaad384-2372-47cc-a49e-a185eea02c2b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.552701"], ["updated_at", "2016-12-14 18:37:46.552701"]]
2572
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2573
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: bcaad384-2372-47cc-a49e-a185eea02c2b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2574
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2575
+ [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\":\"db434029-c7d3-4db1-908b-ec1a8afc9f7a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.554594"], ["updated_at", "2016-12-14 18:37:46.554594"]]
2576
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2577
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: db434029-c7d3-4db1-908b-ec1a8afc9f7a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2578
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2579
+ [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\":\"6ca1af78-6172-45e6-9656-95ed1455174a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.556555"], ["updated_at", "2016-12-14 18:37:46.556555"]]
2580
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2581
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6ca1af78-6172-45e6-9656-95ed1455174a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2582
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2583
+ [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\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e0e3d8a9-25dc-4a80-8b8a-435cdea6875a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.558546"], ["updated_at", "2016-12-14 18:37:46.558546"]]
2584
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2585
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e0e3d8a9-25dc-4a80-8b8a-435cdea6875a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2586
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2587
+ [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\":\"d38979d5-0c29-45d4-8e5a-ac68b98741d9\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.561139"], ["updated_at", "2016-12-14 18:37:46.561139"]]
2588
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2589
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d38979d5-0c29-45d4-8e5a-ac68b98741d9) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2590
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2591
+ [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\":\"b0c347f0-1613-4836-b569-5b4b860f3c8b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.563214"], ["updated_at", "2016-12-14 18:37:46.563214"]]
2592
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2593
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b0c347f0-1613-4836-b569-5b4b860f3c8b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2594
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2595
+ [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\":\"33f20cca-6120-4e91-a4e0-e5a6b39ad933\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.565275"], ["updated_at", "2016-12-14 18:37:46.565275"]]
2596
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2597
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 33f20cca-6120-4e91-a4e0-e5a6b39ad933) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2598
+ [ActiveJob]  (0.2ms) SAVEPOINT active_record_1
2599
+ [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\":\"ActionMailer::DeliveryJob\",\"job_id\":\"56d93cd8-b766-4efb-875a-db290631ddd8\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.567457"], ["updated_at", "2016-12-14 18:37:46.567457"]]
2600
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2601
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 56d93cd8-b766-4efb-875a-db290631ddd8) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2602
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2603
+ [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\":\"b8e58e86-9043-47a2-bd2b-38f19fd4d06c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.569636"], ["updated_at", "2016-12-14 18:37:46.569636"]]
2604
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2605
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b8e58e86-9043-47a2-bd2b-38f19fd4d06c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2606
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2607
+ [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\":\"372713f0-dbee-425a-831e-5b315aa6e5d5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.571529"], ["updated_at", "2016-12-14 18:37:46.571529"]]
2608
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2609
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 372713f0-dbee-425a-831e-5b315aa6e5d5) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2610
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2611
+ [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\":\"1b221d0f-37f9-401f-8d08-e99a0a4b7837\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.573456"], ["updated_at", "2016-12-14 18:37:46.573456"]]
2612
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2613
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1b221d0f-37f9-401f-8d08-e99a0a4b7837) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2614
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2615
+ [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\":\"08fd0ffa-2e9a-4b00-89af-269b9f80fd2e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.575418"], ["updated_at", "2016-12-14 18:37:46.575418"]]
2616
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2617
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 08fd0ffa-2e9a-4b00-89af-269b9f80fd2e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2618
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
2619
+ [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\":\"5b2085a6-df16-419e-8160-92c958231370\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.577446"], ["updated_at", "2016-12-14 18:37:46.577446"]]
2620
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
2621
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5b2085a6-df16-419e-8160-92c958231370) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
2622
+ Sidejobs::Job Load (28.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-14 18:37:46.581730' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
2623
+  (0.2ms) SAVEPOINT active_record_1
2624
+ 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-12-14 18:37:46.611552"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.612583"], ["id", 47]]
2625
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2626
+ Rendered user_mailer/invite.text.erb (1.0ms)
2627
+
2628
+ UserMailer#invite: processed outbound mail in 155.0ms
2629
+
2630
+ Sent mail to test@mail.com (7.3ms)
2631
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2632
+ From: test@mail.com
2633
+ To: test@mail.com
2634
+ Message-ID: <5851917ac4727_92b3fd71983fa2411865@imac-de-matt.mail>
2635
+ Subject: Invite
2636
+ Mime-Version: 1.0
2637
+ Content-Type: text/plain;
2638
+ charset=UTF-8
2639
+ Content-Transfer-Encoding: 7bit
2640
+
2641
+ Test
2642
+
2643
+  (0.2ms) SAVEPOINT active_record_1
2644
+ SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.807081"], ["updated_at", "2016-12-14 18:37:46.807949"], ["id", 47]]
2645
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2646
+  (0.1ms) SAVEPOINT active_record_1
2647
+ 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-12-14 18:37:46.809706"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.810479"], ["id", 48]]
2648
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2649
+ Rendered user_mailer/invite.text.erb (0.0ms)
2650
+
2651
+ UserMailer#invite: processed outbound mail in 0.9ms
2652
+
2653
+ Sent mail to test@mail.com (1.1ms)
2654
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2655
+ From: test@mail.com
2656
+ To: test@mail.com
2657
+ Message-ID: <5851917ac6a94_92b3fd71983fa24119a9@imac-de-matt.mail>
2658
+ Subject: Invite
2659
+ Mime-Version: 1.0
2660
+ Content-Type: text/plain;
2661
+ charset=UTF-8
2662
+ Content-Transfer-Encoding: 7bit
2663
+
2664
+ Test
2665
+
2666
+  (0.1ms) SAVEPOINT active_record_1
2667
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.814371"], ["updated_at", "2016-12-14 18:37:46.814975"], ["id", 48]]
2668
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2669
+  (0.1ms) SAVEPOINT active_record_1
2670
+ 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-12-14 18:37:46.816437"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.816984"], ["id", 49]]
2671
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2672
+ Rendered user_mailer/invite.text.erb (0.0ms)
2673
+
2674
+ UserMailer#invite: processed outbound mail in 0.7ms
2675
+
2676
+ Sent mail to test@mail.com (1.1ms)
2677
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2678
+ From: test@mail.com
2679
+ To: test@mail.com
2680
+ Message-ID: <5851917ac82da_92b3fd71983fa24120bd@imac-de-matt.mail>
2681
+ Subject: Invite
2682
+ Mime-Version: 1.0
2683
+ Content-Type: text/plain;
2684
+ charset=UTF-8
2685
+ Content-Transfer-Encoding: 7bit
2686
+
2687
+ Test
2688
+
2689
+  (0.2ms) SAVEPOINT active_record_1
2690
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.820626"], ["updated_at", "2016-12-14 18:37:46.821363"], ["id", 49]]
2691
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2692
+  (0.1ms) SAVEPOINT active_record_1
2693
+ 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-12-14 18:37:46.822719"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.823332"], ["id", 50]]
2694
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2695
+ Rendered user_mailer/invite.text.erb (0.0ms)
2696
+
2697
+ UserMailer#invite: processed outbound mail in 0.7ms
2698
+
2699
+ Sent mail to test@mail.com (1.3ms)
2700
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2701
+ From: test@mail.com
2702
+ To: test@mail.com
2703
+ Message-ID: <5851917ac9bba_92b3fd71983fa241218a@imac-de-matt.mail>
2704
+ Subject: Invite
2705
+ Mime-Version: 1.0
2706
+ Content-Type: text/plain;
2707
+ charset=UTF-8
2708
+ Content-Transfer-Encoding: 7bit
2709
+
2710
+ Test
2711
+
2712
+  (0.1ms) SAVEPOINT active_record_1
2713
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.827113"], ["updated_at", "2016-12-14 18:37:46.827823"], ["id", 50]]
2714
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2715
+  (0.1ms) SAVEPOINT active_record_1
2716
+ 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-12-14 18:37:46.829159"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.829757"], ["id", 51]]
2717
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2718
+ Rendered user_mailer/invite.text.erb (0.0ms)
2719
+
2720
+ UserMailer#invite: processed outbound mail in 0.8ms
2721
+
2722
+ Sent mail to test@mail.com (1.4ms)
2723
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2724
+ From: test@mail.com
2725
+ To: test@mail.com
2726
+ Message-ID: <5851917acb656_92b3fd71983fa241221e@imac-de-matt.mail>
2727
+ Subject: Invite
2728
+ Mime-Version: 1.0
2729
+ Content-Type: text/plain;
2730
+ charset=UTF-8
2731
+ Content-Transfer-Encoding: 7bit
2732
+
2733
+ Test
2734
+
2735
+  (0.2ms) SAVEPOINT active_record_1
2736
+ SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.833896"], ["updated_at", "2016-12-14 18:37:46.834643"], ["id", 51]]
2737
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2738
+  (0.1ms) SAVEPOINT active_record_1
2739
+ 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-12-14 18:37:46.836400"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.837111"], ["id", 52]]
2740
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2741
+ Rendered user_mailer/invite.text.erb (0.0ms)
2742
+
2743
+ UserMailer#invite: processed outbound mail in 0.7ms
2744
+
2745
+ Sent mail to test@mail.com (1.2ms)
2746
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2747
+ From: test@mail.com
2748
+ To: test@mail.com
2749
+ Message-ID: <5851917acd275_92b3fd71983fa2412367@imac-de-matt.mail>
2750
+ Subject: Invite
2751
+ Mime-Version: 1.0
2752
+ Content-Type: text/plain;
2753
+ charset=UTF-8
2754
+ Content-Transfer-Encoding: 7bit
2755
+
2756
+ Test
2757
+
2758
+  (0.2ms) SAVEPOINT active_record_1
2759
+ SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.841068"], ["updated_at", "2016-12-14 18:37:46.841829"], ["id", 52]]
2760
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2761
+  (0.1ms) SAVEPOINT active_record_1
2762
+ 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-12-14 18:37:46.843311"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.844022"], ["id", 53]]
2763
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2764
+ Rendered user_mailer/invite.text.erb (0.1ms)
2765
+
2766
+ UserMailer#invite: processed outbound mail in 0.7ms
2767
+
2768
+ Sent mail to test@mail.com (1.3ms)
2769
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2770
+ From: test@mail.com
2771
+ To: test@mail.com
2772
+ Message-ID: <5851917acedfc_92b3fd71983fa241248b@imac-de-matt.mail>
2773
+ Subject: Invite
2774
+ Mime-Version: 1.0
2775
+ Content-Type: text/plain;
2776
+ charset=UTF-8
2777
+ Content-Transfer-Encoding: 7bit
2778
+
2779
+ Test
2780
+
2781
+  (0.1ms) SAVEPOINT active_record_1
2782
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.848158"], ["updated_at", "2016-12-14 18:37:46.848882"], ["id", 53]]
2783
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2784
+  (0.1ms) SAVEPOINT active_record_1
2785
+ SQL (0.1ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-14 18:37:46.850274"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.850846"], ["id", 54]]
2786
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2787
+ Rendered user_mailer/invite.text.erb (0.0ms)
2788
+
2789
+ UserMailer#invite: processed outbound mail in 0.7ms
2790
+
2791
+ Sent mail to test@mail.com (1.2ms)
2792
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2793
+ From: test@mail.com
2794
+ To: test@mail.com
2795
+ Message-ID: <5851917ad065e_92b3fd71983fa24125cc@imac-de-matt.mail>
2796
+ Subject: Invite
2797
+ Mime-Version: 1.0
2798
+ Content-Type: text/plain;
2799
+ charset=UTF-8
2800
+ Content-Transfer-Encoding: 7bit
2801
+
2802
+ Test
2803
+
2804
+  (0.1ms) SAVEPOINT active_record_1
2805
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.854285"], ["updated_at", "2016-12-14 18:37:46.854805"], ["id", 54]]
2806
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2807
+  (0.1ms) SAVEPOINT active_record_1
2808
+ 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-12-14 18:37:46.855972"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.856522"], ["id", 55]]
2809
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2810
+ Rendered user_mailer/invite.text.erb (0.0ms)
2811
+
2812
+ UserMailer#invite: processed outbound mail in 0.7ms
2813
+
2814
+ Sent mail to test@mail.com (1.1ms)
2815
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2816
+ From: test@mail.com
2817
+ To: test@mail.com
2818
+ Message-ID: <5851917ad1d01_92b3fd71983fa24126ee@imac-de-matt.mail>
2819
+ Subject: Invite
2820
+ Mime-Version: 1.0
2821
+ Content-Type: text/plain;
2822
+ charset=UTF-8
2823
+ Content-Transfer-Encoding: 7bit
2824
+
2825
+ Test
2826
+
2827
+  (0.1ms) SAVEPOINT active_record_1
2828
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.860061"], ["updated_at", "2016-12-14 18:37:46.860638"], ["id", 55]]
2829
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2830
+  (0.1ms) SAVEPOINT active_record_1
2831
+ 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-12-14 18:37:46.861915"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.862490"], ["id", 56]]
2832
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2833
+ Rendered user_mailer/invite.text.erb (0.0ms)
2834
+
2835
+ UserMailer#invite: processed outbound mail in 0.6ms
2836
+
2837
+ Sent mail to test@mail.com (1.2ms)
2838
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2839
+ From: test@mail.com
2840
+ To: test@mail.com
2841
+ Message-ID: <5851917ad33b8_92b3fd71983fa2412739@imac-de-matt.mail>
2842
+ Subject: Invite
2843
+ Mime-Version: 1.0
2844
+ Content-Type: text/plain;
2845
+ charset=UTF-8
2846
+ Content-Transfer-Encoding: 7bit
2847
+
2848
+ Test
2849
+
2850
+  (0.1ms) SAVEPOINT active_record_1
2851
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.865946"], ["updated_at", "2016-12-14 18:37:46.866628"], ["id", 56]]
2852
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2853
+  (0.1ms) SAVEPOINT active_record_1
2854
+ 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-12-14 18:37:46.868037"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.868606"], ["id", 57]]
2855
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2856
+ Rendered user_mailer/invite.text.erb (0.0ms)
2857
+
2858
+ UserMailer#invite: processed outbound mail in 0.7ms
2859
+
2860
+ Sent mail to test@mail.com (1.1ms)
2861
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2862
+ From: test@mail.com
2863
+ To: test@mail.com
2864
+ Message-ID: <5851917ad4c52_92b3fd71983fa2412897@imac-de-matt.mail>
2865
+ Subject: Invite
2866
+ Mime-Version: 1.0
2867
+ Content-Type: text/plain;
2868
+ charset=UTF-8
2869
+ Content-Transfer-Encoding: 7bit
2870
+
2871
+ Test
2872
+
2873
+  (0.1ms) SAVEPOINT active_record_1
2874
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.872127"], ["updated_at", "2016-12-14 18:37:46.872690"], ["id", 57]]
2875
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2876
+  (0.1ms) SAVEPOINT active_record_1
2877
+ 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-12-14 18:37:46.873859"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.874411"], ["id", 58]]
2878
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2879
+ Rendered user_mailer/invite.text.erb (0.0ms)
2880
+
2881
+ UserMailer#invite: processed outbound mail in 0.6ms
2882
+
2883
+ Sent mail to test@mail.com (1.1ms)
2884
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2885
+ From: test@mail.com
2886
+ To: test@mail.com
2887
+ Message-ID: <5851917ad61ab_92b3fd71983fa24129e8@imac-de-matt.mail>
2888
+ Subject: Invite
2889
+ Mime-Version: 1.0
2890
+ Content-Type: text/plain;
2891
+ charset=UTF-8
2892
+ Content-Transfer-Encoding: 7bit
2893
+
2894
+ Test
2895
+
2896
+  (0.1ms) SAVEPOINT active_record_1
2897
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.877616"], ["updated_at", "2016-12-14 18:37:46.878145"], ["id", 58]]
2898
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2899
+  (0.1ms) SAVEPOINT active_record_1
2900
+ 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-12-14 18:37:46.879298"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.879863"], ["id", 59]]
2901
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2902
+ Rendered user_mailer/invite.text.erb (0.0ms)
2903
+
2904
+ UserMailer#invite: processed outbound mail in 0.5ms
2905
+
2906
+ Sent mail to test@mail.com (1.2ms)
2907
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2908
+ From: test@mail.com
2909
+ To: test@mail.com
2910
+ Message-ID: <5851917ad76f5_92b3fd71983fa2413054@imac-de-matt.mail>
2911
+ Subject: Invite
2912
+ Mime-Version: 1.0
2913
+ Content-Type: text/plain;
2914
+ charset=UTF-8
2915
+ Content-Transfer-Encoding: 7bit
2916
+
2917
+ Test
2918
+
2919
+  (0.2ms) SAVEPOINT active_record_1
2920
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.883138"], ["updated_at", "2016-12-14 18:37:46.883794"], ["id", 59]]
2921
+  (0.2ms) RELEASE SAVEPOINT active_record_1
2922
+  (0.1ms) SAVEPOINT active_record_1
2923
+ 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-12-14 18:37:46.885039"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.885600"], ["id", 60]]
2924
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2925
+ Rendered user_mailer/invite.text.erb (0.0ms)
2926
+
2927
+ UserMailer#invite: processed outbound mail in 0.6ms
2928
+
2929
+ Sent mail to test@mail.com (1.4ms)
2930
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2931
+ From: test@mail.com
2932
+ To: test@mail.com
2933
+ Message-ID: <5851917ad8e6e_92b3fd71983fa241316b@imac-de-matt.mail>
2934
+ Subject: Invite
2935
+ Mime-Version: 1.0
2936
+ Content-Type: text/plain;
2937
+ charset=UTF-8
2938
+ Content-Transfer-Encoding: 7bit
2939
+
2940
+ Test
2941
+
2942
+  (0.2ms) SAVEPOINT active_record_1
2943
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.889155"], ["updated_at", "2016-12-14 18:37:46.889810"], ["id", 60]]
2944
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2945
+  (0.1ms) SAVEPOINT active_record_1
2946
+ 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-12-14 18:37:46.891015"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.891578"], ["id", 61]]
2947
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2948
+ Rendered user_mailer/invite.text.erb (0.0ms)
2949
+
2950
+ UserMailer#invite: processed outbound mail in 0.7ms
2951
+
2952
+ Sent mail to test@mail.com (1.2ms)
2953
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2954
+ From: test@mail.com
2955
+ To: test@mail.com
2956
+ Message-ID: <5851917ada645_92b3fd71983fa241324d@imac-de-matt.mail>
2957
+ Subject: Invite
2958
+ Mime-Version: 1.0
2959
+ Content-Type: text/plain;
2960
+ charset=UTF-8
2961
+ Content-Transfer-Encoding: 7bit
2962
+
2963
+ Test
2964
+
2965
+  (0.1ms) SAVEPOINT active_record_1
2966
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.895247"], ["updated_at", "2016-12-14 18:37:46.895831"], ["id", 61]]
2967
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2968
+  (0.1ms) SAVEPOINT active_record_1
2969
+ 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-12-14 18:37:46.897061"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.897616"], ["id", 62]]
2970
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2971
+ Rendered user_mailer/invite.text.erb (0.0ms)
2972
+
2973
+ UserMailer#invite: processed outbound mail in 0.8ms
2974
+
2975
+ Sent mail to test@mail.com (1.1ms)
2976
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
2977
+ From: test@mail.com
2978
+ To: test@mail.com
2979
+ Message-ID: <5851917adbe08_92b3fd71983fa24133ae@imac-de-matt.mail>
2980
+ Subject: Invite
2981
+ Mime-Version: 1.0
2982
+ Content-Type: text/plain;
2983
+ charset=UTF-8
2984
+ Content-Transfer-Encoding: 7bit
2985
+
2986
+ Test
2987
+
2988
+  (0.1ms) SAVEPOINT active_record_1
2989
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.901272"], ["updated_at", "2016-12-14 18:37:46.901872"], ["id", 62]]
2990
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2991
+  (0.1ms) SAVEPOINT active_record_1
2992
+ 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-12-14 18:37:46.903086"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.903626"], ["id", 63]]
2993
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2994
+ Rendered user_mailer/invite.text.erb (0.0ms)
2995
+
2996
+ UserMailer#invite: processed outbound mail in 0.6ms
2997
+
2998
+ Sent mail to test@mail.com (1.0ms)
2999
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
3000
+ From: test@mail.com
3001
+ To: test@mail.com
3002
+ Message-ID: <5851917add3c1_92b3fd71983fa2413455@imac-de-matt.mail>
3003
+ Subject: Invite
3004
+ Mime-Version: 1.0
3005
+ Content-Type: text/plain;
3006
+ charset=UTF-8
3007
+ Content-Transfer-Encoding: 7bit
3008
+
3009
+ Test
3010
+
3011
+  (0.1ms) SAVEPOINT active_record_1
3012
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.906799"], ["updated_at", "2016-12-14 18:37:46.907321"], ["id", 63]]
3013
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3014
+  (0.1ms) SAVEPOINT active_record_1
3015
+ 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-12-14 18:37:46.908548"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.909142"], ["id", 64]]
3016
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3017
+ Rendered user_mailer/invite.text.erb (0.0ms)
3018
+
3019
+ UserMailer#invite: processed outbound mail in 0.7ms
3020
+
3021
+ Sent mail to test@mail.com (1.2ms)
3022
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
3023
+ From: test@mail.com
3024
+ To: test@mail.com
3025
+ Message-ID: <5851917adeb4f_92b3fd71983fa241358e@imac-de-matt.mail>
3026
+ Subject: Invite
3027
+ Mime-Version: 1.0
3028
+ Content-Type: text/plain;
3029
+ charset=UTF-8
3030
+ Content-Transfer-Encoding: 7bit
3031
+
3032
+ Test
3033
+
3034
+  (0.2ms) SAVEPOINT active_record_1
3035
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.912930"], ["updated_at", "2016-12-14 18:37:46.913679"], ["id", 64]]
3036
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3037
+  (0.2ms) SAVEPOINT active_record_1
3038
+ 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-12-14 18:37:46.915117"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.915759"], ["id", 65]]
3039
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3040
+ Rendered user_mailer/invite.text.erb (0.0ms)
3041
+
3042
+ UserMailer#invite: processed outbound mail in 0.8ms
3043
+
3044
+ Sent mail to test@mail.com (1.2ms)
3045
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
3046
+ From: test@mail.com
3047
+ To: test@mail.com
3048
+ Message-ID: <5851917ae0548_92b3fd71983fa24136c2@imac-de-matt.mail>
3049
+ Subject: Invite
3050
+ Mime-Version: 1.0
3051
+ Content-Type: text/plain;
3052
+ charset=UTF-8
3053
+ Content-Transfer-Encoding: 7bit
3054
+
3055
+ Test
3056
+
3057
+  (0.1ms) SAVEPOINT active_record_1
3058
+ SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.919670"], ["updated_at", "2016-12-14 18:37:46.920406"], ["id", 65]]
3059
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3060
+  (0.1ms) SAVEPOINT active_record_1
3061
+ 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-12-14 18:37:46.921822"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.922453"], ["id", 66]]
3062
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3063
+ Rendered user_mailer/invite.text.erb (0.0ms)
3064
+
3065
+ UserMailer#invite: processed outbound mail in 0.7ms
3066
+
3067
+ Sent mail to test@mail.com (1.3ms)
3068
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
3069
+ From: test@mail.com
3070
+ To: test@mail.com
3071
+ Message-ID: <5851917ae1f3b_92b3fd71983fa24137b7@imac-de-matt.mail>
3072
+ Subject: Invite
3073
+ Mime-Version: 1.0
3074
+ Content-Type: text/plain;
3075
+ charset=UTF-8
3076
+ Content-Transfer-Encoding: 7bit
3077
+
3078
+ Test
3079
+
3080
+  (0.1ms) SAVEPOINT active_record_1
3081
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.926299"], ["updated_at", "2016-12-14 18:37:46.927146"], ["id", 66]]
3082
+  (0.2ms) RELEASE SAVEPOINT active_record_1
3083
+  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]
3084
+  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]
3085
+  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]
3086
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3087
+  (0.1ms) SAVEPOINT active_record_1
3088
+ SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "processing"], ["processed_at", "2016-12-14 18:37:46.931479"], ["updated_at", "2016-12-14 18:37:46.932277"], ["id", 70]]
3089
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3090
+ Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-14 18:37:46.934104' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
3091
+  (0.1ms) SAVEPOINT active_record_1
3092
+ 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-12-14 18:37:46.935055"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.935801"], ["id", 67]]
3093
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3094
+ Rendered user_mailer/invite.text.erb (0.0ms)
3095
+
3096
+ UserMailer#invite: processed outbound mail in 0.8ms
3097
+
3098
+ Sent mail to test@mail.com (1.2ms)
3099
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
3100
+ From: test@mail.com
3101
+ To: test@mail.com
3102
+ Message-ID: <5851917ae54ee_92b3fd71983fa2413826@imac-de-matt.mail>
3103
+ Subject: Invite
3104
+ Mime-Version: 1.0
3105
+ Content-Type: text/plain;
3106
+ charset=UTF-8
3107
+ Content-Transfer-Encoding: 7bit
3108
+
3109
+ Test
3110
+
3111
+  (0.1ms) SAVEPOINT active_record_1
3112
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.939977"], ["updated_at", "2016-12-14 18:37:46.940767"], ["id", 67]]
3113
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3114
+  (0.1ms) SAVEPOINT active_record_1
3115
+ 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-12-14 18:37:46.942079"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.942627"], ["id", 68]]
3116
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3117
+ Rendered user_mailer/invite.text.erb (0.0ms)
3118
+
3119
+ UserMailer#invite: processed outbound mail in 0.7ms
3120
+
3121
+ Sent mail to test@mail.com (1.3ms)
3122
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
3123
+ From: test@mail.com
3124
+ To: test@mail.com
3125
+ Message-ID: <5851917ae6d3d_92b3fd71983fa24139d7@imac-de-matt.mail>
3126
+ Subject: Invite
3127
+ Mime-Version: 1.0
3128
+ Content-Type: text/plain;
3129
+ charset=UTF-8
3130
+ Content-Transfer-Encoding: 7bit
3131
+
3132
+ Test
3133
+
3134
+  (0.1ms) SAVEPOINT active_record_1
3135
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.946366"], ["updated_at", "2016-12-14 18:37:46.947006"], ["id", 68]]
3136
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3137
+  (0.1ms) SAVEPOINT active_record_1
3138
+ 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-12-14 18:37:46.948196"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.948865"], ["id", 69]]
3139
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3140
+ Rendered user_mailer/invite.text.erb (0.0ms)
3141
+
3142
+ UserMailer#invite: processed outbound mail in 0.7ms
3143
+
3144
+ Sent mail to test@mail.com (1.2ms)
3145
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
3146
+ From: test@mail.com
3147
+ To: test@mail.com
3148
+ Message-ID: <5851917ae85ef_92b3fd71983fa2414074@imac-de-matt.mail>
3149
+ Subject: Invite
3150
+ Mime-Version: 1.0
3151
+ Content-Type: text/plain;
3152
+ charset=UTF-8
3153
+ Content-Transfer-Encoding: 7bit
3154
+
3155
+ Test
3156
+
3157
+  (0.1ms) SAVEPOINT active_record_1
3158
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.952495"], ["updated_at", "2016-12-14 18:37:46.953056"], ["id", 69]]
3159
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3160
+  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]
3161
+  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]
3162
+  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]
3163
+  (0.2ms) ROLLBACK
3164
+  (0.1ms) BEGIN
3165
+ ---------------------------
3166
+ ProcessorTest: test_process
3167
+ ---------------------------
3168
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3169
+ [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\":\"25a8e115-5aac-47f2-bae9-9d15e66f2d4b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 18:37:46.957177"], ["updated_at", "2016-12-14 18:37:46.957177"]]
3170
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3171
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 25a8e115-5aac-47f2-bae9-9d15e66f2d4b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3172
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-14 18:37:46.958644' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
3173
+  (0.1ms) SAVEPOINT active_record_1
3174
+ 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-12-14 18:37:46.959372"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.959968"], ["id", 71]]
3175
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3176
+ Rendered user_mailer/invite.text.erb (0.0ms)
3177
+
3178
+ UserMailer#invite: processed outbound mail in 0.7ms
3179
+
3180
+ Sent mail to test@mail.com (1.3ms)
3181
+ Date: Wed, 14 Dec 2016 15:37:46 -0300
3182
+ From: test@mail.com
3183
+ To: test@mail.com
3184
+ Message-ID: <5851917aeb13a_92b3fd71983fa2414187@imac-de-matt.mail>
3185
+ Subject: Invite
3186
+ Mime-Version: 1.0
3187
+ Content-Type: text/plain;
3188
+ charset=UTF-8
3189
+ Content-Transfer-Encoding: 7bit
3190
+
3191
+ Test
3192
+
3193
+  (0.1ms) SAVEPOINT active_record_1
3194
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-14 18:37:46.963663"], ["updated_at", "2016-12-14 18:37:46.964321"], ["id", 71]]
3195
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3196
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3197
+  (0.1ms) ROLLBACK
3198
+  (0.1ms) BEGIN
3199
+ ---------------------------
3200
+ ProcessorTest: test_retries
3201
+ ---------------------------
3202
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3203
+ [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\":\"0e0a4a5c-c49f-40df-aa96-acca9900de7d\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-12-14 18:37:46.968548"], ["updated_at", "2016-12-14 18:37:46.968548"]]
3204
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3205
+ [ActiveJob] Enqueued ShareProductsJob (Job ID: 0e0a4a5c-c49f-40df-aa96-acca9900de7d) to Sidejobs(default)
3206
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-14 18:37:46.970013' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
3207
+  (0.1ms) SAVEPOINT active_record_1
3208
+ 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-12-14 18:37:46.970785"], ["attempts", 1], ["updated_at", "2016-12-14 18:37:46.971370"], ["id", 72]]
3209
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3210
+  (0.1ms) SAVEPOINT active_record_1
3211
+ 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-12-14 18:37:46.972954"], ["error", "Social network unavailable"], ["updated_at", "2016-12-14 18:37:46.973510"], ["id", 72]]
3212
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3213
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-14 18:37:46.974971' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
3214
+  (0.1ms) SAVEPOINT active_record_1
3215
+ 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-12-14 18:37:46.975680"], ["attempts", 2], ["updated_at", "2016-12-14 18:37:46.976308"], ["id", 72]]
3216
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3217
+  (0.1ms) SAVEPOINT active_record_1
3218
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-12-14 18:37:46.977676"], ["updated_at", "2016-12-14 18:37:46.978279"], ["id", 72]]
3219
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3220
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-14 18:37:46.979573' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
3221
+  (0.1ms) SAVEPOINT active_record_1
3222
+ 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-12-14 18:37:46.980323"], ["attempts", 3], ["updated_at", "2016-12-14 18:37:46.980938"], ["id", 72]]
3223
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3224
+  (0.1ms) SAVEPOINT active_record_1
3225
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-12-14 18:37:46.982387"], ["updated_at", "2016-12-14 18:37:46.982942"], ["id", 72]]
3226
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3227
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-14 18:37:46.984148' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
3228
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3229
+  (0.1ms) ROLLBACK
3230
+  (0.1ms) BEGIN
3231
+ ------------------------
3232
+ DaemonTest: test_process
3233
+ ------------------------
3234
+ Sidejobs::Job Load (1.2ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-14 18:37:47.010632' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
3235
+ Sidejobs::Job Load (1.1ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-14 18:37:51.022509' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
3236
+  (0.1ms) BEGIN
3237
+ ------------------------
3238
+ DaemonTest: test_pulling
3239
+ ------------------------
3240
+  (0.2ms) ROLLBACK
3241
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
3242
+  (0.2ms) BEGIN
3243
+ ------------------------
3244
+ DaemonTest: test_process
3245
+ ------------------------
3246
+  (0.1ms) BEGIN
3247
+ ------------------------
3248
+ DaemonTest: test_pulling
3249
+ ------------------------
3250
+  (0.1ms) ROLLBACK
3251
+  (0.1ms) BEGIN
3252
+ ----------------------------
3253
+ GeneratorsTest: test_install
3254
+ ----------------------------
3255
+  (0.2ms) ROLLBACK
3256
+  (0.1ms) BEGIN
3257
+ -----------------------
3258
+ QueueTest: test_enqueue
3259
+ -----------------------
3260
+ [ActiveJob]  (0.2ms) SAVEPOINT active_record_1
3261
+ [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\":\"ce622557-279e-451a-bb62-fec8d85db44a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.461744"], ["updated_at", "2016-12-14 19:09:03.461744"]]
3262
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3263
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ce622557-279e-451a-bb62-fec8d85db44a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3264
+ Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3265
+ [ActiveJob]  (0.2ms) SAVEPOINT active_record_1
3266
+ [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\":\"4eaf57d0-482b-4940-bba9-8860e405a61a\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-12-14 19:09:03.470226"], ["updated_at", "2016-12-14 19:09:03.470226"]]
3267
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3268
+ [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 4eaf57d0-482b-4940-bba9-8860e405a61a) to Sidejobs(high_priority)
3269
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3270
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3271
+ [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\":\"0a150057-8166-4300-adf7-fb1ef4ecb432\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-12-14 19:09:03.474562"], ["updated_at", "2016-12-14 19:09:03.474562"]]
3272
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3273
+ [ActiveJob] Enqueued SendNewslettersJob (Job ID: 0a150057-8166-4300-adf7-fb1ef4ecb432) to Sidejobs(default)
3274
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3275
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3276
+ [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\":\"99e866a4-2e8a-4c69-95e8-1e51f05f3db2\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-12-14 19:09:03.478548"], ["updated_at", "2016-12-14 19:09:03.478548"]]
3277
+ [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1
3278
+ [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 99e866a4-2e8a-4c69-95e8-1e51f05f3db2) to Sidejobs(low_priority)
3279
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3280
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3281
+ [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\":\"f188912c-2234-46b6-b52e-e494e9e2761a\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-12-14 19:09:03.487969"], ["updated_at", "2016-12-14 19:09:03.487969"]]
3282
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3283
+ [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: f188912c-2234-46b6-b52e-e494e9e2761a) to Sidejobs(other)
3284
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3285
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3286
+ [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\":\"cb4d8d5e-1352-45f0-b3b3-5aa036e2de44\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-12-15 05:09:03.490195"], ["created_at", "2016-12-14 19:09:03.491026"], ["updated_at", "2016-12-14 19:09:03.491026"]]
3287
+ [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1
3288
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: cb4d8d5e-1352-45f0-b3b3-5aa036e2de44) to Sidejobs(mailers) at 2016-12-15 05:09:03 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3289
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3290
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3291
+ [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\":\"1ad73eae-5046-41ea-bceb-43a99cfc69d8\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-12-15 05:09:03.490195"], ["created_at", "2016-12-14 19:09:03.494017"], ["updated_at", "2016-12-14 19:09:03.494017"]]
3292
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3293
+ [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 1ad73eae-5046-41ea-bceb-43a99cfc69d8) to Sidejobs(high_priority) at 2016-12-15 05:09:03 UTC
3294
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3295
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3296
+ [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\":\"90a5cca2-d383-44d0-9d18-c8853b1387aa\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-12-15 05:09:03.490195"], ["created_at", "2016-12-14 19:09:03.496696"], ["updated_at", "2016-12-14 19:09:03.496696"]]
3297
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3298
+ [ActiveJob] Enqueued SendNewslettersJob (Job ID: 90a5cca2-d383-44d0-9d18-c8853b1387aa) to Sidejobs(default) at 2016-12-15 05:09:03 UTC
3299
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3300
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3301
+ [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\":\"20bb623b-5f25-40d1-a9dc-43aa2eb79deb\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-12-15 05:09:03.490195"], ["created_at", "2016-12-14 19:09:03.499341"], ["updated_at", "2016-12-14 19:09:03.499341"]]
3302
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3303
+ [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 20bb623b-5f25-40d1-a9dc-43aa2eb79deb) to Sidejobs(low_priority) at 2016-12-15 05:09:03 UTC
3304
+ Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3305
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3306
+ [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\":\"136985ad-f76d-441b-9a72-08d798f2f415\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-12-15 05:09:03.490195"], ["created_at", "2016-12-14 19:09:03.502084"], ["updated_at", "2016-12-14 19:09:03.502084"]]
3307
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3308
+ [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 136985ad-f76d-441b-9a72-08d798f2f415) to Sidejobs(other) at 2016-12-15 05:09:03 UTC
3309
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3310
+  (0.1ms) ROLLBACK
3311
+  (0.1ms) BEGIN
3312
+ -------------------------
3313
+ ProcessorTest: test_batch
3314
+ -------------------------
3315
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3316
+ [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\":\"62c462a7-f5a3-420d-bda9-3b2f29b7ada4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.506011"], ["updated_at", "2016-12-14 19:09:03.506011"]]
3317
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3318
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 62c462a7-f5a3-420d-bda9-3b2f29b7ada4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3319
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3320
+ [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\":\"bfca346e-ce38-496a-8f2c-55b0c085d314\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.508080"], ["updated_at", "2016-12-14 19:09:03.508080"]]
3321
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3322
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: bfca346e-ce38-496a-8f2c-55b0c085d314) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3323
+ [ActiveJob]  (0.2ms) SAVEPOINT active_record_1
3324
+ [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\":\"1b1c8051-78a8-4d49-8818-2c036aa33932\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.510142"], ["updated_at", "2016-12-14 19:09:03.510142"]]
3325
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3326
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1b1c8051-78a8-4d49-8818-2c036aa33932) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3327
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3328
+ [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\":\"1959e676-176a-4171-9018-a2c09225ab12\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.512239"], ["updated_at", "2016-12-14 19:09:03.512239"]]
3329
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3330
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1959e676-176a-4171-9018-a2c09225ab12) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3331
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3332
+ [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\":\"de17dec6-e3bc-4c50-8f29-fb983b08aebf\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.514329"], ["updated_at", "2016-12-14 19:09:03.514329"]]
3333
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3334
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: de17dec6-e3bc-4c50-8f29-fb983b08aebf) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3335
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3336
+ [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\":\"54c4369f-16d4-442d-a967-cf2900f5fed0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.516393"], ["updated_at", "2016-12-14 19:09:03.516393"]]
3337
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3338
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 54c4369f-16d4-442d-a967-cf2900f5fed0) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3339
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3340
+ [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\":\"abe6597c-8460-40e7-99cd-ad79bc8201e8\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.518466"], ["updated_at", "2016-12-14 19:09:03.518466"]]
3341
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3342
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: abe6597c-8460-40e7-99cd-ad79bc8201e8) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3343
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3344
+ [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\":\"99e59ff2-11ab-4bc2-b43d-ee604fc85e75\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.520485"], ["updated_at", "2016-12-14 19:09:03.520485"]]
3345
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3346
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 99e59ff2-11ab-4bc2-b43d-ee604fc85e75) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3347
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3348
+ [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\":\"ccf76adc-bf9e-46f9-8e4a-7298c61587e2\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.522386"], ["updated_at", "2016-12-14 19:09:03.522386"]]
3349
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3350
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ccf76adc-bf9e-46f9-8e4a-7298c61587e2) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3351
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3352
+ [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\":\"5cdd00e6-dbc7-4b27-88ad-62829534364a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.524347"], ["updated_at", "2016-12-14 19:09:03.524347"]]
3353
+ [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1
3354
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5cdd00e6-dbc7-4b27-88ad-62829534364a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3355
+ [ActiveJob]  (0.3ms) SAVEPOINT active_record_1
3356
+ [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\":\"7a8f166b-1706-4e3c-9740-ba77318295a0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.526855"], ["updated_at", "2016-12-14 19:09:03.526855"]]
3357
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3358
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7a8f166b-1706-4e3c-9740-ba77318295a0) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3359
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3360
+ [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\":\"74999634-3245-4de0-87c2-b85b8aefb684\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.528987"], ["updated_at", "2016-12-14 19:09:03.528987"]]
3361
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3362
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 74999634-3245-4de0-87c2-b85b8aefb684) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3363
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3364
+ [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\":\"1e9d0522-cd61-4f30-bd81-4035ede65b42\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.531080"], ["updated_at", "2016-12-14 19:09:03.531080"]]
3365
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3366
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1e9d0522-cd61-4f30-bd81-4035ede65b42) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3367
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3368
+ [ActiveJob] SQL (0.1ms) 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\":\"11dff333-1da2-4cfc-a5a9-7b37c6bcd3f2\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.532959"], ["updated_at", "2016-12-14 19:09:03.532959"]]
3369
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3370
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 11dff333-1da2-4cfc-a5a9-7b37c6bcd3f2) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3371
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3372
+ [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\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7062cc78-82fa-492b-8694-ed7ee3e5eea0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.534931"], ["updated_at", "2016-12-14 19:09:03.534931"]]
3373
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3374
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7062cc78-82fa-492b-8694-ed7ee3e5eea0) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3375
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3376
+ [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\":\"5b6e503f-ba41-4b3c-a42a-64ccadd92811\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.537616"], ["updated_at", "2016-12-14 19:09:03.537616"]]
3377
+ [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1
3378
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5b6e503f-ba41-4b3c-a42a-64ccadd92811) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3379
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3380
+ [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\":\"860ffd1b-6eed-49c9-abe0-e467023b75f6\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.539773"], ["updated_at", "2016-12-14 19:09:03.539773"]]
3381
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3382
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 860ffd1b-6eed-49c9-abe0-e467023b75f6) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3383
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3384
+ [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\":\"7c128362-f2a5-4229-a09d-954533240b9d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.541778"], ["updated_at", "2016-12-14 19:09:03.541778"]]
3385
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3386
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7c128362-f2a5-4229-a09d-954533240b9d) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3387
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3388
+ [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\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fc4bbf02-d2cc-43c4-bf0b-b1601e947366\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.543842"], ["updated_at", "2016-12-14 19:09:03.543842"]]
3389
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3390
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fc4bbf02-d2cc-43c4-bf0b-b1601e947366) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3391
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3392
+ [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\":\"3fe81234-c498-4e01-9599-1fa7b82a8397\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.545850"], ["updated_at", "2016-12-14 19:09:03.545850"]]
3393
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3394
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3fe81234-c498-4e01-9599-1fa7b82a8397) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3395
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3396
+ [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\":\"f960d5c9-6cb0-416b-8a85-46ebf2f96cf4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.547819"], ["updated_at", "2016-12-14 19:09:03.547819"]]
3397
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3398
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f960d5c9-6cb0-416b-8a85-46ebf2f96cf4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3399
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3400
+ [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\":\"fbfd8888-e664-47e5-b50f-0a29642122d5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.549811"], ["updated_at", "2016-12-14 19:09:03.549811"]]
3401
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3402
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fbfd8888-e664-47e5-b50f-0a29642122d5) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3403
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3404
+ [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\":\"721c6eb7-5dbf-4573-a8fd-90676e312901\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.551848"], ["updated_at", "2016-12-14 19:09:03.551848"]]
3405
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3406
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 721c6eb7-5dbf-4573-a8fd-90676e312901) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3407
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3408
+ [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\":\"a0cb494b-9029-4107-bf4f-bdd49cb17018\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.553842"], ["updated_at", "2016-12-14 19:09:03.553842"]]
3409
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3410
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a0cb494b-9029-4107-bf4f-bdd49cb17018) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3411
+ [ActiveJob] [ActionMailer::DeliveryJob] [62c462a7-f5a3-420d-bda9-3b2f29b7ada4] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3412
+ [ActiveJob] [ActionMailer::DeliveryJob] [62c462a7-f5a3-420d-bda9-3b2f29b7ada4] Rendered user_mailer/invite.text.erb (1.1ms)
3413
+ [ActiveJob] [ActionMailer::DeliveryJob] [62c462a7-f5a3-420d-bda9-3b2f29b7ada4]
3414
+ UserMailer#invite: processed outbound mail in 146.8ms
3415
+ [ActiveJob] [ActionMailer::DeliveryJob] [62c462a7-f5a3-420d-bda9-3b2f29b7ada4]
3416
+ Sent mail to test@mail.com (7.5ms)
3417
+ [ActiveJob] [ActionMailer::DeliveryJob] [62c462a7-f5a3-420d-bda9-3b2f29b7ada4] Date: Wed, 14 Dec 2016 16:09:03 -0300
3418
+ From: test@mail.com
3419
+ To: test@mail.com
3420
+ Message-ID: <585198cfafdb5_10a83fef1a03fa0448644@imac-de-matt.mail>
3421
+ Subject: Invite
3422
+ Mime-Version: 1.0
3423
+ Content-Type: text/plain;
3424
+ charset=UTF-8
3425
+ Content-Transfer-Encoding: 7bit
3426
+
3427
+ Test
3428
+
3429
+ [ActiveJob] [ActionMailer::DeliveryJob] [62c462a7-f5a3-420d-bda9-3b2f29b7ada4] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 159.0ms
3430
+ [ActiveJob] [ActionMailer::DeliveryJob] [bfca346e-ce38-496a-8f2c-55b0c085d314] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3431
+ [ActiveJob] [ActionMailer::DeliveryJob] [bfca346e-ce38-496a-8f2c-55b0c085d314] Rendered user_mailer/invite.text.erb (0.0ms)
3432
+ [ActiveJob] [ActionMailer::DeliveryJob] [bfca346e-ce38-496a-8f2c-55b0c085d314]
3433
+ UserMailer#invite: processed outbound mail in 0.8ms
3434
+ [ActiveJob] [ActionMailer::DeliveryJob] [bfca346e-ce38-496a-8f2c-55b0c085d314]
3435
+ Sent mail to test@mail.com (1.2ms)
3436
+ [ActiveJob] [ActionMailer::DeliveryJob] [bfca346e-ce38-496a-8f2c-55b0c085d314] Date: Wed, 14 Dec 2016 16:09:03 -0300
3437
+ From: test@mail.com
3438
+ To: test@mail.com
3439
+ Message-ID: <585198cfb210a_10a83fef1a03fa04487c@imac-de-matt.mail>
3440
+ Subject: Invite
3441
+ Mime-Version: 1.0
3442
+ Content-Type: text/plain;
3443
+ charset=UTF-8
3444
+ Content-Transfer-Encoding: 7bit
3445
+
3446
+ Test
3447
+
3448
+ [ActiveJob] [ActionMailer::DeliveryJob] [bfca346e-ce38-496a-8f2c-55b0c085d314] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 2.18ms
3449
+ [ActiveJob] [ActionMailer::DeliveryJob] [1b1c8051-78a8-4d49-8818-2c036aa33932] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3450
+ [ActiveJob] [ActionMailer::DeliveryJob] [1b1c8051-78a8-4d49-8818-2c036aa33932] Rendered user_mailer/invite.text.erb (0.0ms)
3451
+ [ActiveJob] [ActionMailer::DeliveryJob] [1b1c8051-78a8-4d49-8818-2c036aa33932]
3452
+ UserMailer#invite: processed outbound mail in 0.6ms
3453
+ [ActiveJob] [ActionMailer::DeliveryJob] [1b1c8051-78a8-4d49-8818-2c036aa33932]
3454
+ Sent mail to test@mail.com (1.0ms)
3455
+ [ActiveJob] [ActionMailer::DeliveryJob] [1b1c8051-78a8-4d49-8818-2c036aa33932] Date: Wed, 14 Dec 2016 16:09:03 -0300
3456
+ From: test@mail.com
3457
+ To: test@mail.com
3458
+ Message-ID: <585198cfb384b_10a83fef1a03fa0448869@imac-de-matt.mail>
3459
+ Subject: Invite
3460
+ Mime-Version: 1.0
3461
+ Content-Type: text/plain;
3462
+ charset=UTF-8
3463
+ Content-Transfer-Encoding: 7bit
3464
+
3465
+ Test
3466
+
3467
+ [ActiveJob] [ActionMailer::DeliveryJob] [1b1c8051-78a8-4d49-8818-2c036aa33932] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 1.87ms
3468
+ [ActiveJob] [ActionMailer::DeliveryJob] [1959e676-176a-4171-9018-a2c09225ab12] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3469
+ [ActiveJob] [ActionMailer::DeliveryJob] [1959e676-176a-4171-9018-a2c09225ab12] Rendered user_mailer/invite.text.erb (0.0ms)
3470
+ [ActiveJob] [ActionMailer::DeliveryJob] [1959e676-176a-4171-9018-a2c09225ab12]
3471
+ UserMailer#invite: processed outbound mail in 0.6ms
3472
+ [ActiveJob] [ActionMailer::DeliveryJob] [1959e676-176a-4171-9018-a2c09225ab12]
3473
+ Sent mail to test@mail.com (1.2ms)
3474
+ [ActiveJob] [ActionMailer::DeliveryJob] [1959e676-176a-4171-9018-a2c09225ab12] Date: Wed, 14 Dec 2016 16:09:03 -0300
3475
+ From: test@mail.com
3476
+ To: test@mail.com
3477
+ Message-ID: <585198cfb506f_10a83fef1a03fa0448932@imac-de-matt.mail>
3478
+ Subject: Invite
3479
+ Mime-Version: 1.0
3480
+ Content-Type: text/plain;
3481
+ charset=UTF-8
3482
+ Content-Transfer-Encoding: 7bit
3483
+
3484
+ Test
3485
+
3486
+ [ActiveJob] [ActionMailer::DeliveryJob] [1959e676-176a-4171-9018-a2c09225ab12] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 2.1ms
3487
+ [ActiveJob] [ActionMailer::DeliveryJob] [de17dec6-e3bc-4c50-8f29-fb983b08aebf] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3488
+ [ActiveJob] [ActionMailer::DeliveryJob] [de17dec6-e3bc-4c50-8f29-fb983b08aebf] Rendered user_mailer/invite.text.erb (0.1ms)
3489
+ [ActiveJob] [ActionMailer::DeliveryJob] [de17dec6-e3bc-4c50-8f29-fb983b08aebf]
3490
+ UserMailer#invite: processed outbound mail in 0.7ms
3491
+ [ActiveJob] [ActionMailer::DeliveryJob] [de17dec6-e3bc-4c50-8f29-fb983b08aebf]
3492
+ Sent mail to test@mail.com (1.2ms)
3493
+ [ActiveJob] [ActionMailer::DeliveryJob] [de17dec6-e3bc-4c50-8f29-fb983b08aebf] Date: Wed, 14 Dec 2016 16:09:03 -0300
3494
+ From: test@mail.com
3495
+ To: test@mail.com
3496
+ Message-ID: <585198cfb6cd7_10a83fef1a03fa0449027@imac-de-matt.mail>
3497
+ Subject: Invite
3498
+ Mime-Version: 1.0
3499
+ Content-Type: text/plain;
3500
+ charset=UTF-8
3501
+ Content-Transfer-Encoding: 7bit
3502
+
3503
+ Test
3504
+
3505
+ [ActiveJob] [ActionMailer::DeliveryJob] [de17dec6-e3bc-4c50-8f29-fb983b08aebf] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 2.29ms
3506
+ [ActiveJob] [ActionMailer::DeliveryJob] [54c4369f-16d4-442d-a967-cf2900f5fed0] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3507
+ [ActiveJob] [ActionMailer::DeliveryJob] [54c4369f-16d4-442d-a967-cf2900f5fed0] Rendered user_mailer/invite.text.erb (0.0ms)
3508
+ [ActiveJob] [ActionMailer::DeliveryJob] [54c4369f-16d4-442d-a967-cf2900f5fed0]
3509
+ UserMailer#invite: processed outbound mail in 0.7ms
3510
+ [ActiveJob] [ActionMailer::DeliveryJob] [54c4369f-16d4-442d-a967-cf2900f5fed0]
3511
+ Sent mail to test@mail.com (1.1ms)
3512
+ [ActiveJob] [ActionMailer::DeliveryJob] [54c4369f-16d4-442d-a967-cf2900f5fed0] Date: Wed, 14 Dec 2016 16:09:03 -0300
3513
+ From: test@mail.com
3514
+ To: test@mail.com
3515
+ Message-ID: <585198cfb854b_10a83fef1a03fa044914d@imac-de-matt.mail>
3516
+ Subject: Invite
3517
+ Mime-Version: 1.0
3518
+ Content-Type: text/plain;
3519
+ charset=UTF-8
3520
+ Content-Transfer-Encoding: 7bit
3521
+
3522
+ Test
3523
+
3524
+ [ActiveJob] [ActionMailer::DeliveryJob] [54c4369f-16d4-442d-a967-cf2900f5fed0] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 2.08ms
3525
+ [ActiveJob] [ActionMailer::DeliveryJob] [abe6597c-8460-40e7-99cd-ad79bc8201e8] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3526
+ [ActiveJob] [ActionMailer::DeliveryJob] [abe6597c-8460-40e7-99cd-ad79bc8201e8] Rendered user_mailer/invite.text.erb (0.0ms)
3527
+ [ActiveJob] [ActionMailer::DeliveryJob] [abe6597c-8460-40e7-99cd-ad79bc8201e8]
3528
+ UserMailer#invite: processed outbound mail in 0.7ms
3529
+ [ActiveJob] [ActionMailer::DeliveryJob] [abe6597c-8460-40e7-99cd-ad79bc8201e8]
3530
+ Sent mail to test@mail.com (1.2ms)
3531
+ [ActiveJob] [ActionMailer::DeliveryJob] [abe6597c-8460-40e7-99cd-ad79bc8201e8] Date: Wed, 14 Dec 2016 16:09:03 -0300
3532
+ From: test@mail.com
3533
+ To: test@mail.com
3534
+ Message-ID: <585198cfb9d10_10a83fef1a03fa04492bc@imac-de-matt.mail>
3535
+ Subject: Invite
3536
+ Mime-Version: 1.0
3537
+ Content-Type: text/plain;
3538
+ charset=UTF-8
3539
+ Content-Transfer-Encoding: 7bit
3540
+
3541
+ Test
3542
+
3543
+ [ActiveJob] [ActionMailer::DeliveryJob] [abe6597c-8460-40e7-99cd-ad79bc8201e8] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 2.22ms
3544
+ [ActiveJob] [ActionMailer::DeliveryJob] [99e59ff2-11ab-4bc2-b43d-ee604fc85e75] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3545
+ [ActiveJob] [ActionMailer::DeliveryJob] [99e59ff2-11ab-4bc2-b43d-ee604fc85e75] Rendered user_mailer/invite.text.erb (0.0ms)
3546
+ [ActiveJob] [ActionMailer::DeliveryJob] [99e59ff2-11ab-4bc2-b43d-ee604fc85e75]
3547
+ UserMailer#invite: processed outbound mail in 0.7ms
3548
+ [ActiveJob] [ActionMailer::DeliveryJob] [99e59ff2-11ab-4bc2-b43d-ee604fc85e75]
3549
+ Sent mail to test@mail.com (1.1ms)
3550
+ [ActiveJob] [ActionMailer::DeliveryJob] [99e59ff2-11ab-4bc2-b43d-ee604fc85e75] Date: Wed, 14 Dec 2016 16:09:03 -0300
3551
+ From: test@mail.com
3552
+ To: test@mail.com
3553
+ Message-ID: <585198cfbb67d_10a83fef1a03fa04493d@imac-de-matt.mail>
3554
+ Subject: Invite
3555
+ Mime-Version: 1.0
3556
+ Content-Type: text/plain;
3557
+ charset=UTF-8
3558
+ Content-Transfer-Encoding: 7bit
3559
+
3560
+ Test
3561
+
3562
+ [ActiveJob] [ActionMailer::DeliveryJob] [99e59ff2-11ab-4bc2-b43d-ee604fc85e75] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 2.06ms
3563
+ [ActiveJob] [ActionMailer::DeliveryJob] [ccf76adc-bf9e-46f9-8e4a-7298c61587e2] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3564
+ [ActiveJob] [ActionMailer::DeliveryJob] [ccf76adc-bf9e-46f9-8e4a-7298c61587e2] Rendered user_mailer/invite.text.erb (0.0ms)
3565
+ [ActiveJob] [ActionMailer::DeliveryJob] [ccf76adc-bf9e-46f9-8e4a-7298c61587e2]
3566
+ UserMailer#invite: processed outbound mail in 0.6ms
3567
+ [ActiveJob] [ActionMailer::DeliveryJob] [ccf76adc-bf9e-46f9-8e4a-7298c61587e2]
3568
+ Sent mail to test@mail.com (1.0ms)
3569
+ [ActiveJob] [ActionMailer::DeliveryJob] [ccf76adc-bf9e-46f9-8e4a-7298c61587e2] Date: Wed, 14 Dec 2016 16:09:03 -0300
3570
+ From: test@mail.com
3571
+ To: test@mail.com
3572
+ Message-ID: <585198cfbcce7_10a83fef1a03fa04494d9@imac-de-matt.mail>
3573
+ Subject: Invite
3574
+ Mime-Version: 1.0
3575
+ Content-Type: text/plain;
3576
+ charset=UTF-8
3577
+ Content-Transfer-Encoding: 7bit
3578
+
3579
+ Test
3580
+
3581
+ [ActiveJob] [ActionMailer::DeliveryJob] [ccf76adc-bf9e-46f9-8e4a-7298c61587e2] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 1.75ms
3582
+ [ActiveJob] [ActionMailer::DeliveryJob] [5cdd00e6-dbc7-4b27-88ad-62829534364a] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3583
+ [ActiveJob] [ActionMailer::DeliveryJob] [5cdd00e6-dbc7-4b27-88ad-62829534364a] Rendered user_mailer/invite.text.erb (0.0ms)
3584
+ [ActiveJob] [ActionMailer::DeliveryJob] [5cdd00e6-dbc7-4b27-88ad-62829534364a]
3585
+ UserMailer#invite: processed outbound mail in 0.6ms
3586
+ [ActiveJob] [ActionMailer::DeliveryJob] [5cdd00e6-dbc7-4b27-88ad-62829534364a]
3587
+ Sent mail to test@mail.com (1.0ms)
3588
+ [ActiveJob] [ActionMailer::DeliveryJob] [5cdd00e6-dbc7-4b27-88ad-62829534364a] Date: Wed, 14 Dec 2016 16:09:03 -0300
3589
+ From: test@mail.com
3590
+ To: test@mail.com
3591
+ Message-ID: <585198cfbe2e4_10a83fef1a03fa04495ea@imac-de-matt.mail>
3592
+ Subject: Invite
3593
+ Mime-Version: 1.0
3594
+ Content-Type: text/plain;
3595
+ charset=UTF-8
3596
+ Content-Transfer-Encoding: 7bit
3597
+
3598
+ Test
3599
+
3600
+ [ActiveJob] [ActionMailer::DeliveryJob] [5cdd00e6-dbc7-4b27-88ad-62829534364a] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 1.81ms
3601
+ [ActiveJob] [ActionMailer::DeliveryJob] [7a8f166b-1706-4e3c-9740-ba77318295a0] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3602
+ [ActiveJob] [ActionMailer::DeliveryJob] [7a8f166b-1706-4e3c-9740-ba77318295a0] Rendered user_mailer/invite.text.erb (0.0ms)
3603
+ [ActiveJob] [ActionMailer::DeliveryJob] [7a8f166b-1706-4e3c-9740-ba77318295a0]
3604
+ UserMailer#invite: processed outbound mail in 0.6ms
3605
+ [ActiveJob] [ActionMailer::DeliveryJob] [7a8f166b-1706-4e3c-9740-ba77318295a0]
3606
+ Sent mail to test@mail.com (1.0ms)
3607
+ [ActiveJob] [ActionMailer::DeliveryJob] [7a8f166b-1706-4e3c-9740-ba77318295a0] Date: Wed, 14 Dec 2016 16:09:03 -0300
3608
+ From: test@mail.com
3609
+ To: test@mail.com
3610
+ Message-ID: <585198cfbf8d3_10a83fef1a03fa0449667@imac-de-matt.mail>
3611
+ Subject: Invite
3612
+ Mime-Version: 1.0
3613
+ Content-Type: text/plain;
3614
+ charset=UTF-8
3615
+ Content-Transfer-Encoding: 7bit
3616
+
3617
+ Test
3618
+
3619
+ [ActiveJob] [ActionMailer::DeliveryJob] [7a8f166b-1706-4e3c-9740-ba77318295a0] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 1.81ms
3620
+ [ActiveJob] [ActionMailer::DeliveryJob] [74999634-3245-4de0-87c2-b85b8aefb684] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3621
+ [ActiveJob] [ActionMailer::DeliveryJob] [74999634-3245-4de0-87c2-b85b8aefb684] Rendered user_mailer/invite.text.erb (0.0ms)
3622
+ [ActiveJob] [ActionMailer::DeliveryJob] [74999634-3245-4de0-87c2-b85b8aefb684]
3623
+ UserMailer#invite: processed outbound mail in 0.7ms
3624
+ [ActiveJob] [ActionMailer::DeliveryJob] [74999634-3245-4de0-87c2-b85b8aefb684]
3625
+ Sent mail to test@mail.com (1.0ms)
3626
+ [ActiveJob] [ActionMailer::DeliveryJob] [74999634-3245-4de0-87c2-b85b8aefb684] Date: Wed, 14 Dec 2016 16:09:03 -0300
3627
+ From: test@mail.com
3628
+ To: test@mail.com
3629
+ Message-ID: <585198cfc0ef0_10a83fef1a03fa04497c6@imac-de-matt.mail>
3630
+ Subject: Invite
3631
+ Mime-Version: 1.0
3632
+ Content-Type: text/plain;
3633
+ charset=UTF-8
3634
+ Content-Transfer-Encoding: 7bit
3635
+
3636
+ Test
3637
+
3638
+ [ActiveJob] [ActionMailer::DeliveryJob] [74999634-3245-4de0-87c2-b85b8aefb684] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 1.91ms
3639
+ [ActiveJob] [ActionMailer::DeliveryJob] [1e9d0522-cd61-4f30-bd81-4035ede65b42] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3640
+ [ActiveJob] [ActionMailer::DeliveryJob] [1e9d0522-cd61-4f30-bd81-4035ede65b42] Rendered user_mailer/invite.text.erb (0.0ms)
3641
+ [ActiveJob] [ActionMailer::DeliveryJob] [1e9d0522-cd61-4f30-bd81-4035ede65b42]
3642
+ UserMailer#invite: processed outbound mail in 0.7ms
3643
+ [ActiveJob] [ActionMailer::DeliveryJob] [1e9d0522-cd61-4f30-bd81-4035ede65b42]
3644
+ Sent mail to test@mail.com (1.0ms)
3645
+ [ActiveJob] [ActionMailer::DeliveryJob] [1e9d0522-cd61-4f30-bd81-4035ede65b42] Date: Wed, 14 Dec 2016 16:09:03 -0300
3646
+ From: test@mail.com
3647
+ To: test@mail.com
3648
+ Message-ID: <585198cfc2530_10a83fef1a03fa0449858@imac-de-matt.mail>
3649
+ Subject: Invite
3650
+ Mime-Version: 1.0
3651
+ Content-Type: text/plain;
3652
+ charset=UTF-8
3653
+ Content-Transfer-Encoding: 7bit
3654
+
3655
+ Test
3656
+
3657
+ [ActiveJob] [ActionMailer::DeliveryJob] [1e9d0522-cd61-4f30-bd81-4035ede65b42] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 1.96ms
3658
+ [ActiveJob] [ActionMailer::DeliveryJob] [11dff333-1da2-4cfc-a5a9-7b37c6bcd3f2] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3659
+ [ActiveJob] [ActionMailer::DeliveryJob] [11dff333-1da2-4cfc-a5a9-7b37c6bcd3f2] Rendered user_mailer/invite.text.erb (0.0ms)
3660
+ [ActiveJob] [ActionMailer::DeliveryJob] [11dff333-1da2-4cfc-a5a9-7b37c6bcd3f2]
3661
+ UserMailer#invite: processed outbound mail in 0.6ms
3662
+ [ActiveJob] [ActionMailer::DeliveryJob] [11dff333-1da2-4cfc-a5a9-7b37c6bcd3f2]
3663
+ Sent mail to test@mail.com (1.0ms)
3664
+ [ActiveJob] [ActionMailer::DeliveryJob] [11dff333-1da2-4cfc-a5a9-7b37c6bcd3f2] Date: Wed, 14 Dec 2016 16:09:03 -0300
3665
+ From: test@mail.com
3666
+ To: test@mail.com
3667
+ Message-ID: <585198cfc3aab_10a83fef1a03fa04499ea@imac-de-matt.mail>
3668
+ Subject: Invite
3669
+ Mime-Version: 1.0
3670
+ Content-Type: text/plain;
3671
+ charset=UTF-8
3672
+ Content-Transfer-Encoding: 7bit
3673
+
3674
+ Test
3675
+
3676
+ [ActiveJob] [ActionMailer::DeliveryJob] [11dff333-1da2-4cfc-a5a9-7b37c6bcd3f2] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 1.83ms
3677
+ [ActiveJob] [ActionMailer::DeliveryJob] [7062cc78-82fa-492b-8694-ed7ee3e5eea0] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3678
+ [ActiveJob] [ActionMailer::DeliveryJob] [7062cc78-82fa-492b-8694-ed7ee3e5eea0] Rendered user_mailer/invite.text.erb (0.0ms)
3679
+ [ActiveJob] [ActionMailer::DeliveryJob] [7062cc78-82fa-492b-8694-ed7ee3e5eea0]
3680
+ UserMailer#invite: processed outbound mail in 0.6ms
3681
+ [ActiveJob] [ActionMailer::DeliveryJob] [7062cc78-82fa-492b-8694-ed7ee3e5eea0]
3682
+ Sent mail to test@mail.com (1.0ms)
3683
+ [ActiveJob] [ActionMailer::DeliveryJob] [7062cc78-82fa-492b-8694-ed7ee3e5eea0] Date: Wed, 14 Dec 2016 16:09:03 -0300
3684
+ From: test@mail.com
3685
+ To: test@mail.com
3686
+ Message-ID: <585198cfc4f72_10a83fef1a03fa0450013@imac-de-matt.mail>
3687
+ Subject: Invite
3688
+ Mime-Version: 1.0
3689
+ Content-Type: text/plain;
3690
+ charset=UTF-8
3691
+ Content-Transfer-Encoding: 7bit
3692
+
3693
+ Test
3694
+
3695
+ [ActiveJob] [ActionMailer::DeliveryJob] [7062cc78-82fa-492b-8694-ed7ee3e5eea0] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 1.82ms
3696
+ [ActiveJob] [ActionMailer::DeliveryJob] [5b6e503f-ba41-4b3c-a42a-64ccadd92811] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3697
+ [ActiveJob] [ActionMailer::DeliveryJob] [5b6e503f-ba41-4b3c-a42a-64ccadd92811] Rendered user_mailer/invite.text.erb (0.0ms)
3698
+ [ActiveJob] [ActionMailer::DeliveryJob] [5b6e503f-ba41-4b3c-a42a-64ccadd92811]
3699
+ UserMailer#invite: processed outbound mail in 0.5ms
3700
+ [ActiveJob] [ActionMailer::DeliveryJob] [5b6e503f-ba41-4b3c-a42a-64ccadd92811]
3701
+ Sent mail to test@mail.com (1.1ms)
3702
+ [ActiveJob] [ActionMailer::DeliveryJob] [5b6e503f-ba41-4b3c-a42a-64ccadd92811] Date: Wed, 14 Dec 2016 16:09:03 -0300
3703
+ From: test@mail.com
3704
+ To: test@mail.com
3705
+ Message-ID: <585198cfc6463_10a83fef1a03fa045016b@imac-de-matt.mail>
3706
+ Subject: Invite
3707
+ Mime-Version: 1.0
3708
+ Content-Type: text/plain;
3709
+ charset=UTF-8
3710
+ Content-Transfer-Encoding: 7bit
3711
+
3712
+ Test
3713
+
3714
+ [ActiveJob] [ActionMailer::DeliveryJob] [5b6e503f-ba41-4b3c-a42a-64ccadd92811] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 1.84ms
3715
+ [ActiveJob] [ActionMailer::DeliveryJob] [860ffd1b-6eed-49c9-abe0-e467023b75f6] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3716
+ [ActiveJob] [ActionMailer::DeliveryJob] [860ffd1b-6eed-49c9-abe0-e467023b75f6] Rendered user_mailer/invite.text.erb (0.0ms)
3717
+ [ActiveJob] [ActionMailer::DeliveryJob] [860ffd1b-6eed-49c9-abe0-e467023b75f6]
3718
+ UserMailer#invite: processed outbound mail in 0.6ms
3719
+ [ActiveJob] [ActionMailer::DeliveryJob] [860ffd1b-6eed-49c9-abe0-e467023b75f6]
3720
+ Sent mail to test@mail.com (1.2ms)
3721
+ [ActiveJob] [ActionMailer::DeliveryJob] [860ffd1b-6eed-49c9-abe0-e467023b75f6] Date: Wed, 14 Dec 2016 16:09:03 -0300
3722
+ From: test@mail.com
3723
+ To: test@mail.com
3724
+ Message-ID: <585198cfc7af7_10a83fef1a03fa045029e@imac-de-matt.mail>
3725
+ Subject: Invite
3726
+ Mime-Version: 1.0
3727
+ Content-Type: text/plain;
3728
+ charset=UTF-8
3729
+ Content-Transfer-Encoding: 7bit
3730
+
3731
+ Test
3732
+
3733
+ [ActiveJob] [ActionMailer::DeliveryJob] [860ffd1b-6eed-49c9-abe0-e467023b75f6] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 1.97ms
3734
+ [ActiveJob] [ActionMailer::DeliveryJob] [7c128362-f2a5-4229-a09d-954533240b9d] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3735
+ [ActiveJob] [ActionMailer::DeliveryJob] [7c128362-f2a5-4229-a09d-954533240b9d] Rendered user_mailer/invite.text.erb (0.0ms)
3736
+ [ActiveJob] [ActionMailer::DeliveryJob] [7c128362-f2a5-4229-a09d-954533240b9d]
3737
+ UserMailer#invite: processed outbound mail in 0.7ms
3738
+ [ActiveJob] [ActionMailer::DeliveryJob] [7c128362-f2a5-4229-a09d-954533240b9d]
3739
+ Sent mail to test@mail.com (1.1ms)
3740
+ [ActiveJob] [ActionMailer::DeliveryJob] [7c128362-f2a5-4229-a09d-954533240b9d] Date: Wed, 14 Dec 2016 16:09:03 -0300
3741
+ From: test@mail.com
3742
+ To: test@mail.com
3743
+ Message-ID: <585198cfc9345_10a83fef1a03fa0450376@imac-de-matt.mail>
3744
+ Subject: Invite
3745
+ Mime-Version: 1.0
3746
+ Content-Type: text/plain;
3747
+ charset=UTF-8
3748
+ Content-Transfer-Encoding: 7bit
3749
+
3750
+ Test
3751
+
3752
+ [ActiveJob] [ActionMailer::DeliveryJob] [7c128362-f2a5-4229-a09d-954533240b9d] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 2.07ms
3753
+ [ActiveJob] [ActionMailer::DeliveryJob] [fc4bbf02-d2cc-43c4-bf0b-b1601e947366] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3754
+ [ActiveJob] [ActionMailer::DeliveryJob] [fc4bbf02-d2cc-43c4-bf0b-b1601e947366] Rendered user_mailer/invite.text.erb (0.0ms)
3755
+ [ActiveJob] [ActionMailer::DeliveryJob] [fc4bbf02-d2cc-43c4-bf0b-b1601e947366]
3756
+ UserMailer#invite: processed outbound mail in 0.7ms
3757
+ [ActiveJob] [ActionMailer::DeliveryJob] [fc4bbf02-d2cc-43c4-bf0b-b1601e947366]
3758
+ Sent mail to test@mail.com (1.1ms)
3759
+ [ActiveJob] [ActionMailer::DeliveryJob] [fc4bbf02-d2cc-43c4-bf0b-b1601e947366] Date: Wed, 14 Dec 2016 16:09:03 -0300
3760
+ From: test@mail.com
3761
+ To: test@mail.com
3762
+ Message-ID: <585198cfca9fa_10a83fef1a03fa045041a@imac-de-matt.mail>
3763
+ Subject: Invite
3764
+ Mime-Version: 1.0
3765
+ Content-Type: text/plain;
3766
+ charset=UTF-8
3767
+ Content-Transfer-Encoding: 7bit
3768
+
3769
+ Test
3770
+
3771
+ [ActiveJob] [ActionMailer::DeliveryJob] [fc4bbf02-d2cc-43c4-bf0b-b1601e947366] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 1.95ms
3772
+ [ActiveJob] [ActionMailer::DeliveryJob] [3fe81234-c498-4e01-9599-1fa7b82a8397] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3773
+ [ActiveJob] [ActionMailer::DeliveryJob] [3fe81234-c498-4e01-9599-1fa7b82a8397] Rendered user_mailer/invite.text.erb (0.0ms)
3774
+ [ActiveJob] [ActionMailer::DeliveryJob] [3fe81234-c498-4e01-9599-1fa7b82a8397]
3775
+ UserMailer#invite: processed outbound mail in 0.7ms
3776
+ [ActiveJob] [ActionMailer::DeliveryJob] [3fe81234-c498-4e01-9599-1fa7b82a8397]
3777
+ Sent mail to test@mail.com (1.1ms)
3778
+ [ActiveJob] [ActionMailer::DeliveryJob] [3fe81234-c498-4e01-9599-1fa7b82a8397] Date: Wed, 14 Dec 2016 16:09:03 -0300
3779
+ From: test@mail.com
3780
+ To: test@mail.com
3781
+ Message-ID: <585198cfcc04c_10a83fef1a03fa045051d@imac-de-matt.mail>
3782
+ Subject: Invite
3783
+ Mime-Version: 1.0
3784
+ Content-Type: text/plain;
3785
+ charset=UTF-8
3786
+ Content-Transfer-Encoding: 7bit
3787
+
3788
+ Test
3789
+
3790
+ [ActiveJob] [ActionMailer::DeliveryJob] [3fe81234-c498-4e01-9599-1fa7b82a8397] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 2.0ms
3791
+  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]
3792
+  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]
3793
+  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]
3794
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3795
+  (0.1ms) SAVEPOINT active_record_1
3796
+ SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "processing"], ["processed_at", "2016-12-14 19:09:03.840592"], ["updated_at", "2016-12-14 19:09:03.841222"], ["id", 106]]
3797
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3798
+ [ActiveJob] [ActionMailer::DeliveryJob] [f960d5c9-6cb0-416b-8a85-46ebf2f96cf4] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3799
+ [ActiveJob] [ActionMailer::DeliveryJob] [f960d5c9-6cb0-416b-8a85-46ebf2f96cf4] Rendered user_mailer/invite.text.erb (0.0ms)
3800
+ [ActiveJob] [ActionMailer::DeliveryJob] [f960d5c9-6cb0-416b-8a85-46ebf2f96cf4]
3801
+ UserMailer#invite: processed outbound mail in 0.6ms
3802
+ [ActiveJob] [ActionMailer::DeliveryJob] [f960d5c9-6cb0-416b-8a85-46ebf2f96cf4]
3803
+ Sent mail to test@mail.com (1.2ms)
3804
+ [ActiveJob] [ActionMailer::DeliveryJob] [f960d5c9-6cb0-416b-8a85-46ebf2f96cf4] Date: Wed, 14 Dec 2016 16:09:03 -0300
3805
+ From: test@mail.com
3806
+ To: test@mail.com
3807
+ Message-ID: <585198cfcebb8_10a83fef1a03fa04506f3@imac-de-matt.mail>
3808
+ Subject: Invite
3809
+ Mime-Version: 1.0
3810
+ Content-Type: text/plain;
3811
+ charset=UTF-8
3812
+ Content-Transfer-Encoding: 7bit
3813
+
3814
+ Test
3815
+
3816
+ [ActiveJob] [ActionMailer::DeliveryJob] [f960d5c9-6cb0-416b-8a85-46ebf2f96cf4] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 2.06ms
3817
+ [ActiveJob] [ActionMailer::DeliveryJob] [fbfd8888-e664-47e5-b50f-0a29642122d5] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3818
+ [ActiveJob] [ActionMailer::DeliveryJob] [fbfd8888-e664-47e5-b50f-0a29642122d5] Rendered user_mailer/invite.text.erb (0.0ms)
3819
+ [ActiveJob] [ActionMailer::DeliveryJob] [fbfd8888-e664-47e5-b50f-0a29642122d5]
3820
+ UserMailer#invite: processed outbound mail in 0.6ms
3821
+ [ActiveJob] [ActionMailer::DeliveryJob] [fbfd8888-e664-47e5-b50f-0a29642122d5]
3822
+ Sent mail to test@mail.com (1.1ms)
3823
+ [ActiveJob] [ActionMailer::DeliveryJob] [fbfd8888-e664-47e5-b50f-0a29642122d5] Date: Wed, 14 Dec 2016 16:09:03 -0300
3824
+ From: test@mail.com
3825
+ To: test@mail.com
3826
+ Message-ID: <585198cfd01c6_10a83fef1a03fa0450712@imac-de-matt.mail>
3827
+ Subject: Invite
3828
+ Mime-Version: 1.0
3829
+ Content-Type: text/plain;
3830
+ charset=UTF-8
3831
+ Content-Transfer-Encoding: 7bit
3832
+
3833
+ Test
3834
+
3835
+ [ActiveJob] [ActionMailer::DeliveryJob] [fbfd8888-e664-47e5-b50f-0a29642122d5] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 1.89ms
3836
+ [ActiveJob] [ActionMailer::DeliveryJob] [721c6eb7-5dbf-4573-a8fd-90676e312901] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3837
+ [ActiveJob] [ActionMailer::DeliveryJob] [721c6eb7-5dbf-4573-a8fd-90676e312901] Rendered user_mailer/invite.text.erb (0.0ms)
3838
+ [ActiveJob] [ActionMailer::DeliveryJob] [721c6eb7-5dbf-4573-a8fd-90676e312901]
3839
+ UserMailer#invite: processed outbound mail in 0.6ms
3840
+ [ActiveJob] [ActionMailer::DeliveryJob] [721c6eb7-5dbf-4573-a8fd-90676e312901]
3841
+ Sent mail to test@mail.com (1.1ms)
3842
+ [ActiveJob] [ActionMailer::DeliveryJob] [721c6eb7-5dbf-4573-a8fd-90676e312901] Date: Wed, 14 Dec 2016 16:09:03 -0300
3843
+ From: test@mail.com
3844
+ To: test@mail.com
3845
+ Message-ID: <585198cfd17fc_10a83fef1a03fa04508c0@imac-de-matt.mail>
3846
+ Subject: Invite
3847
+ Mime-Version: 1.0
3848
+ Content-Type: text/plain;
3849
+ charset=UTF-8
3850
+ Content-Transfer-Encoding: 7bit
3851
+
3852
+ Test
3853
+
3854
+ [ActiveJob] [ActionMailer::DeliveryJob] [721c6eb7-5dbf-4573-a8fd-90676e312901] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 1.87ms
3855
+  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]
3856
+  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]
3857
+  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]
3858
+  (0.1ms) ROLLBACK
3859
+  (0.1ms) BEGIN
3860
+ ---------------------------
3861
+ ProcessorTest: test_process
3862
+ ---------------------------
3863
+ [ActiveJob]  (0.1ms) SAVEPOINT active_record_1
3864
+ [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\":\"85508a8b-a319-4387-94cd-f643997ddc7d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-14 19:09:03.863499"], ["updated_at", "2016-12-14 19:09:03.863499"]]
3865
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3866
+ [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 85508a8b-a319-4387-94cd-f643997ddc7d) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3867
+ [ActiveJob] [ActionMailer::DeliveryJob] [85508a8b-a319-4387-94cd-f643997ddc7d] Performing ActionMailer::DeliveryJob from Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
3868
+ [ActiveJob] [ActionMailer::DeliveryJob] [85508a8b-a319-4387-94cd-f643997ddc7d] Rendered user_mailer/invite.text.erb (0.0ms)
3869
+ [ActiveJob] [ActionMailer::DeliveryJob] [85508a8b-a319-4387-94cd-f643997ddc7d]
3870
+ UserMailer#invite: processed outbound mail in 0.7ms
3871
+ [ActiveJob] [ActionMailer::DeliveryJob] [85508a8b-a319-4387-94cd-f643997ddc7d]
3872
+ Sent mail to test@mail.com (1.2ms)
3873
+ [ActiveJob] [ActionMailer::DeliveryJob] [85508a8b-a319-4387-94cd-f643997ddc7d] Date: Wed, 14 Dec 2016 16:09:03 -0300
3874
+ From: test@mail.com
3875
+ To: test@mail.com
3876
+ Message-ID: <585198cfd43ad_10a83fef1a03fa0450953@imac-de-matt.mail>
3877
+ Subject: Invite
3878
+ Mime-Version: 1.0
3879
+ Content-Type: text/plain;
3880
+ charset=UTF-8
3881
+ Content-Transfer-Encoding: 7bit
3882
+
3883
+ Test
3884
+
3885
+ [ActiveJob] [ActionMailer::DeliveryJob] [85508a8b-a319-4387-94cd-f643997ddc7d] Performed ActionMailer::DeliveryJob from Sidejobs(mailers) in 2.17ms
3886
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3887
+  (0.1ms) ROLLBACK
3888
+  (0.1ms) BEGIN
3889
+ ---------------------------
3890
+ ProcessorTest: test_retries
3891
+ ---------------------------
3892
+ [ActiveJob]  (0.2ms) SAVEPOINT active_record_1
3893
+ [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\":\"ShareProductsJob\",\"job_id\":\"ce63f2d8-dfce-43de-bfb9-e92356a02df4\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-12-14 19:09:03.874991"], ["updated_at", "2016-12-14 19:09:03.874991"]]
3894
+ [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1
3895
+ [ActiveJob] Enqueued ShareProductsJob (Job ID: ce63f2d8-dfce-43de-bfb9-e92356a02df4) to Sidejobs(default)
3896
+ [ActiveJob] [ShareProductsJob] [ce63f2d8-dfce-43de-bfb9-e92356a02df4] Performing ShareProductsJob from Sidejobs(default)
3897
+ [ActiveJob] [ShareProductsJob] [ce63f2d8-dfce-43de-bfb9-e92356a02df4] Performed ShareProductsJob from Sidejobs(default) in 0.14ms
3898
+ [ActiveJob] [ShareProductsJob] [ce63f2d8-dfce-43de-bfb9-e92356a02df4] Performing ShareProductsJob from Sidejobs(default)
3899
+ [ActiveJob] [ShareProductsJob] [ce63f2d8-dfce-43de-bfb9-e92356a02df4] Performed ShareProductsJob from Sidejobs(default) in 0.09ms
3900
+ [ActiveJob] [ShareProductsJob] [ce63f2d8-dfce-43de-bfb9-e92356a02df4] Performing ShareProductsJob from Sidejobs(default)
3901
+ [ActiveJob] [ShareProductsJob] [ce63f2d8-dfce-43de-bfb9-e92356a02df4] Performed ShareProductsJob from Sidejobs(default) in 0.09ms
3902
+ Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
3903
+  (0.1ms) ROLLBACK