sidejobs 4.0.0.0 → 4.0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/lib/generators/sidejobs/install/install_generator.rb +1 -1
- data/lib/sidejobs/railtie.rb +1 -1
- data/lib/sidejobs/version.rb +1 -1
- data/test/daemon_test.rb +5 -5
- data/test/dummy/config/database.yml +5 -2
- data/test/dummy/db/schema.rb +37 -0
- data/test/dummy/log/development.log +23 -0
- data/test/dummy/log/sidejobs.log +279 -0
- data/test/dummy/log/test.log +1680 -0
- metadata +6 -2
data/test/dummy/log/test.log
CHANGED
@@ -778,3 +778,1683 @@ Test
|
|
778
778
|
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1[0m [["status", "processing"]]
|
779
779
|
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]
|
780
780
|
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
781
|
+
[1m[36mActiveRecord::SchemaMigration Load (2.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
782
|
+
[1m[35m (0.2ms)[0m BEGIN
|
783
|
+
------------------------
|
784
|
+
DaemonTest: test_process
|
785
|
+
------------------------
|
786
|
+
[1m[36mSidejobs::Job Load (4.4ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-11 05:28:01.075226' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20[0m
|
787
|
+
[1m[36mSidejobs::Job Load (1.1ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-11 05:28:05.084421' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20[0m
|
788
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
789
|
+
[1m[35m (0.3ms)[0m BEGIN
|
790
|
+
------------------------
|
791
|
+
DaemonTest: test_process
|
792
|
+
------------------------
|
793
|
+
[1m[35mSidejobs::Job Load (0.5ms)[0m SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-11 05:28:20.098248' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
|
794
|
+
[1m[36mSidejobs::Job Load (1.2ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-11 05:28:23.313842' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20[0m
|
795
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
796
|
+
------------------------
|
797
|
+
DaemonTest: test_pulling
|
798
|
+
------------------------
|
799
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
800
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
801
|
+
-----------------------
|
802
|
+
QueueTest: test_enqueue
|
803
|
+
-----------------------
|
804
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
805
|
+
[ActiveJob] [1m[36mSQL (22.8ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9652df1f-ed6f-49de-9df1-3592e561b6aa\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.335531"], ["updated_at", "2016-12-11 05:28:43.335531"]]
|
806
|
+
[ActiveJob] [1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
807
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9652df1f-ed6f-49de-9df1-3592e561b6aa) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
808
|
+
[1m[36mSidejobs::Job Load (0.5ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
809
|
+
[ActiveJob] [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
810
|
+
[ActiveJob] [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"70fa2f43-afc8-4913-b08e-4d11e2b336dd\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-12-11 05:28:43.366191"], ["updated_at", "2016-12-11 05:28:43.366191"]]
|
811
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
812
|
+
[ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 70fa2f43-afc8-4913-b08e-4d11e2b336dd) to Sidejobs(high_priority)
|
813
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
814
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
815
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"7523fbe7-f4e0-48d5-90d0-f45e99fe34d9\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-12-11 05:28:43.370433"], ["updated_at", "2016-12-11 05:28:43.370433"]]
|
816
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
817
|
+
[ActiveJob] Enqueued SendNewslettersJob (Job ID: 7523fbe7-f4e0-48d5-90d0-f45e99fe34d9) to Sidejobs(default)
|
818
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
819
|
+
[ActiveJob] [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
820
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"a43e349e-1c52-474d-8f43-2a6c2c104981\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-12-11 05:28:43.374460"], ["updated_at", "2016-12-11 05:28:43.374460"]]
|
821
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
822
|
+
[ActiveJob] Enqueued UpdateExchangesJob (Job ID: a43e349e-1c52-474d-8f43-2a6c2c104981) to Sidejobs(low_priority)
|
823
|
+
[1m[36mSidejobs::Job Load (0.2ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
824
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
825
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"c6990fb9-ee95-4288-9bd6-3c227bcf3269\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-12-11 05:28:43.378107"], ["updated_at", "2016-12-11 05:28:43.378107"]]
|
826
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
827
|
+
[ActiveJob] Enqueued ClearGuestUsersJob (Job ID: c6990fb9-ee95-4288-9bd6-3c227bcf3269) to Sidejobs(other)
|
828
|
+
[1m[36mSidejobs::Job Load (0.2ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
829
|
+
[ActiveJob] [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
830
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d9619ad6-264f-4f62-a6d0-3d5babb0ac61\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-12-11 15:28:43.386530"], ["created_at", "2016-12-11 05:28:43.387932"], ["updated_at", "2016-12-11 05:28:43.387932"]]
|
831
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
832
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d9619ad6-264f-4f62-a6d0-3d5babb0ac61) to Sidejobs(mailers) at 2016-12-11 15:28:43 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
833
|
+
[1m[36mSidejobs::Job Load (0.2ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
834
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
835
|
+
[ActiveJob] [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"8d537c48-d522-4342-918c-7013878a446e\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-12-11 15:28:43.386530"], ["created_at", "2016-12-11 05:28:43.391224"], ["updated_at", "2016-12-11 05:28:43.391224"]]
|
836
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
837
|
+
[ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 8d537c48-d522-4342-918c-7013878a446e) to Sidejobs(high_priority) at 2016-12-11 15:28:43 UTC
|
838
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
839
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
840
|
+
[ActiveJob] [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"034e09a8-0eec-447a-88f0-2b811dccd934\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-12-11 15:28:43.386530"], ["created_at", "2016-12-11 05:28:43.394714"], ["updated_at", "2016-12-11 05:28:43.394714"]]
|
841
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
842
|
+
[ActiveJob] Enqueued SendNewslettersJob (Job ID: 034e09a8-0eec-447a-88f0-2b811dccd934) to Sidejobs(default) at 2016-12-11 15:28:43 UTC
|
843
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
844
|
+
[ActiveJob] [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
845
|
+
[ActiveJob] [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"dc0b46c7-c3d6-47c8-9f4d-8c2e5f02bc4a\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-12-11 15:28:43.386530"], ["created_at", "2016-12-11 05:28:43.398431"], ["updated_at", "2016-12-11 05:28:43.398431"]]
|
846
|
+
[ActiveJob] [1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
847
|
+
[ActiveJob] Enqueued UpdateExchangesJob (Job ID: dc0b46c7-c3d6-47c8-9f4d-8c2e5f02bc4a) to Sidejobs(low_priority) at 2016-12-11 15:28:43 UTC
|
848
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
849
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
850
|
+
[ActiveJob] [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"8ebf2ce1-db1d-48ac-8b75-749557206d29\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-12-11 15:28:43.386530"], ["created_at", "2016-12-11 05:28:43.402263"], ["updated_at", "2016-12-11 05:28:43.402263"]]
|
851
|
+
[ActiveJob] [1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
852
|
+
[ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 8ebf2ce1-db1d-48ac-8b75-749557206d29) to Sidejobs(other) at 2016-12-11 15:28:43 UTC
|
853
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
854
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
855
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
856
|
+
-------------------------
|
857
|
+
ProcessorTest: test_batch
|
858
|
+
-------------------------
|
859
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
860
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d31c0400-23f5-47ac-8e25-9ba4fdaa5bf8\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.407327"], ["updated_at", "2016-12-11 05:28:43.407327"]]
|
861
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
862
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d31c0400-23f5-47ac-8e25-9ba4fdaa5bf8) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
863
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
864
|
+
[ActiveJob] [1m[35mSQL (0.3ms)[0m 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\":\"7ad3ec88-b52b-47c8-8255-b21455cbe079\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.409540"], ["updated_at", "2016-12-11 05:28:43.409540"]]
|
865
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
866
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7ad3ec88-b52b-47c8-8255-b21455cbe079) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
867
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
868
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e982290c-9173-4dd7-ba14-a6aa2e478f7e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.412223"], ["updated_at", "2016-12-11 05:28:43.412223"]]
|
869
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
870
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e982290c-9173-4dd7-ba14-a6aa2e478f7e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
871
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
872
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"45046116-7d7f-4210-8ed6-9b689adef59d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.414529"], ["updated_at", "2016-12-11 05:28:43.414529"]]
|
873
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
874
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 45046116-7d7f-4210-8ed6-9b689adef59d) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
875
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
876
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"bcc33a4b-a11b-4df8-a6f0-189003655e2b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.416611"], ["updated_at", "2016-12-11 05:28:43.416611"]]
|
877
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
878
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: bcc33a4b-a11b-4df8-a6f0-189003655e2b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
879
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
880
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"50fe348e-158e-4a29-a908-2130a0942ff1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.418631"], ["updated_at", "2016-12-11 05:28:43.418631"]]
|
881
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
882
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 50fe348e-158e-4a29-a908-2130a0942ff1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
883
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
884
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a26c25f7-9094-4e33-b3fc-2e90f90f0bc2\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.420703"], ["updated_at", "2016-12-11 05:28:43.420703"]]
|
885
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
886
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a26c25f7-9094-4e33-b3fc-2e90f90f0bc2) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
887
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
888
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"ec99cdd6-8c19-42e1-9c25-73c4f59a7542\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.422852"], ["updated_at", "2016-12-11 05:28:43.422852"]]
|
889
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
890
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ec99cdd6-8c19-42e1-9c25-73c4f59a7542) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
891
|
+
[ActiveJob] [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
892
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9a63e6b9-3676-4bf5-abbb-ecaab6dffffe\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.424926"], ["updated_at", "2016-12-11 05:28:43.424926"]]
|
893
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
894
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9a63e6b9-3676-4bf5-abbb-ecaab6dffffe) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
895
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
896
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"607abc0c-66fc-4ce9-81e8-68e2397c8294\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.426932"], ["updated_at", "2016-12-11 05:28:43.426932"]]
|
897
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
898
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 607abc0c-66fc-4ce9-81e8-68e2397c8294) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
899
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
900
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"84369914-8d7f-4dc4-add1-893c5eaf5618\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.429083"], ["updated_at", "2016-12-11 05:28:43.429083"]]
|
901
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
902
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 84369914-8d7f-4dc4-add1-893c5eaf5618) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
903
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
904
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"7fee8452-a8af-426f-8de9-ba859305d126\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.431246"], ["updated_at", "2016-12-11 05:28:43.431246"]]
|
905
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
906
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7fee8452-a8af-426f-8de9-ba859305d126) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
907
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
908
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a1e1fb49-45be-418d-a1f9-eb24df8b3313\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.433404"], ["updated_at", "2016-12-11 05:28:43.433404"]]
|
909
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
910
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a1e1fb49-45be-418d-a1f9-eb24df8b3313) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
911
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
912
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"23f35e75-35bb-4537-8a0e-ac3bf2a71745\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.435506"], ["updated_at", "2016-12-11 05:28:43.435506"]]
|
913
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
914
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 23f35e75-35bb-4537-8a0e-ac3bf2a71745) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
915
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
916
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"82ec2978-02ba-4aa6-a733-4f3c5dfe4403\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.437514"], ["updated_at", "2016-12-11 05:28:43.437514"]]
|
917
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
918
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 82ec2978-02ba-4aa6-a733-4f3c5dfe4403) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
919
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
920
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"ca0a43b4-809f-46ee-a6a5-113fcf765999\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.439742"], ["updated_at", "2016-12-11 05:28:43.439742"]]
|
921
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
922
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ca0a43b4-809f-46ee-a6a5-113fcf765999) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
923
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
924
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e5736afa-83a2-4dc5-9695-507dbd7208e2\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.441811"], ["updated_at", "2016-12-11 05:28:43.441811"]]
|
925
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
926
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e5736afa-83a2-4dc5-9695-507dbd7208e2) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
927
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
928
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"f273d577-c349-4926-9b99-598397b95f54\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.443834"], ["updated_at", "2016-12-11 05:28:43.443834"]]
|
929
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
930
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f273d577-c349-4926-9b99-598397b95f54) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
931
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
932
|
+
[ActiveJob] [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e4fec455-7004-4f6d-90ee-8cce00b964c7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.445932"], ["updated_at", "2016-12-11 05:28:43.445932"]]
|
933
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
934
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e4fec455-7004-4f6d-90ee-8cce00b964c7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
935
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
936
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"194de21a-db39-471e-b8df-985d7dd488fa\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.448124"], ["updated_at", "2016-12-11 05:28:43.448124"]]
|
937
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
938
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 194de21a-db39-471e-b8df-985d7dd488fa) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
939
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
940
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"652748f1-fb91-44bb-87d0-427b4129a02c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.450122"], ["updated_at", "2016-12-11 05:28:43.450122"]]
|
941
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
942
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 652748f1-fb91-44bb-87d0-427b4129a02c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
943
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
944
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"b7a74d30-0608-48bd-9f2b-18b0f7342834\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.452107"], ["updated_at", "2016-12-11 05:28:43.452107"]]
|
945
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
946
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b7a74d30-0608-48bd-9f2b-18b0f7342834) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
947
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
948
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5bebfecc-1d2a-4f47-819d-4dd4cba11a62\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.454127"], ["updated_at", "2016-12-11 05:28:43.454127"]]
|
949
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
950
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5bebfecc-1d2a-4f47-819d-4dd4cba11a62) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
951
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
952
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"3b019d07-3ccc-4c7c-b268-8ce25271891c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.456123"], ["updated_at", "2016-12-11 05:28:43.456123"]]
|
953
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
954
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3b019d07-3ccc-4c7c-b268-8ce25271891c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
955
|
+
[1m[35mSidejobs::Job Load (0.8ms)[0m SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-11 05:28:43.459184' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
|
956
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
957
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.460912"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.461595"], ["id", 674]]
|
958
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
959
|
+
Rendered user_mailer/invite.text.erb (1.0ms)
|
960
|
+
|
961
|
+
UserMailer#invite: processed outbound mail in 153.9ms
|
962
|
+
|
963
|
+
Sent mail to test@mail.com (7.4ms)
|
964
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
965
|
+
From: test@mail.com
|
966
|
+
To: test@mail.com
|
967
|
+
Message-ID: <584ce40b99b38_36633fefbc43f9f4617d7@imac-de-matt.mail>
|
968
|
+
Subject: Invite
|
969
|
+
Mime-Version: 1.0
|
970
|
+
Content-Type: text/plain;
|
971
|
+
charset=UTF-8
|
972
|
+
Content-Transfer-Encoding: 7bit
|
973
|
+
|
974
|
+
Test
|
975
|
+
|
976
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
977
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.632262"], ["updated_at", "2016-12-11 05:28:43.633125"], ["id", 674]]
|
978
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
979
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
980
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.634855"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.635457"], ["id", 675]]
|
981
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
982
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
983
|
+
|
984
|
+
UserMailer#invite: processed outbound mail in 0.8ms
|
985
|
+
|
986
|
+
Sent mail to test@mail.com (1.1ms)
|
987
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
988
|
+
From: test@mail.com
|
989
|
+
To: test@mail.com
|
990
|
+
Message-ID: <584ce40b9be5a_36633fefbc43f9f46184e@imac-de-matt.mail>
|
991
|
+
Subject: Invite
|
992
|
+
Mime-Version: 1.0
|
993
|
+
Content-Type: text/plain;
|
994
|
+
charset=UTF-8
|
995
|
+
Content-Transfer-Encoding: 7bit
|
996
|
+
|
997
|
+
Test
|
998
|
+
|
999
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1000
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.639209"], ["updated_at", "2016-12-11 05:28:43.639990"], ["id", 675]]
|
1001
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1002
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1003
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.641563"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.642165"], ["id", 676]]
|
1004
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1005
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1006
|
+
|
1007
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
1008
|
+
|
1009
|
+
Sent mail to test@mail.com (1.3ms)
|
1010
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1011
|
+
From: test@mail.com
|
1012
|
+
To: test@mail.com
|
1013
|
+
Message-ID: <584ce40b9d8ca_36633fefbc43f9f4619e0@imac-de-matt.mail>
|
1014
|
+
Subject: Invite
|
1015
|
+
Mime-Version: 1.0
|
1016
|
+
Content-Type: text/plain;
|
1017
|
+
charset=UTF-8
|
1018
|
+
Content-Transfer-Encoding: 7bit
|
1019
|
+
|
1020
|
+
Test
|
1021
|
+
|
1022
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1023
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.646076"], ["updated_at", "2016-12-11 05:28:43.646691"], ["id", 676]]
|
1024
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1025
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1026
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.648154"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.648776"], ["id", 677]]
|
1027
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1028
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1029
|
+
|
1030
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
1031
|
+
|
1032
|
+
Sent mail to test@mail.com (1.2ms)
|
1033
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1034
|
+
From: test@mail.com
|
1035
|
+
To: test@mail.com
|
1036
|
+
Message-ID: <584ce40b9f22a_36633fefbc43f9f462087@imac-de-matt.mail>
|
1037
|
+
Subject: Invite
|
1038
|
+
Mime-Version: 1.0
|
1039
|
+
Content-Type: text/plain;
|
1040
|
+
charset=UTF-8
|
1041
|
+
Content-Transfer-Encoding: 7bit
|
1042
|
+
|
1043
|
+
Test
|
1044
|
+
|
1045
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1046
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.652524"], ["updated_at", "2016-12-11 05:28:43.653097"], ["id", 677]]
|
1047
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1048
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1049
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.654456"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.655065"], ["id", 678]]
|
1050
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1051
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1052
|
+
|
1053
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
1054
|
+
|
1055
|
+
Sent mail to test@mail.com (1.3ms)
|
1056
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1057
|
+
From: test@mail.com
|
1058
|
+
To: test@mail.com
|
1059
|
+
Message-ID: <584ce40ba0ad4_36633fefbc43f9f46214e@imac-de-matt.mail>
|
1060
|
+
Subject: Invite
|
1061
|
+
Mime-Version: 1.0
|
1062
|
+
Content-Type: text/plain;
|
1063
|
+
charset=UTF-8
|
1064
|
+
Content-Transfer-Encoding: 7bit
|
1065
|
+
|
1066
|
+
Test
|
1067
|
+
|
1068
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1069
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.658846"], ["updated_at", "2016-12-11 05:28:43.659477"], ["id", 678]]
|
1070
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1071
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1072
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.660820"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.661447"], ["id", 679]]
|
1073
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1074
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1075
|
+
|
1076
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
1077
|
+
|
1078
|
+
Sent mail to test@mail.com (1.1ms)
|
1079
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1080
|
+
From: test@mail.com
|
1081
|
+
To: test@mail.com
|
1082
|
+
Message-ID: <584ce40ba2314_36633fefbc43f9f462278@imac-de-matt.mail>
|
1083
|
+
Subject: Invite
|
1084
|
+
Mime-Version: 1.0
|
1085
|
+
Content-Type: text/plain;
|
1086
|
+
charset=UTF-8
|
1087
|
+
Content-Transfer-Encoding: 7bit
|
1088
|
+
|
1089
|
+
Test
|
1090
|
+
|
1091
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1092
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.665021"], ["updated_at", "2016-12-11 05:28:43.665682"], ["id", 679]]
|
1093
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1094
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1095
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.667043"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.667644"], ["id", 680]]
|
1096
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1097
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1098
|
+
|
1099
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
1100
|
+
|
1101
|
+
Sent mail to test@mail.com (1.1ms)
|
1102
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1103
|
+
From: test@mail.com
|
1104
|
+
To: test@mail.com
|
1105
|
+
Message-ID: <584ce40ba3b29_36633fefbc43f9f462372@imac-de-matt.mail>
|
1106
|
+
Subject: Invite
|
1107
|
+
Mime-Version: 1.0
|
1108
|
+
Content-Type: text/plain;
|
1109
|
+
charset=UTF-8
|
1110
|
+
Content-Transfer-Encoding: 7bit
|
1111
|
+
|
1112
|
+
Test
|
1113
|
+
|
1114
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1115
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.671203"], ["updated_at", "2016-12-11 05:28:43.671853"], ["id", 680]]
|
1116
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1117
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1118
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.673156"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.673795"], ["id", 681]]
|
1119
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1120
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1121
|
+
|
1122
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1123
|
+
|
1124
|
+
Sent mail to test@mail.com (1.1ms)
|
1125
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1126
|
+
From: test@mail.com
|
1127
|
+
To: test@mail.com
|
1128
|
+
Message-ID: <584ce40ba530d_36633fefbc43f9f4624d3@imac-de-matt.mail>
|
1129
|
+
Subject: Invite
|
1130
|
+
Mime-Version: 1.0
|
1131
|
+
Content-Type: text/plain;
|
1132
|
+
charset=UTF-8
|
1133
|
+
Content-Transfer-Encoding: 7bit
|
1134
|
+
|
1135
|
+
Test
|
1136
|
+
|
1137
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1138
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.677296"], ["updated_at", "2016-12-11 05:28:43.677867"], ["id", 681]]
|
1139
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1140
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1141
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.679059"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.679612"], ["id", 682]]
|
1142
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1143
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1144
|
+
|
1145
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1146
|
+
|
1147
|
+
Sent mail to test@mail.com (1.0ms)
|
1148
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1149
|
+
From: test@mail.com
|
1150
|
+
To: test@mail.com
|
1151
|
+
Message-ID: <584ce40ba6911_36633fefbc43f9f462594@imac-de-matt.mail>
|
1152
|
+
Subject: Invite
|
1153
|
+
Mime-Version: 1.0
|
1154
|
+
Content-Type: text/plain;
|
1155
|
+
charset=UTF-8
|
1156
|
+
Content-Transfer-Encoding: 7bit
|
1157
|
+
|
1158
|
+
Test
|
1159
|
+
|
1160
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1161
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.682892"], ["updated_at", "2016-12-11 05:28:43.683508"], ["id", 682]]
|
1162
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1163
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1164
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.684797"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.685373"], ["id", 683]]
|
1165
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1166
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1167
|
+
|
1168
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1169
|
+
|
1170
|
+
Sent mail to test@mail.com (1.0ms)
|
1171
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1172
|
+
From: test@mail.com
|
1173
|
+
To: test@mail.com
|
1174
|
+
Message-ID: <584ce40ba7fa2_36633fefbc43f9f4626fa@imac-de-matt.mail>
|
1175
|
+
Subject: Invite
|
1176
|
+
Mime-Version: 1.0
|
1177
|
+
Content-Type: text/plain;
|
1178
|
+
charset=UTF-8
|
1179
|
+
Content-Transfer-Encoding: 7bit
|
1180
|
+
|
1181
|
+
Test
|
1182
|
+
|
1183
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1184
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.688661"], ["updated_at", "2016-12-11 05:28:43.689283"], ["id", 683]]
|
1185
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1186
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1187
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.690543"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.691085"], ["id", 684]]
|
1188
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1189
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1190
|
+
|
1191
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1192
|
+
|
1193
|
+
Sent mail to test@mail.com (1.0ms)
|
1194
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1195
|
+
From: test@mail.com
|
1196
|
+
To: test@mail.com
|
1197
|
+
Message-ID: <584ce40ba958f_36633fefbc43f9f462718@imac-de-matt.mail>
|
1198
|
+
Subject: Invite
|
1199
|
+
Mime-Version: 1.0
|
1200
|
+
Content-Type: text/plain;
|
1201
|
+
charset=UTF-8
|
1202
|
+
Content-Transfer-Encoding: 7bit
|
1203
|
+
|
1204
|
+
Test
|
1205
|
+
|
1206
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1207
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.694254"], ["updated_at", "2016-12-11 05:28:43.694844"], ["id", 684]]
|
1208
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1209
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1210
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.696039"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.696620"], ["id", 685]]
|
1211
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1212
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1213
|
+
|
1214
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1215
|
+
|
1216
|
+
Sent mail to test@mail.com (1.0ms)
|
1217
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1218
|
+
From: test@mail.com
|
1219
|
+
To: test@mail.com
|
1220
|
+
Message-ID: <584ce40baabc5_36633fefbc43f9f4628c3@imac-de-matt.mail>
|
1221
|
+
Subject: Invite
|
1222
|
+
Mime-Version: 1.0
|
1223
|
+
Content-Type: text/plain;
|
1224
|
+
charset=UTF-8
|
1225
|
+
Content-Transfer-Encoding: 7bit
|
1226
|
+
|
1227
|
+
Test
|
1228
|
+
|
1229
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1230
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.699992"], ["updated_at", "2016-12-11 05:28:43.700620"], ["id", 685]]
|
1231
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1232
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1233
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.701901"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.702448"], ["id", 686]]
|
1234
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1235
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1236
|
+
|
1237
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1238
|
+
|
1239
|
+
Sent mail to test@mail.com (1.0ms)
|
1240
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1241
|
+
From: test@mail.com
|
1242
|
+
To: test@mail.com
|
1243
|
+
Message-ID: <584ce40bac225_36633fefbc43f9f4629e9@imac-de-matt.mail>
|
1244
|
+
Subject: Invite
|
1245
|
+
Mime-Version: 1.0
|
1246
|
+
Content-Type: text/plain;
|
1247
|
+
charset=UTF-8
|
1248
|
+
Content-Transfer-Encoding: 7bit
|
1249
|
+
|
1250
|
+
Test
|
1251
|
+
|
1252
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1253
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.705684"], ["updated_at", "2016-12-11 05:28:43.706248"], ["id", 686]]
|
1254
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1255
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1256
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.707425"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.707976"], ["id", 687]]
|
1257
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1258
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1259
|
+
|
1260
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1261
|
+
|
1262
|
+
Sent mail to test@mail.com (1.0ms)
|
1263
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1264
|
+
From: test@mail.com
|
1265
|
+
To: test@mail.com
|
1266
|
+
Message-ID: <584ce40bad787_36633fefbc43f9f4630c8@imac-de-matt.mail>
|
1267
|
+
Subject: Invite
|
1268
|
+
Mime-Version: 1.0
|
1269
|
+
Content-Type: text/plain;
|
1270
|
+
charset=UTF-8
|
1271
|
+
Content-Transfer-Encoding: 7bit
|
1272
|
+
|
1273
|
+
Test
|
1274
|
+
|
1275
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1276
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.711142"], ["updated_at", "2016-12-11 05:28:43.711671"], ["id", 687]]
|
1277
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1278
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1279
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.712912"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.713497"], ["id", 688]]
|
1280
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1281
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1282
|
+
|
1283
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1284
|
+
|
1285
|
+
Sent mail to test@mail.com (1.0ms)
|
1286
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1287
|
+
From: test@mail.com
|
1288
|
+
To: test@mail.com
|
1289
|
+
Message-ID: <584ce40baed3c_36633fefbc43f9f463158@imac-de-matt.mail>
|
1290
|
+
Subject: Invite
|
1291
|
+
Mime-Version: 1.0
|
1292
|
+
Content-Type: text/plain;
|
1293
|
+
charset=UTF-8
|
1294
|
+
Content-Transfer-Encoding: 7bit
|
1295
|
+
|
1296
|
+
Test
|
1297
|
+
|
1298
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1299
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.716705"], ["updated_at", "2016-12-11 05:28:43.717233"], ["id", 688]]
|
1300
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1301
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1302
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.718375"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.718920"], ["id", 689]]
|
1303
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1304
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1305
|
+
|
1306
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1307
|
+
|
1308
|
+
Sent mail to test@mail.com (1.1ms)
|
1309
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1310
|
+
From: test@mail.com
|
1311
|
+
To: test@mail.com
|
1312
|
+
Message-ID: <584ce40bb0216_36633fefbc43f9f46325c@imac-de-matt.mail>
|
1313
|
+
Subject: Invite
|
1314
|
+
Mime-Version: 1.0
|
1315
|
+
Content-Type: text/plain;
|
1316
|
+
charset=UTF-8
|
1317
|
+
Content-Transfer-Encoding: 7bit
|
1318
|
+
|
1319
|
+
Test
|
1320
|
+
|
1321
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1322
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.722063"], ["updated_at", "2016-12-11 05:28:43.722580"], ["id", 689]]
|
1323
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1324
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1325
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.723756"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.724310"], ["id", 690]]
|
1326
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1327
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1328
|
+
|
1329
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
1330
|
+
|
1331
|
+
Sent mail to test@mail.com (1.1ms)
|
1332
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1333
|
+
From: test@mail.com
|
1334
|
+
To: test@mail.com
|
1335
|
+
Message-ID: <584ce40bb18c6_36633fefbc43f9f4633d0@imac-de-matt.mail>
|
1336
|
+
Subject: Invite
|
1337
|
+
Mime-Version: 1.0
|
1338
|
+
Content-Type: text/plain;
|
1339
|
+
charset=UTF-8
|
1340
|
+
Content-Transfer-Encoding: 7bit
|
1341
|
+
|
1342
|
+
Test
|
1343
|
+
|
1344
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1345
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.727911"], ["updated_at", "2016-12-11 05:28:43.728552"], ["id", 690]]
|
1346
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1347
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1348
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.729772"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.730334"], ["id", 691]]
|
1349
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1350
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1351
|
+
|
1352
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1353
|
+
|
1354
|
+
Sent mail to test@mail.com (1.1ms)
|
1355
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1356
|
+
From: test@mail.com
|
1357
|
+
To: test@mail.com
|
1358
|
+
Message-ID: <584ce40bb2f61_36633fefbc43f9f46341d@imac-de-matt.mail>
|
1359
|
+
Subject: Invite
|
1360
|
+
Mime-Version: 1.0
|
1361
|
+
Content-Type: text/plain;
|
1362
|
+
charset=UTF-8
|
1363
|
+
Content-Transfer-Encoding: 7bit
|
1364
|
+
|
1365
|
+
Test
|
1366
|
+
|
1367
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1368
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.733681"], ["updated_at", "2016-12-11 05:28:43.734235"], ["id", 691]]
|
1369
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1370
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1371
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.735400"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.736004"], ["id", 692]]
|
1372
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1373
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1374
|
+
|
1375
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1376
|
+
|
1377
|
+
Sent mail to test@mail.com (1.1ms)
|
1378
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1379
|
+
From: test@mail.com
|
1380
|
+
To: test@mail.com
|
1381
|
+
Message-ID: <584ce40bb453e_36633fefbc43f9f46356d@imac-de-matt.mail>
|
1382
|
+
Subject: Invite
|
1383
|
+
Mime-Version: 1.0
|
1384
|
+
Content-Type: text/plain;
|
1385
|
+
charset=UTF-8
|
1386
|
+
Content-Transfer-Encoding: 7bit
|
1387
|
+
|
1388
|
+
Test
|
1389
|
+
|
1390
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1391
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.739305"], ["updated_at", "2016-12-11 05:28:43.739837"], ["id", 692]]
|
1392
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1393
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1394
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.740986"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.741556"], ["id", 693]]
|
1395
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1396
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1397
|
+
|
1398
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1399
|
+
|
1400
|
+
Sent mail to test@mail.com (1.2ms)
|
1401
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1402
|
+
From: test@mail.com
|
1403
|
+
To: test@mail.com
|
1404
|
+
Message-ID: <584ce40bb5acb_36633fefbc43f9f4636d7@imac-de-matt.mail>
|
1405
|
+
Subject: Invite
|
1406
|
+
Mime-Version: 1.0
|
1407
|
+
Content-Type: text/plain;
|
1408
|
+
charset=UTF-8
|
1409
|
+
Content-Transfer-Encoding: 7bit
|
1410
|
+
|
1411
|
+
Test
|
1412
|
+
|
1413
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1414
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.744856"], ["updated_at", "2016-12-11 05:28:43.745391"], ["id", 693]]
|
1415
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1416
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1[0m [["status", "complete"]]
|
1417
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]
|
1418
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1[0m [["status", "pending"]]
|
1419
|
+
[1m[35mSidejobs::Job Load (0.2ms)[0m SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
|
1420
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1421
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.749571"], ["updated_at", "2016-12-11 05:28:43.750414"], ["id", 697]]
|
1422
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1423
|
+
[1m[35mSidejobs::Job Load (0.4ms)[0m SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-11 05:28:43.752089' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
|
1424
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1425
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.752939"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.753532"], ["id", 694]]
|
1426
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1427
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1428
|
+
|
1429
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
1430
|
+
|
1431
|
+
Sent mail to test@mail.com (1.2ms)
|
1432
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1433
|
+
From: test@mail.com
|
1434
|
+
To: test@mail.com
|
1435
|
+
Message-ID: <584ce40bb8ae3_36633fefbc43f9f463740@imac-de-matt.mail>
|
1436
|
+
Subject: Invite
|
1437
|
+
Mime-Version: 1.0
|
1438
|
+
Content-Type: text/plain;
|
1439
|
+
charset=UTF-8
|
1440
|
+
Content-Transfer-Encoding: 7bit
|
1441
|
+
|
1442
|
+
Test
|
1443
|
+
|
1444
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1445
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.757139"], ["updated_at", "2016-12-11 05:28:43.757695"], ["id", 694]]
|
1446
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1447
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1448
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.758937"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.759531"], ["id", 695]]
|
1449
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1450
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1451
|
+
|
1452
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1453
|
+
|
1454
|
+
Sent mail to test@mail.com (1.1ms)
|
1455
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1456
|
+
From: test@mail.com
|
1457
|
+
To: test@mail.com
|
1458
|
+
Message-ID: <584ce40bba127_36633fefbc43f9f4638c6@imac-de-matt.mail>
|
1459
|
+
Subject: Invite
|
1460
|
+
Mime-Version: 1.0
|
1461
|
+
Content-Type: text/plain;
|
1462
|
+
charset=UTF-8
|
1463
|
+
Content-Transfer-Encoding: 7bit
|
1464
|
+
|
1465
|
+
Test
|
1466
|
+
|
1467
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1468
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.762786"], ["updated_at", "2016-12-11 05:28:43.763320"], ["id", 695]]
|
1469
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1470
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1471
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.764549"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.765116"], ["id", 696]]
|
1472
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1473
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1474
|
+
|
1475
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
1476
|
+
|
1477
|
+
Sent mail to test@mail.com (1.1ms)
|
1478
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1479
|
+
From: test@mail.com
|
1480
|
+
To: test@mail.com
|
1481
|
+
Message-ID: <584ce40bbb73a_36633fefbc43f9f463921@imac-de-matt.mail>
|
1482
|
+
Subject: Invite
|
1483
|
+
Mime-Version: 1.0
|
1484
|
+
Content-Type: text/plain;
|
1485
|
+
charset=UTF-8
|
1486
|
+
Content-Transfer-Encoding: 7bit
|
1487
|
+
|
1488
|
+
Test
|
1489
|
+
|
1490
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1491
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.768457"], ["updated_at", "2016-12-11 05:28:43.768978"], ["id", 696]]
|
1492
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1493
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1[0m [["status", "complete"]]
|
1494
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]
|
1495
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1[0m [["status", "pending"]]
|
1496
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1497
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1498
|
+
---------------------------
|
1499
|
+
ProcessorTest: test_retries
|
1500
|
+
---------------------------
|
1501
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1502
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"31245125-e0f6-44d6-a511-9218231e0f24\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-12-11 05:28:43.773911"], ["updated_at", "2016-12-11 05:28:43.773911"]]
|
1503
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1504
|
+
[ActiveJob] Enqueued ShareProductsJob (Job ID: 31245125-e0f6-44d6-a511-9218231e0f24) to Sidejobs(default)
|
1505
|
+
[1m[36mSidejobs::Job Load (0.4ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-11 05:28:43.775478' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20[0m
|
1506
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1507
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5[0m [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.776530"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.777224"], ["id", 698]]
|
1508
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1509
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1510
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-12-11 05:28:43.778860"], ["error", "Social network unavailable"], ["updated_at", "2016-12-11 05:28:43.779424"], ["id", 698]]
|
1511
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1512
|
+
[1m[35mSidejobs::Job Load (0.3ms)[0m SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-11 05:28:43.780785' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
|
1513
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1514
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.781501"], ["attempts", 2], ["updated_at", "2016-12-11 05:28:43.782143"], ["id", 698]]
|
1515
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1516
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1517
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "failing"], ["failed_at", "2016-12-11 05:28:43.783408"], ["updated_at", "2016-12-11 05:28:43.783895"], ["id", 698]]
|
1518
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1519
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-11 05:28:43.785245' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20[0m
|
1520
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1521
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5[0m [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.785983"], ["attempts", 3], ["updated_at", "2016-12-11 05:28:43.786611"], ["id", 698]]
|
1522
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1523
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1524
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-12-11 05:28:43.788074"], ["updated_at", "2016-12-11 05:28:43.788591"], ["id", 698]]
|
1525
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1526
|
+
[1m[35mSidejobs::Job Load (0.3ms)[0m SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-11 05:28:43.789741' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
|
1527
|
+
[1m[36mSidejobs::Job Load (0.2ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
1528
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1529
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1530
|
+
---------------------------
|
1531
|
+
ProcessorTest: test_process
|
1532
|
+
---------------------------
|
1533
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1534
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"15ca2775-6ca8-4d14-a470-fa0f3ea99336\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-11 05:28:43.792389"], ["updated_at", "2016-12-11 05:28:43.792389"]]
|
1535
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1536
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 15ca2775-6ca8-4d14-a470-fa0f3ea99336) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1537
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-11 05:28:43.793881' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20[0m
|
1538
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1539
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5[0m [["status", "processing"], ["processed_at", "2016-12-11 05:28:43.794619"], ["attempts", 1], ["updated_at", "2016-12-11 05:28:43.795226"], ["id", 699]]
|
1540
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1541
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1542
|
+
|
1543
|
+
UserMailer#invite: processed outbound mail in 0.8ms
|
1544
|
+
|
1545
|
+
Sent mail to test@mail.com (1.2ms)
|
1546
|
+
Date: Sun, 11 Dec 2016 02:28:43 -0300
|
1547
|
+
From: test@mail.com
|
1548
|
+
To: test@mail.com
|
1549
|
+
Message-ID: <584ce40bc2e69_36633fefbc43f9f46404@imac-de-matt.mail>
|
1550
|
+
Subject: Invite
|
1551
|
+
Mime-Version: 1.0
|
1552
|
+
Content-Type: text/plain;
|
1553
|
+
charset=UTF-8
|
1554
|
+
Content-Transfer-Encoding: 7bit
|
1555
|
+
|
1556
|
+
Test
|
1557
|
+
|
1558
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1559
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-11 05:28:43.799008"], ["updated_at", "2016-12-11 05:28:43.799639"], ["id", 699]]
|
1560
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1561
|
+
[1m[35mSidejobs::Job Load (0.2ms)[0m SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
|
1562
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1563
|
+
[1m[35m (0.1ms)[0m BEGIN
|
1564
|
+
----------------------------
|
1565
|
+
GeneratorsTest: test_install
|
1566
|
+
----------------------------
|
1567
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
1568
|
+
[1m[36m (13.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
|
1569
|
+
[1m[35m (23.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1570
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1571
|
+
Migrating to CreateSidejobs (20161022211612)
|
1572
|
+
[1m[35m (0.2ms)[0m BEGIN
|
1573
|
+
[1m[36m (14.2ms)[0m [1mCREATE TABLE "sidejobs" ("id" serial primary key, "data" jsonb, "queue" character varying, "status" character varying DEFAULT 'pending', "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "error" text, "failed_at" timestamp, "completed_at" timestamp, "processed_at" timestamp, "scheduled_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m
|
1574
|
+
[1m[35m (6.8ms)[0m CREATE INDEX "index_sidejobs_on_status_and_scheduled_at" ON "sidejobs" ("status", "scheduled_at")
|
1575
|
+
[1m[36m (0.7ms)[0m [1mCREATE INDEX "index_sidejobs_on_priority" ON "sidejobs" ("priority")[0m
|
1576
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20161022211612"]]
|
1577
|
+
[1m[36m (6.4ms)[0m [1mCOMMIT[0m
|
1578
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1579
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
1580
|
+
FROM pg_constraint c
|
1581
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
1582
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
1583
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
1584
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
1585
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
1586
|
+
WHERE c.contype = 'f'
|
1587
|
+
AND t1.relname = 'sidejobs'
|
1588
|
+
AND t3.nspname = ANY (current_schemas(false))
|
1589
|
+
ORDER BY c.conname
|
1590
|
+
[0m
|
1591
|
+
[1m[36m (167.3ms)[0m [1mDROP DATABASE IF EXISTS "sidejobs_test"[0m
|
1592
|
+
[1m[35m (368.8ms)[0m CREATE DATABASE "sidejobs_test" ENCODING = 'utf8'
|
1593
|
+
[1m[36mSQL (0.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
1594
|
+
[1m[35m (4.4ms)[0m CREATE TABLE "sidejobs" ("id" serial primary key, "data" jsonb, "queue" character varying, "status" character varying DEFAULT 'pending', "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "error" text, "failed_at" timestamp, "completed_at" timestamp, "processed_at" timestamp, "scheduled_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
|
1595
|
+
[1m[36m (1.0ms)[0m [1mCREATE INDEX "index_sidejobs_on_priority" ON "sidejobs" USING btree ("priority")[0m
|
1596
|
+
[1m[35m (1.1ms)[0m CREATE INDEX "index_sidejobs_on_status_and_scheduled_at" ON "sidejobs" USING btree ("status", "scheduled_at")
|
1597
|
+
[1m[36m (1.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
|
1598
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1599
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1600
|
+
[1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20161022211612')
|
1601
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1602
|
+
[1m[35m (0.2ms)[0m BEGIN
|
1603
|
+
------------------------
|
1604
|
+
DaemonTest: test_process
|
1605
|
+
------------------------
|
1606
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1607
|
+
------------------------
|
1608
|
+
DaemonTest: test_pulling
|
1609
|
+
------------------------
|
1610
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1611
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1612
|
+
-------------------------
|
1613
|
+
ProcessorTest: test_batch
|
1614
|
+
-------------------------
|
1615
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1616
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1617
|
+
---------------------------
|
1618
|
+
ProcessorTest: test_process
|
1619
|
+
---------------------------
|
1620
|
+
[ActiveJob] [ActionMailer::DeliveryJob] [9588d0a6-4cbd-4435-82d3-0ce740c3f012] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1621
|
+
[ActiveJob] [ActionMailer::DeliveryJob] [9588d0a6-4cbd-4435-82d3-0ce740c3f012] Rendered user_mailer/invite.text.erb (1.1ms)
|
1622
|
+
[ActiveJob] [ActionMailer::DeliveryJob] [9588d0a6-4cbd-4435-82d3-0ce740c3f012]
|
1623
|
+
UserMailer#invite: processed outbound mail in 159.5ms
|
1624
|
+
[ActiveJob] [ActionMailer::DeliveryJob] [9588d0a6-4cbd-4435-82d3-0ce740c3f012]
|
1625
|
+
Sent mail to test@mail.com (6.9ms)
|
1626
|
+
[ActiveJob] [ActionMailer::DeliveryJob] [9588d0a6-4cbd-4435-82d3-0ce740c3f012] Date: Tue, 13 Dec 2016 17:23:19 -0300
|
1627
|
+
From: test@mail.com
|
1628
|
+
To: test@mail.com
|
1629
|
+
Message-ID: <585058b7a156a_103173fcbfc43fa14809c2@imac-de-matt.mail>
|
1630
|
+
Subject: Invite
|
1631
|
+
Mime-Version: 1.0
|
1632
|
+
Content-Type: text/plain;
|
1633
|
+
charset=UTF-8
|
1634
|
+
Content-Transfer-Encoding: 7bit
|
1635
|
+
|
1636
|
+
Test
|
1637
|
+
|
1638
|
+
[ActiveJob] [ActionMailer::DeliveryJob] [9588d0a6-4cbd-4435-82d3-0ce740c3f012] Performed ActionMailer::DeliveryJob from Inline(mailers) in 171.6ms
|
1639
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9588d0a6-4cbd-4435-82d3-0ce740c3f012) to Inline(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1640
|
+
[1m[35mSidejobs::Job Load (1.1ms)[0m SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-13 20:23:19.667757' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
|
1641
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
1642
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
1643
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1644
|
+
---------------------------
|
1645
|
+
ProcessorTest: test_retries
|
1646
|
+
---------------------------
|
1647
|
+
[ActiveJob] [ShareProductsJob] [d7bcb85f-4984-41ac-83ed-f07bfac02f12] Performing ShareProductsJob from Inline(default)
|
1648
|
+
[ActiveJob] [ShareProductsJob] [d7bcb85f-4984-41ac-83ed-f07bfac02f12] Performed ShareProductsJob from Inline(default) in 0.19ms
|
1649
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1650
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1651
|
+
----------------------------
|
1652
|
+
GeneratorsTest: test_install
|
1653
|
+
----------------------------
|
1654
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1655
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1656
|
+
-----------------------
|
1657
|
+
QueueTest: test_enqueue
|
1658
|
+
-----------------------
|
1659
|
+
[ActiveJob] [ActionMailer::DeliveryJob] [489f871a-9b19-4d2a-a6ae-ca6e92ac9a13] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1660
|
+
[ActiveJob] [ActionMailer::DeliveryJob] [489f871a-9b19-4d2a-a6ae-ca6e92ac9a13] Rendered user_mailer/invite.text.erb (0.0ms)
|
1661
|
+
[ActiveJob] [ActionMailer::DeliveryJob] [489f871a-9b19-4d2a-a6ae-ca6e92ac9a13]
|
1662
|
+
UserMailer#invite: processed outbound mail in 0.9ms
|
1663
|
+
[ActiveJob] [ActionMailer::DeliveryJob] [489f871a-9b19-4d2a-a6ae-ca6e92ac9a13]
|
1664
|
+
Sent mail to test@mail.com (1.3ms)
|
1665
|
+
[ActiveJob] [ActionMailer::DeliveryJob] [489f871a-9b19-4d2a-a6ae-ca6e92ac9a13] Date: Tue, 13 Dec 2016 17:23:19 -0300
|
1666
|
+
From: test@mail.com
|
1667
|
+
To: test@mail.com
|
1668
|
+
Message-ID: <585058b7a7b12_103173fcbfc43fa14810c4@imac-de-matt.mail>
|
1669
|
+
Subject: Invite
|
1670
|
+
Mime-Version: 1.0
|
1671
|
+
Content-Type: text/plain;
|
1672
|
+
charset=UTF-8
|
1673
|
+
Content-Transfer-Encoding: 7bit
|
1674
|
+
|
1675
|
+
Test
|
1676
|
+
|
1677
|
+
[ActiveJob] [ActionMailer::DeliveryJob] [489f871a-9b19-4d2a-a6ae-ca6e92ac9a13] Performed ActionMailer::DeliveryJob from Inline(mailers) in 2.47ms
|
1678
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 489f871a-9b19-4d2a-a6ae-ca6e92ac9a13) to Inline(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1679
|
+
[1m[35mSidejobs::Job Load (0.4ms)[0m SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
|
1680
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
1681
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1682
|
+
[1m[35m (0.2ms)[0m BEGIN
|
1683
|
+
------------------------
|
1684
|
+
DaemonTest: test_process
|
1685
|
+
------------------------
|
1686
|
+
[1m[36mSidejobs::Job Load (1.2ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-13 20:24:04.158159' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20[0m
|
1687
|
+
[1m[36mSidejobs::Job Load (1.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-13 20:24:08.196338' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20[0m
|
1688
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
1689
|
+
------------------------
|
1690
|
+
DaemonTest: test_pulling
|
1691
|
+
------------------------
|
1692
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1693
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1694
|
+
-----------------------
|
1695
|
+
QueueTest: test_enqueue
|
1696
|
+
-----------------------
|
1697
|
+
[ActiveJob] [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1698
|
+
[ActiveJob] [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c423a886-5aa8-4c1b-95ae-5b3988443b51\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.197425"], ["updated_at", "2016-12-13 20:24:28.197425"]]
|
1699
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1700
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c423a886-5aa8-4c1b-95ae-5b3988443b51) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1701
|
+
[1m[36mSidejobs::Job Load (0.5ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
1702
|
+
[ActiveJob] [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1703
|
+
[ActiveJob] [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"7fe5a591-9a9d-4a5a-8c3b-3606dc599814\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-12-13 20:24:28.206063"], ["updated_at", "2016-12-13 20:24:28.206063"]]
|
1704
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1705
|
+
[ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 7fe5a591-9a9d-4a5a-8c3b-3606dc599814) to Sidejobs(high_priority)
|
1706
|
+
[1m[36mSidejobs::Job Load (0.2ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
1707
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1708
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"c7b95b1d-cf00-4db7-8467-dcada2412b5a\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-12-13 20:24:28.209963"], ["updated_at", "2016-12-13 20:24:28.209963"]]
|
1709
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1710
|
+
[ActiveJob] Enqueued SendNewslettersJob (Job ID: c7b95b1d-cf00-4db7-8467-dcada2412b5a) to Sidejobs(default)
|
1711
|
+
[1m[36mSidejobs::Job Load (0.2ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
1712
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1713
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"51813574-8ae0-459c-becd-c38b544179c8\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-12-13 20:24:28.214123"], ["updated_at", "2016-12-13 20:24:28.214123"]]
|
1714
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1715
|
+
[ActiveJob] Enqueued UpdateExchangesJob (Job ID: 51813574-8ae0-459c-becd-c38b544179c8) to Sidejobs(low_priority)
|
1716
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
1717
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1718
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"7030e029-5966-4159-8724-b656963e7831\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-12-13 20:24:28.223048"], ["updated_at", "2016-12-13 20:24:28.223048"]]
|
1719
|
+
[ActiveJob] [1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1720
|
+
[ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 7030e029-5966-4159-8724-b656963e7831) to Sidejobs(other)
|
1721
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
1722
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1723
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"753aba9b-a575-4c1f-9c4d-3162e7fe3564\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-12-14 06:24:28.225541"], ["created_at", "2016-12-13 20:24:28.226395"], ["updated_at", "2016-12-13 20:24:28.226395"]]
|
1724
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1725
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 753aba9b-a575-4c1f-9c4d-3162e7fe3564) to Sidejobs(mailers) at 2016-12-14 06:24:28 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1726
|
+
[1m[36mSidejobs::Job Load (0.2ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
1727
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1728
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"e0e35491-9424-4e6a-bab1-bbd46794c259\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-12-14 06:24:28.225541"], ["created_at", "2016-12-13 20:24:28.229297"], ["updated_at", "2016-12-13 20:24:28.229297"]]
|
1729
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1730
|
+
[ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: e0e35491-9424-4e6a-bab1-bbd46794c259) to Sidejobs(high_priority) at 2016-12-14 06:24:28 UTC
|
1731
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
1732
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1733
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"c9f1d9b9-34e0-47e6-9c61-166d373b0d4f\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-12-14 06:24:28.225541"], ["created_at", "2016-12-13 20:24:28.232092"], ["updated_at", "2016-12-13 20:24:28.232092"]]
|
1734
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1735
|
+
[ActiveJob] Enqueued SendNewslettersJob (Job ID: c9f1d9b9-34e0-47e6-9c61-166d373b0d4f) to Sidejobs(default) at 2016-12-14 06:24:28 UTC
|
1736
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
1737
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1738
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"91804713-9d59-4ab4-9734-8ca8d72711c1\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-12-14 06:24:28.225541"], ["created_at", "2016-12-13 20:24:28.234816"], ["updated_at", "2016-12-13 20:24:28.234816"]]
|
1739
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1740
|
+
[ActiveJob] Enqueued UpdateExchangesJob (Job ID: 91804713-9d59-4ab4-9734-8ca8d72711c1) to Sidejobs(low_priority) at 2016-12-14 06:24:28 UTC
|
1741
|
+
[1m[36mSidejobs::Job Load (0.2ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
1742
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1743
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"68f02b80-31a0-4f83-9336-70bdfba07f09\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-12-14 06:24:28.225541"], ["created_at", "2016-12-13 20:24:28.237507"], ["updated_at", "2016-12-13 20:24:28.237507"]]
|
1744
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1745
|
+
[ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 68f02b80-31a0-4f83-9336-70bdfba07f09) to Sidejobs(other) at 2016-12-14 06:24:28 UTC
|
1746
|
+
[1m[36mSidejobs::Job Load (0.2ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1[0m
|
1747
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1748
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1749
|
+
----------------------------
|
1750
|
+
GeneratorsTest: test_install
|
1751
|
+
----------------------------
|
1752
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
1753
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
1754
|
+
-------------------------
|
1755
|
+
ProcessorTest: test_batch
|
1756
|
+
-------------------------
|
1757
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1758
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e36ae247-7725-4c13-9f67-3f2b012de651\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.246258"], ["updated_at", "2016-12-13 20:24:28.246258"]]
|
1759
|
+
[ActiveJob] [1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1760
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e36ae247-7725-4c13-9f67-3f2b012de651) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1761
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1762
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"92e643ed-7f63-48be-b77a-0d7a3f36e4a7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.248630"], ["updated_at", "2016-12-13 20:24:28.248630"]]
|
1763
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1764
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 92e643ed-7f63-48be-b77a-0d7a3f36e4a7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1765
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1766
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"76cbf4c5-4991-4b63-b8ed-bf8ce2c8ac45\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.251147"], ["updated_at", "2016-12-13 20:24:28.251147"]]
|
1767
|
+
[ActiveJob] [1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1768
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 76cbf4c5-4991-4b63-b8ed-bf8ce2c8ac45) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1769
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1770
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"eece3fd9-dfaa-4ad8-9aa1-4e8f5c5e27ec\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.253808"], ["updated_at", "2016-12-13 20:24:28.253808"]]
|
1771
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1772
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: eece3fd9-dfaa-4ad8-9aa1-4e8f5c5e27ec) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1773
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1774
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b6c9dbc8-253d-498d-a366-a078ba6fa567\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.256526"], ["updated_at", "2016-12-13 20:24:28.256526"]]
|
1775
|
+
[ActiveJob] [1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1776
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b6c9dbc8-253d-498d-a366-a078ba6fa567) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1777
|
+
[ActiveJob] [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1778
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"3e161bb2-e2ee-411b-8889-807d8237aca5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.259666"], ["updated_at", "2016-12-13 20:24:28.259666"]]
|
1779
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1780
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3e161bb2-e2ee-411b-8889-807d8237aca5) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1781
|
+
[ActiveJob] [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1782
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1bdd02bf-1cb5-4154-b528-26c207dbb52c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.262444"], ["updated_at", "2016-12-13 20:24:28.262444"]]
|
1783
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1784
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1bdd02bf-1cb5-4154-b528-26c207dbb52c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1785
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1786
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"0c65cfb1-d655-4b24-b1e8-33a88d4ac7a4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.264782"], ["updated_at", "2016-12-13 20:24:28.264782"]]
|
1787
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1788
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0c65cfb1-d655-4b24-b1e8-33a88d4ac7a4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1789
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1790
|
+
[ActiveJob] [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"3a60b713-4300-4ad7-b403-d48b2c33055d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.267615"], ["updated_at", "2016-12-13 20:24:28.267615"]]
|
1791
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1792
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3a60b713-4300-4ad7-b403-d48b2c33055d) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1793
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1794
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"9d5af0f5-404d-47d8-9db7-0f572a996d58\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.270971"], ["updated_at", "2016-12-13 20:24:28.270971"]]
|
1795
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1796
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9d5af0f5-404d-47d8-9db7-0f572a996d58) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1797
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1798
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"98fc1211-3b39-460e-806c-0d6443cf8f8c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.273492"], ["updated_at", "2016-12-13 20:24:28.273492"]]
|
1799
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1800
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 98fc1211-3b39-460e-806c-0d6443cf8f8c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1801
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1802
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"d35f7f3d-8550-49c6-b8e2-40c29233c77f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.275933"], ["updated_at", "2016-12-13 20:24:28.275933"]]
|
1803
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1804
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d35f7f3d-8550-49c6-b8e2-40c29233c77f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1805
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1806
|
+
[ActiveJob] [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"aa1eb8d3-c4b6-43f9-bf57-ce198d7f6ada\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.278249"], ["updated_at", "2016-12-13 20:24:28.278249"]]
|
1807
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1808
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: aa1eb8d3-c4b6-43f9-bf57-ce198d7f6ada) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1809
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1810
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"a0a97263-2dd5-4192-8c34-047408403b6a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.280138"], ["updated_at", "2016-12-13 20:24:28.280138"]]
|
1811
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1812
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a0a97263-2dd5-4192-8c34-047408403b6a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1813
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1814
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f067ecf3-36aa-4a12-afc3-fb855e905ac5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.282359"], ["updated_at", "2016-12-13 20:24:28.282359"]]
|
1815
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1816
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f067ecf3-36aa-4a12-afc3-fb855e905ac5) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1817
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1818
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"40911424-a348-46f9-91ed-32a907b2aa2b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.284420"], ["updated_at", "2016-12-13 20:24:28.284420"]]
|
1819
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1820
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 40911424-a348-46f9-91ed-32a907b2aa2b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1821
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1822
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"aca17d46-92f9-49de-8d59-58844d3f84d9\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.286689"], ["updated_at", "2016-12-13 20:24:28.286689"]]
|
1823
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1824
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: aca17d46-92f9-49de-8d59-58844d3f84d9) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1825
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1826
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"daf62c33-01dd-447d-a647-23fc14b3036b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.289131"], ["updated_at", "2016-12-13 20:24:28.289131"]]
|
1827
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1828
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: daf62c33-01dd-447d-a647-23fc14b3036b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1829
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1830
|
+
[ActiveJob] [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b04c51b8-461e-4098-9403-c3ccf0d67f36\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.291187"], ["updated_at", "2016-12-13 20:24:28.291187"]]
|
1831
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1832
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b04c51b8-461e-4098-9403-c3ccf0d67f36) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1833
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1834
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"d71c71c4-f3af-42e2-a620-1dd529de013d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.293415"], ["updated_at", "2016-12-13 20:24:28.293415"]]
|
1835
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1836
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d71c71c4-f3af-42e2-a620-1dd529de013d) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1837
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1838
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"ad4f9879-2920-4318-802d-0dc793a0b6f7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.295631"], ["updated_at", "2016-12-13 20:24:28.295631"]]
|
1839
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1840
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ad4f9879-2920-4318-802d-0dc793a0b6f7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1841
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1842
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"ba189cb7-c8b6-4b47-97d7-48a3b1da057e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.297667"], ["updated_at", "2016-12-13 20:24:28.297667"]]
|
1843
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1844
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ba189cb7-c8b6-4b47-97d7-48a3b1da057e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1845
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1846
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"3c3caa41-6c80-4e81-ab18-1ba9ce1173a5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.299774"], ["updated_at", "2016-12-13 20:24:28.299774"]]
|
1847
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1848
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3c3caa41-6c80-4e81-ab18-1ba9ce1173a5) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1849
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1850
|
+
[ActiveJob] [1m[35mSQL (0.2ms)[0m 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\":\"2ad1b9d2-e2ad-436c-953f-6f8df84c635b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.301817"], ["updated_at", "2016-12-13 20:24:28.301817"]]
|
1851
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1852
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2ad1b9d2-e2ad-436c-953f-6f8df84c635b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
1853
|
+
[1m[35mSidejobs::Job Load (0.8ms)[0m SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-13 20:24:28.305176' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
|
1854
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1855
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.306871"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.307605"], ["id", 11]]
|
1856
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1857
|
+
Rendered user_mailer/invite.text.erb (0.6ms)
|
1858
|
+
|
1859
|
+
UserMailer#invite: processed outbound mail in 127.2ms
|
1860
|
+
|
1861
|
+
Sent mail to test@mail.com (3.5ms)
|
1862
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
1863
|
+
From: test@mail.com
|
1864
|
+
To: test@mail.com
|
1865
|
+
Message-ID: <585058fc6c3c9_103433fcc2283f9f428353@imac-de-matt.mail>
|
1866
|
+
Subject: Invite
|
1867
|
+
Mime-Version: 1.0
|
1868
|
+
Content-Type: text/plain;
|
1869
|
+
charset=UTF-8
|
1870
|
+
Content-Transfer-Encoding: 7bit
|
1871
|
+
|
1872
|
+
Test
|
1873
|
+
|
1874
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1875
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.444877"], ["updated_at", "2016-12-13 20:24:28.445726"], ["id", 11]]
|
1876
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1877
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1878
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.447414"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.448006"], ["id", 12]]
|
1879
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1880
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1881
|
+
|
1882
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
1883
|
+
|
1884
|
+
Sent mail to test@mail.com (1.3ms)
|
1885
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
1886
|
+
From: test@mail.com
|
1887
|
+
To: test@mail.com
|
1888
|
+
Message-ID: <585058fc6e1b2_103433fcc2283f9f42843f@imac-de-matt.mail>
|
1889
|
+
Subject: Invite
|
1890
|
+
Mime-Version: 1.0
|
1891
|
+
Content-Type: text/plain;
|
1892
|
+
charset=UTF-8
|
1893
|
+
Content-Transfer-Encoding: 7bit
|
1894
|
+
|
1895
|
+
Test
|
1896
|
+
|
1897
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1898
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.451877"], ["updated_at", "2016-12-13 20:24:28.452549"], ["id", 12]]
|
1899
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1900
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1901
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.453839"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.454396"], ["id", 13]]
|
1902
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1903
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1904
|
+
|
1905
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1906
|
+
|
1907
|
+
Sent mail to test@mail.com (1.2ms)
|
1908
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
1909
|
+
From: test@mail.com
|
1910
|
+
To: test@mail.com
|
1911
|
+
Message-ID: <585058fc6fa6a_103433fcc2283f9f42852d@imac-de-matt.mail>
|
1912
|
+
Subject: Invite
|
1913
|
+
Mime-Version: 1.0
|
1914
|
+
Content-Type: text/plain;
|
1915
|
+
charset=UTF-8
|
1916
|
+
Content-Transfer-Encoding: 7bit
|
1917
|
+
|
1918
|
+
Test
|
1919
|
+
|
1920
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1921
|
+
[1m[36mSQL (0.5ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.458118"], ["updated_at", "2016-12-13 20:24:28.459321"], ["id", 13]]
|
1922
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1923
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1924
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.461429"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.462231"], ["id", 14]]
|
1925
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1926
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1927
|
+
|
1928
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
1929
|
+
|
1930
|
+
Sent mail to test@mail.com (1.1ms)
|
1931
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
1932
|
+
From: test@mail.com
|
1933
|
+
To: test@mail.com
|
1934
|
+
Message-ID: <585058fc71a06_103433fcc2283f9f428652@imac-de-matt.mail>
|
1935
|
+
Subject: Invite
|
1936
|
+
Mime-Version: 1.0
|
1937
|
+
Content-Type: text/plain;
|
1938
|
+
charset=UTF-8
|
1939
|
+
Content-Transfer-Encoding: 7bit
|
1940
|
+
|
1941
|
+
Test
|
1942
|
+
|
1943
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1944
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.466108"], ["updated_at", "2016-12-13 20:24:28.466751"], ["id", 14]]
|
1945
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1946
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1947
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.468119"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.468692"], ["id", 15]]
|
1948
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1949
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1950
|
+
|
1951
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1952
|
+
|
1953
|
+
Sent mail to test@mail.com (1.1ms)
|
1954
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
1955
|
+
From: test@mail.com
|
1956
|
+
To: test@mail.com
|
1957
|
+
Message-ID: <585058fc731f1_103433fcc2283f9f428748@imac-de-matt.mail>
|
1958
|
+
Subject: Invite
|
1959
|
+
Mime-Version: 1.0
|
1960
|
+
Content-Type: text/plain;
|
1961
|
+
charset=UTF-8
|
1962
|
+
Content-Transfer-Encoding: 7bit
|
1963
|
+
|
1964
|
+
Test
|
1965
|
+
|
1966
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1967
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.472249"], ["updated_at", "2016-12-13 20:24:28.472830"], ["id", 15]]
|
1968
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1969
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1970
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.474130"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.474735"], ["id", 16]]
|
1971
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1972
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1973
|
+
|
1974
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
1975
|
+
|
1976
|
+
Sent mail to test@mail.com (1.3ms)
|
1977
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
1978
|
+
From: test@mail.com
|
1979
|
+
To: test@mail.com
|
1980
|
+
Message-ID: <585058fc749fb_103433fcc2283f9f428813@imac-de-matt.mail>
|
1981
|
+
Subject: Invite
|
1982
|
+
Mime-Version: 1.0
|
1983
|
+
Content-Type: text/plain;
|
1984
|
+
charset=UTF-8
|
1985
|
+
Content-Transfer-Encoding: 7bit
|
1986
|
+
|
1987
|
+
Test
|
1988
|
+
|
1989
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1990
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.478448"], ["updated_at", "2016-12-13 20:24:28.479151"], ["id", 16]]
|
1991
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1992
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1993
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.480503"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.481112"], ["id", 17]]
|
1994
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1995
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
1996
|
+
|
1997
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
1998
|
+
|
1999
|
+
Sent mail to test@mail.com (1.2ms)
|
2000
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2001
|
+
From: test@mail.com
|
2002
|
+
To: test@mail.com
|
2003
|
+
Message-ID: <585058fc7628b_103433fcc2283f9f4289f3@imac-de-matt.mail>
|
2004
|
+
Subject: Invite
|
2005
|
+
Mime-Version: 1.0
|
2006
|
+
Content-Type: text/plain;
|
2007
|
+
charset=UTF-8
|
2008
|
+
Content-Transfer-Encoding: 7bit
|
2009
|
+
|
2010
|
+
Test
|
2011
|
+
|
2012
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2013
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.484840"], ["updated_at", "2016-12-13 20:24:28.485448"], ["id", 17]]
|
2014
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2015
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2016
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.486696"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.487338"], ["id", 18]]
|
2017
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2018
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2019
|
+
|
2020
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
2021
|
+
|
2022
|
+
Sent mail to test@mail.com (1.1ms)
|
2023
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2024
|
+
From: test@mail.com
|
2025
|
+
To: test@mail.com
|
2026
|
+
Message-ID: <585058fc77a82_103433fcc2283f9f429047@imac-de-matt.mail>
|
2027
|
+
Subject: Invite
|
2028
|
+
Mime-Version: 1.0
|
2029
|
+
Content-Type: text/plain;
|
2030
|
+
charset=UTF-8
|
2031
|
+
Content-Transfer-Encoding: 7bit
|
2032
|
+
|
2033
|
+
Test
|
2034
|
+
|
2035
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2036
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.490765"], ["updated_at", "2016-12-13 20:24:28.491304"], ["id", 18]]
|
2037
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2038
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2039
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.492505"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.493084"], ["id", 19]]
|
2040
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2041
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2042
|
+
|
2043
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
2044
|
+
|
2045
|
+
Sent mail to test@mail.com (1.1ms)
|
2046
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2047
|
+
From: test@mail.com
|
2048
|
+
To: test@mail.com
|
2049
|
+
Message-ID: <585058fc79069_103433fcc2283f9f4291b0@imac-de-matt.mail>
|
2050
|
+
Subject: Invite
|
2051
|
+
Mime-Version: 1.0
|
2052
|
+
Content-Type: text/plain;
|
2053
|
+
charset=UTF-8
|
2054
|
+
Content-Transfer-Encoding: 7bit
|
2055
|
+
|
2056
|
+
Test
|
2057
|
+
|
2058
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2059
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.496380"], ["updated_at", "2016-12-13 20:24:28.496909"], ["id", 19]]
|
2060
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2061
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2062
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.498088"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.498639"], ["id", 20]]
|
2063
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2064
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2065
|
+
|
2066
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
2067
|
+
|
2068
|
+
Sent mail to test@mail.com (1.1ms)
|
2069
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2070
|
+
From: test@mail.com
|
2071
|
+
To: test@mail.com
|
2072
|
+
Message-ID: <585058fc7a5ec_103433fcc2283f9f42927@imac-de-matt.mail>
|
2073
|
+
Subject: Invite
|
2074
|
+
Mime-Version: 1.0
|
2075
|
+
Content-Type: text/plain;
|
2076
|
+
charset=UTF-8
|
2077
|
+
Content-Transfer-Encoding: 7bit
|
2078
|
+
|
2079
|
+
Test
|
2080
|
+
|
2081
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2082
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.501894"], ["updated_at", "2016-12-13 20:24:28.502438"], ["id", 20]]
|
2083
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2084
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2085
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.503714"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.504337"], ["id", 21]]
|
2086
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2087
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2088
|
+
|
2089
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
2090
|
+
|
2091
|
+
Sent mail to test@mail.com (1.1ms)
|
2092
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2093
|
+
From: test@mail.com
|
2094
|
+
To: test@mail.com
|
2095
|
+
Message-ID: <585058fc7bc44_103433fcc2283f9f4293e1@imac-de-matt.mail>
|
2096
|
+
Subject: Invite
|
2097
|
+
Mime-Version: 1.0
|
2098
|
+
Content-Type: text/plain;
|
2099
|
+
charset=UTF-8
|
2100
|
+
Content-Transfer-Encoding: 7bit
|
2101
|
+
|
2102
|
+
Test
|
2103
|
+
|
2104
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2105
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.507632"], ["updated_at", "2016-12-13 20:24:28.508170"], ["id", 21]]
|
2106
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2107
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2108
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.509317"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.509989"], ["id", 22]]
|
2109
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2110
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2111
|
+
|
2112
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
2113
|
+
|
2114
|
+
Sent mail to test@mail.com (1.1ms)
|
2115
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2116
|
+
From: test@mail.com
|
2117
|
+
To: test@mail.com
|
2118
|
+
Message-ID: <585058fc7d20e_103433fcc2283f9f4294d2@imac-de-matt.mail>
|
2119
|
+
Subject: Invite
|
2120
|
+
Mime-Version: 1.0
|
2121
|
+
Content-Type: text/plain;
|
2122
|
+
charset=UTF-8
|
2123
|
+
Content-Transfer-Encoding: 7bit
|
2124
|
+
|
2125
|
+
Test
|
2126
|
+
|
2127
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2128
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.513204"], ["updated_at", "2016-12-13 20:24:28.513772"], ["id", 22]]
|
2129
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2130
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2131
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.514885"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.515443"], ["id", 23]]
|
2132
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2133
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2134
|
+
|
2135
|
+
UserMailer#invite: processed outbound mail in 0.5ms
|
2136
|
+
|
2137
|
+
Sent mail to test@mail.com (1.0ms)
|
2138
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2139
|
+
From: test@mail.com
|
2140
|
+
To: test@mail.com
|
2141
|
+
Message-ID: <585058fc7e772_103433fcc2283f9f4295ef@imac-de-matt.mail>
|
2142
|
+
Subject: Invite
|
2143
|
+
Mime-Version: 1.0
|
2144
|
+
Content-Type: text/plain;
|
2145
|
+
charset=UTF-8
|
2146
|
+
Content-Transfer-Encoding: 7bit
|
2147
|
+
|
2148
|
+
Test
|
2149
|
+
|
2150
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2151
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.518634"], ["updated_at", "2016-12-13 20:24:28.519176"], ["id", 23]]
|
2152
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2153
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2154
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.520325"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.520876"], ["id", 24]]
|
2155
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2156
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2157
|
+
|
2158
|
+
UserMailer#invite: processed outbound mail in 0.5ms
|
2159
|
+
|
2160
|
+
Sent mail to test@mail.com (0.9ms)
|
2161
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2162
|
+
From: test@mail.com
|
2163
|
+
To: test@mail.com
|
2164
|
+
Message-ID: <585058fc7fc3d_103433fcc2283f9f4296be@imac-de-matt.mail>
|
2165
|
+
Subject: Invite
|
2166
|
+
Mime-Version: 1.0
|
2167
|
+
Content-Type: text/plain;
|
2168
|
+
charset=UTF-8
|
2169
|
+
Content-Transfer-Encoding: 7bit
|
2170
|
+
|
2171
|
+
Test
|
2172
|
+
|
2173
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2174
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.523921"], ["updated_at", "2016-12-13 20:24:28.524494"], ["id", 24]]
|
2175
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2176
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2177
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.525635"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.526177"], ["id", 25]]
|
2178
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2179
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2180
|
+
|
2181
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
2182
|
+
|
2183
|
+
Sent mail to test@mail.com (1.0ms)
|
2184
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2185
|
+
From: test@mail.com
|
2186
|
+
To: test@mail.com
|
2187
|
+
Message-ID: <585058fc8114b_103433fcc2283f9f429726@imac-de-matt.mail>
|
2188
|
+
Subject: Invite
|
2189
|
+
Mime-Version: 1.0
|
2190
|
+
Content-Type: text/plain;
|
2191
|
+
charset=UTF-8
|
2192
|
+
Content-Transfer-Encoding: 7bit
|
2193
|
+
|
2194
|
+
Test
|
2195
|
+
|
2196
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2197
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.529317"], ["updated_at", "2016-12-13 20:24:28.530001"], ["id", 25]]
|
2198
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2199
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2200
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.531218"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.531761"], ["id", 26]]
|
2201
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2202
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2203
|
+
|
2204
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
2205
|
+
|
2206
|
+
Sent mail to test@mail.com (1.0ms)
|
2207
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2208
|
+
From: test@mail.com
|
2209
|
+
To: test@mail.com
|
2210
|
+
Message-ID: <585058fc8276f_103433fcc2283f9f4298aa@imac-de-matt.mail>
|
2211
|
+
Subject: Invite
|
2212
|
+
Mime-Version: 1.0
|
2213
|
+
Content-Type: text/plain;
|
2214
|
+
charset=UTF-8
|
2215
|
+
Content-Transfer-Encoding: 7bit
|
2216
|
+
|
2217
|
+
Test
|
2218
|
+
|
2219
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2220
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.534989"], ["updated_at", "2016-12-13 20:24:28.535526"], ["id", 26]]
|
2221
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2222
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2223
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.536666"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.537196"], ["id", 27]]
|
2224
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2225
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2226
|
+
|
2227
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
2228
|
+
|
2229
|
+
Sent mail to test@mail.com (1.1ms)
|
2230
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2231
|
+
From: test@mail.com
|
2232
|
+
To: test@mail.com
|
2233
|
+
Message-ID: <585058fc83cb4_103433fcc2283f9f42993f@imac-de-matt.mail>
|
2234
|
+
Subject: Invite
|
2235
|
+
Mime-Version: 1.0
|
2236
|
+
Content-Type: text/plain;
|
2237
|
+
charset=UTF-8
|
2238
|
+
Content-Transfer-Encoding: 7bit
|
2239
|
+
|
2240
|
+
Test
|
2241
|
+
|
2242
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2243
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.540443"], ["updated_at", "2016-12-13 20:24:28.541049"], ["id", 27]]
|
2244
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2245
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2246
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.542262"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.542828"], ["id", 28]]
|
2247
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2248
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2249
|
+
|
2250
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
2251
|
+
|
2252
|
+
Sent mail to test@mail.com (1.0ms)
|
2253
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2254
|
+
From: test@mail.com
|
2255
|
+
To: test@mail.com
|
2256
|
+
Message-ID: <585058fc852f6_103433fcc2283f9f4300dc@imac-de-matt.mail>
|
2257
|
+
Subject: Invite
|
2258
|
+
Mime-Version: 1.0
|
2259
|
+
Content-Type: text/plain;
|
2260
|
+
charset=UTF-8
|
2261
|
+
Content-Transfer-Encoding: 7bit
|
2262
|
+
|
2263
|
+
Test
|
2264
|
+
|
2265
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2266
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.546124"], ["updated_at", "2016-12-13 20:24:28.546657"], ["id", 28]]
|
2267
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2268
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2269
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.547794"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.548359"], ["id", 29]]
|
2270
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2271
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2272
|
+
|
2273
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
2274
|
+
|
2275
|
+
Sent mail to test@mail.com (1.1ms)
|
2276
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2277
|
+
From: test@mail.com
|
2278
|
+
To: test@mail.com
|
2279
|
+
Message-ID: <585058fc867b6_103433fcc2283f9f430154@imac-de-matt.mail>
|
2280
|
+
Subject: Invite
|
2281
|
+
Mime-Version: 1.0
|
2282
|
+
Content-Type: text/plain;
|
2283
|
+
charset=UTF-8
|
2284
|
+
Content-Transfer-Encoding: 7bit
|
2285
|
+
|
2286
|
+
Test
|
2287
|
+
|
2288
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2289
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.551485"], ["updated_at", "2016-12-13 20:24:28.552011"], ["id", 29]]
|
2290
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2291
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2292
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.553125"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.553770"], ["id", 30]]
|
2293
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2294
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2295
|
+
|
2296
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
2297
|
+
|
2298
|
+
Sent mail to test@mail.com (1.2ms)
|
2299
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2300
|
+
From: test@mail.com
|
2301
|
+
To: test@mail.com
|
2302
|
+
Message-ID: <585058fc87e0c_103433fcc2283f9f43022e@imac-de-matt.mail>
|
2303
|
+
Subject: Invite
|
2304
|
+
Mime-Version: 1.0
|
2305
|
+
Content-Type: text/plain;
|
2306
|
+
charset=UTF-8
|
2307
|
+
Content-Transfer-Encoding: 7bit
|
2308
|
+
|
2309
|
+
Test
|
2310
|
+
|
2311
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2312
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.557223"], ["updated_at", "2016-12-13 20:24:28.557795"], ["id", 30]]
|
2313
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2314
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1[0m [["status", "complete"]]
|
2315
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]
|
2316
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1[0m [["status", "pending"]]
|
2317
|
+
[1m[35mSidejobs::Job Load (0.2ms)[0m SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
|
2318
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2319
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.561568"], ["updated_at", "2016-12-13 20:24:28.562207"], ["id", 34]]
|
2320
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2321
|
+
[1m[35mSidejobs::Job Load (0.3ms)[0m SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-13 20:24:28.563704' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
|
2322
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2323
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.564466"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.565101"], ["id", 31]]
|
2324
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2325
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2326
|
+
|
2327
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
2328
|
+
|
2329
|
+
Sent mail to test@mail.com (1.2ms)
|
2330
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2331
|
+
From: test@mail.com
|
2332
|
+
To: test@mail.com
|
2333
|
+
Message-ID: <585058fc8aa94_103433fcc2283f9f430360@imac-de-matt.mail>
|
2334
|
+
Subject: Invite
|
2335
|
+
Mime-Version: 1.0
|
2336
|
+
Content-Type: text/plain;
|
2337
|
+
charset=UTF-8
|
2338
|
+
Content-Transfer-Encoding: 7bit
|
2339
|
+
|
2340
|
+
Test
|
2341
|
+
|
2342
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2343
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.568670"], ["updated_at", "2016-12-13 20:24:28.569239"], ["id", 31]]
|
2344
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2345
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2346
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.570373"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.570981"], ["id", 32]]
|
2347
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2348
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2349
|
+
|
2350
|
+
UserMailer#invite: processed outbound mail in 0.6ms
|
2351
|
+
|
2352
|
+
Sent mail to test@mail.com (1.1ms)
|
2353
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2354
|
+
From: test@mail.com
|
2355
|
+
To: test@mail.com
|
2356
|
+
Message-ID: <585058fc8c037_103433fcc2283f9f43046f@imac-de-matt.mail>
|
2357
|
+
Subject: Invite
|
2358
|
+
Mime-Version: 1.0
|
2359
|
+
Content-Type: text/plain;
|
2360
|
+
charset=UTF-8
|
2361
|
+
Content-Transfer-Encoding: 7bit
|
2362
|
+
|
2363
|
+
Test
|
2364
|
+
|
2365
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2366
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.574182"], ["updated_at", "2016-12-13 20:24:28.574774"], ["id", 32]]
|
2367
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2368
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2369
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.575927"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.576495"], ["id", 33]]
|
2370
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2371
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2372
|
+
|
2373
|
+
UserMailer#invite: processed outbound mail in 0.5ms
|
2374
|
+
|
2375
|
+
Sent mail to test@mail.com (1.1ms)
|
2376
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2377
|
+
From: test@mail.com
|
2378
|
+
To: test@mail.com
|
2379
|
+
Message-ID: <585058fc8d5fb_103433fcc2283f9f4305cd@imac-de-matt.mail>
|
2380
|
+
Subject: Invite
|
2381
|
+
Mime-Version: 1.0
|
2382
|
+
Content-Type: text/plain;
|
2383
|
+
charset=UTF-8
|
2384
|
+
Content-Transfer-Encoding: 7bit
|
2385
|
+
|
2386
|
+
Test
|
2387
|
+
|
2388
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2389
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.579758"], ["updated_at", "2016-12-13 20:24:28.580333"], ["id", 33]]
|
2390
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2391
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1[0m [["status", "complete"]]
|
2392
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]
|
2393
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1[0m [["status", "pending"]]
|
2394
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
2395
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
2396
|
+
---------------------------
|
2397
|
+
ProcessorTest: test_process
|
2398
|
+
---------------------------
|
2399
|
+
[ActiveJob] [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2400
|
+
[ActiveJob] [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"77c690e3-d50a-4e70-9987-c900e46fb5d8\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-12-13 20:24:28.584499"], ["updated_at", "2016-12-13 20:24:28.584499"]]
|
2401
|
+
[ActiveJob] [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2402
|
+
[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 77c690e3-d50a-4e70-9987-c900e46fb5d8) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"
|
2403
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-13 20:24:28.585904' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20[0m
|
2404
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2405
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5[0m [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.586642"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.587218"], ["id", 35]]
|
2406
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2407
|
+
Rendered user_mailer/invite.text.erb (0.0ms)
|
2408
|
+
|
2409
|
+
UserMailer#invite: processed outbound mail in 0.7ms
|
2410
|
+
|
2411
|
+
Sent mail to test@mail.com (1.0ms)
|
2412
|
+
Date: Tue, 13 Dec 2016 17:24:28 -0300
|
2413
|
+
From: test@mail.com
|
2414
|
+
To: test@mail.com
|
2415
|
+
Message-ID: <585058fc9008c_103433fcc2283f9f4306f1@imac-de-matt.mail>
|
2416
|
+
Subject: Invite
|
2417
|
+
Mime-Version: 1.0
|
2418
|
+
Content-Type: text/plain;
|
2419
|
+
charset=UTF-8
|
2420
|
+
Content-Transfer-Encoding: 7bit
|
2421
|
+
|
2422
|
+
Test
|
2423
|
+
|
2424
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2425
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-12-13 20:24:28.590585"], ["updated_at", "2016-12-13 20:24:28.591167"], ["id", 35]]
|
2426
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2427
|
+
[1m[35mSidejobs::Job Load (0.2ms)[0m SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
|
2428
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
2429
|
+
[1m[35m (0.1ms)[0m BEGIN
|
2430
|
+
---------------------------
|
2431
|
+
ProcessorTest: test_retries
|
2432
|
+
---------------------------
|
2433
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2434
|
+
[ActiveJob] [1m[35mSQL (0.3ms)[0m INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"c861417f-88bc-4fa5-9189-bb1471a48f2d\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-12-13 20:24:28.594767"], ["updated_at", "2016-12-13 20:24:28.594767"]]
|
2435
|
+
[ActiveJob] [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2436
|
+
[ActiveJob] Enqueued ShareProductsJob (Job ID: c861417f-88bc-4fa5-9189-bb1471a48f2d) to Sidejobs(default)
|
2437
|
+
[1m[35mSidejobs::Job Load (0.3ms)[0m SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-13 20:24:28.596466' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
|
2438
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2439
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.597317"], ["attempts", 1], ["updated_at", "2016-12-13 20:24:28.597920"], ["id", 36]]
|
2440
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2441
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2442
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5[0m [["status", "failing"], ["failed_at", "2016-12-13 20:24:28.599461"], ["error", "Social network unavailable"], ["updated_at", "2016-12-13 20:24:28.600057"], ["id", 36]]
|
2443
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2444
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-13 20:24:28.601389' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20[0m
|
2445
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2446
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5[0m [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.602073"], ["attempts", 2], ["updated_at", "2016-12-13 20:24:28.602721"], ["id", 36]]
|
2447
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2448
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2449
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-12-13 20:24:28.604081"], ["updated_at", "2016-12-13 20:24:28.604626"], ["id", 36]]
|
2450
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2451
|
+
[1m[35mSidejobs::Job Load (0.3ms)[0m SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-12-13 20:24:28.605937' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20
|
2452
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
2453
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-12-13 20:24:28.606589"], ["attempts", 3], ["updated_at", "2016-12-13 20:24:28.607163"], ["id", 36]]
|
2454
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
2455
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
2456
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4[0m [["status", "failing"], ["failed_at", "2016-12-13 20:24:28.608605"], ["updated_at", "2016-12-13 20:24:28.609140"], ["id", 36]]
|
2457
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
2458
|
+
[1m[36mSidejobs::Job Load (0.3ms)[0m [1mSELECT "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[0m
|
2459
|
+
[1m[35mSidejobs::Job Load (0.2ms)[0m SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1
|
2460
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|