(188.7ms) DROP DATABASE IF EXISTS "sidejobs_test"  (420.6ms) CREATE DATABASE "sidejobs_test" ENCODING = 'utf8' SQL (1.0ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (26.1ms) CREATE TABLE "sidejobs" ("id" serial primary key, "data" jsonb, "queue" character varying, "status" character varying, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "error" text, "failed_at" timestamp, "performed_at" timestamp, "scheduled_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.7ms) CREATE INDEX "index_sidejobs_on_priority" ON "sidejobs" USING btree ("priority")  (1.0ms) CREATE INDEX "index_sidejobs_on_status_and_scheduled_at" ON "sidejobs" USING btree ("status", "scheduled_at")  (2.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20161022211612') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.7ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (5.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (2.7ms) ROLLBACK  (0.3ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.3ms) ROLLBACK  (0.4ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (8.8ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:36:04.533657' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:36:14.564845' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:36:14.704280' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:36:24.566845' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:36:24.714181' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:36:34.569316' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:36:34.716615' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:36:44.570938' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:36:44.718783' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:36:54.572652' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:36:54.720779' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:37:04.574831' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:37:04.722860' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:37:14.576857' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:37:14.724945' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:37:24.583369' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:37:24.726563' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:37:34.585641' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:37:34.728177' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:37:44.591520' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:37:44.730287' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:37:54.593761' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:37:54.732721' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:38:04.596738' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:38:04.736778' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:38:14.599189' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:38:14.739170' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:38:24.601298' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:38:24.740943' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:38:34.603072' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:38:34.743118' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:38:44.605124' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:38:44.745457' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:38:54.607271' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:38:54.747646' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:39:04.609683' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:39:04.749582' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:39:14.611418' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:39:14.751409' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:39:24.617035' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:39:24.753382' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:39:34.619607' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:39:34.755150' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:39:44.621705' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:39:44.757155' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:39:54.624210' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:39:54.759199' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:40:04.627178' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:40:04.761293' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:40:14.629356' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:40:14.762941' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:40:24.631620' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:40:24.765171' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:40:34.633353' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:40:34.767293' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:40:44.640416' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:40:44.768962' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:40:54.642839' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:40:54.771080' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:41:04.645057' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:41:04.773358' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:41:14.646830' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:41:14.776680' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:41:24.652532' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:41:24.778599' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:41:34.654607' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:41:34.780325' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:41:44.656834' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:41:44.782705' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:41:54.659018' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:41:54.784680' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:42:04.661209' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:42:04.786861' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:42:14.665199' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:42:14.788594' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:42:24.667284' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:42:24.790799' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:42:34.673005' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:42:34.792663' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:42:44.674874' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:42:44.795062' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:42:54.677002' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:42:54.797118' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:43:04.683102' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:43:04.799263' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:43:14.689248' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:43:14.800834' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:43:24.690781' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:43:24.802948' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:43:34.693085' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:43:34.805115' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:43:44.694717' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:43:44.807317' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:43:54.696857' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (2.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:43:54.809372' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:44:04.699393' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:44:04.821352' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:44:14.705553' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:44:14.823347' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:44:24.711699' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:44:24.825346' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:44:34.717963' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:44:34.827542' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:44:44.719564' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:44:44.829652' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:44:54.721274' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:44:54.831661' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:45:04.727471' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:45:04.834566' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:45:14.730714' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:45:14.836993' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:45:24.732994' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:45:24.838690' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:45:34.735101' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:45:34.840566' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:45:44.737271' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:45:44.842837' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:45:54.743566' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:45:54.844789' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:46:04.749446' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:46:04.847085' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:46:14.751139' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:46:14.848838' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:46:24.754459' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:46:24.850591' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:46:34.760285' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (2.0ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:46:34.853090' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (1.2ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:46:44.762324' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:46:44.857611' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:46:54.765723' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:46:54.860308' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:47:04.768128' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:47:04.862440' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:47:14.770217' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:47:14.864517' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:47:24.775825' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:47:24.866407' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:47:34.780064' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:47:34.868808' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:47:44.782403' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:47:44.870672' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:47:54.788614' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:47:54.872555' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:48:04.794555' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:48:04.875225' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:48:14.800683' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:48:14.877407' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:48:24.803007' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:48:24.879581' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:48:34.806421' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:48:34.882097' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:48:44.808827' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:48:44.884316' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:48:54.810533' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:48:54.886763' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.4ms) ROLLBACK Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:51:51.426542' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:52:01.441240' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:52:11.444020' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.4ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:52:27.567218' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:52:37.581793' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.8ms) ROLLBACK Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:53:02.462214' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:53:12.476372' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:53:22.479346' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (1.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:53:32.481761' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:53:42.485325' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:53:52.487852' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:54:02.490098' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:54:12.495866' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:54:22.502504' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:54:32.504815' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:54:42.510577' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:54:52.513272' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:55:02.519693' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:55:12.521377' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.7ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.4ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.1ms) ROLLBACK Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:55:31.920839' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:55:41.933278' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:55:55.267586' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:56:05.282606' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:56:15.285474' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.6ms) ROLLBACK  (0.1ms) BEGIN ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:58:19.686591' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:58:29.698551' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:58:39.700549' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.3ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.1ms) ROLLBACK Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:58:49.703419' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.7ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:59:21.578998' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:59:31.591971' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 21:59:41.594948' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:02:16.591218' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.3ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:02:26.606395' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:03:10.859498' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:05:07.397352' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:05:17.408858' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.5ms) ROLLBACK  (0.1ms) BEGIN ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:07:39.297117' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:07:49.306250' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:07:59.308372' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.4ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:09:40.177234' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:09:50.192962' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:10:00.194830' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:11:47.630138' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:11:57.642230' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.5ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (3.1ms) ROLLBACK Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:12:05.699605' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:14:26.808235' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:14:36.817790' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:14:46.819749' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:14:56.822313' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:15:10.398494' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 22:16:43.117152' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.3ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN -------------------- DaemonTest: test_pid --------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN -------------------- DaemonTest: test_pid --------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN -------------------- DaemonTest: test_pid --------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN -------------------- DaemonTest: test_pid --------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (6.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:20:41.878034' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:20:51.893156' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:21:01.896940' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:21:11.899365' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:21:21.900877' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:21:31.903301' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:21:41.906336' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:21:51.908551' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:22:36.137048' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:22:46.145560' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:22:56.148061' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:23:06.155037' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:23:16.157287' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:23:26.162916' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:23:36.164509' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:23:46.169734' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:23:56.174961' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:24:12.248430' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:24:22.259901' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:24:32.268651' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:24:42.274182' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:24:52.279562' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:25:02.281825' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:25:09.179006' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:25:19.184618' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:25:29.186613' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:25:39.190967' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:25:49.192609' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:25:59.200797' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:26:09.202215' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:26:19.212171' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-22 23:26:29.218046' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.6ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) SAVEPOINT active_record_1 --------------------- DaemonTest: test_stop ---------------------  (0.2ms) SAVEPOINT active_record_2 ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) SAVEPOINT active_record_3 ------------------------ DaemonTest: test_running ------------------------  (0.2ms) SAVEPOINT active_record_4 ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK TO SAVEPOINT active_record_4 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.7ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 00:07:00.516262' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.1ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_running ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------- DaemonTest: test_stop ---------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_restart ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:52:59.871113' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.9ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:53:09.878132' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:53:19.880841' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:53:29.882465' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.3ms) ROLLBACK Sidejobs::Job Load (1.1ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:53:37.279127' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:53:47.289628' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:53:57.292050' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:54:07.294759' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:54:17.296664' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:54:27.299426' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:54:37.305209' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:54:47.311362' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:54:57.313028' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.6ms) ROLLBACK Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:55:12.293231' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:55:42.392904' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:55:52.401303' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:56:07.079846' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.8ms) ROLLBACK  (0.1ms) BEGIN Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:56:17.088452' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:56:27.090494' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:56:37.092456' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:56:47.094771' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:56:57.096347' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (1.3ms) ROLLBACK Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:57:07.098720' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:58:21.660445' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.4ms) ROLLBACK Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:58:31.668484' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.3ms) ROLLBACK Sidejobs::Job Load (0.9ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:59:06.465135' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:59:19.182301' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.5ms) ROLLBACK  (0.3ms) BEGIN Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 04:59:29.188594' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.3ms) ROLLBACK  (41.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (11.7ms) ROLLBACK Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:01:28.554982' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:01:38.566901' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:01:49.913525' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.4ms) ROLLBACK Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:01:59.921656' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:02:09.924747' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:02:29.629063' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:02:39.636323' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:02:49.639420' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:02:59.640873' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:03:09.642814' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (6.7ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:03:19.650182' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:03:24.456790' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:03:29.673148' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:03:34.469070' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:03:51.797711' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ----------------------  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (1.1ms) ROLLBACK Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:04:07.124873' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:04:17.132718' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:09:54.248006' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:10:16.826843' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.8ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.4ms) ROLLBACK  (0.1ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:11:12.854287' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:11:39.509368' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.7ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:15:16.149803' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.7ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:15:20.023583' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:15:30.032050' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------- DaemonTest: test_start ---------------------- Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:17:33.450207' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:17:37.343329' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (3.1ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:17:47.351850' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:21:38.978531' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:21:42.845716' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:21:52.853620' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:23:35.927028' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:23:40.020255' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:23:50.028711' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:27:36.291331' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:27:40.420826' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:27:50.427734' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:28:27.167045' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (1.7ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:28:31.291995' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:28:41.303538' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:29:23.454681' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:29:27.584965' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:29:37.592824' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:30:28.187109' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:30:32.294109' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:30:42.302856' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:31:26.326880' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:31:30.510454' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:31:40.517573' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:35:09.200025' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:35:13.282466' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 05:35:23.291570' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (1.0ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 17:58:18.751132' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 17:58:22.806362' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]] Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 AND (scheduled_at <= '2016-10-23 17:58:32.814907' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 50 [["status", "pending"]]  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob]  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 8cda9348-7582-4c1d-b2be-e16d6dcd804a) to Sidejobs(default) Sidejobs::Job Load (0.8ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 5f01fe14-78e6-440d-9e82-63668111b280) to Sidejobs(default) Sidejobs::Job Load (1.5ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob]  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob]  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (49.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (11.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateSidejobs (20161022211612)  (0.3ms) BEGIN  (32.7ms) 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, "scheduled_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.7ms) CREATE INDEX "index_sidejobs_on_status_and_scheduled_at" ON "sidejobs" ("status", "scheduled_at")  (0.7ms) CREATE INDEX "index_sidejobs_on_priority" ON "sidejobs" ("priority") SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20161022211612"]]  (6.3ms) COMMIT ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.5ms) SELECT 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 FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'sidejobs' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (26.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"a49048d8-0e6d-4e94-9017-7860f50a40f8\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 18:54:18.191860"], ["updated_at", "2016-10-23 18:54:18.191860"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: a49048d8-0e6d-4e94-9017-7860f50a40f8) to Sidejobs(default) Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.7ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"a04807ae-e76b-4088-b5e8-9468f47f5fb6\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 18:54:59.761901"], ["updated_at", "2016-10-23 18:54:59.761901"]] [ActiveJob]  (0.3ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: a04807ae-e76b-4088-b5e8-9468f47f5fb6) to Sidejobs(default) Sidejobs::Job Load (2.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.5ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (3.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later -----------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (6.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"77044704-f062-44b3-a009-6a84e19077c4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:02:44.108987"], ["updated_at", "2016-10-23 19:02:44.108987"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 77044704-f062-44b3-a009-6a84e19077c4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"5a4d0a69-c099-4d8a-9436-f00e83bc32c9\",\"queue_name\":\"hight_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "hight_priority"], ["created_at", "2016-10-23 19:02:44.125436"], ["updated_at", "2016-10-23 19:02:44.125436"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 5a4d0a69-c099-4d8a-9436-f00e83bc32c9) to Sidejobs(hight_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"f6d132cf-2fcb-4caa-b9f9-b6e5d12fbfff\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:03:30.917653"], ["updated_at", "2016-10-23 19:03:30.917653"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f6d132cf-2fcb-4caa-b9f9-b6e5d12fbfff) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now" Sidejobs::Job Load (1.1ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"5a00ed17-1752-472b-98aa-72061c548e1a\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 19:03:30.928781"], ["updated_at", "2016-10-23 19:03:30.928781"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 5a00ed17-1752-472b-98aa-72061c548e1a) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (1.4ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (1.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"df568d2b-0bde-4152-abf3-fdd92eb4a254\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:03:55.618492"], ["updated_at", "2016-10-23 19:03:55.618492"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: df568d2b-0bde-4152-abf3-fdd92eb4a254) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now" Sidejobs::Job Load (1.0ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"5511a1dc-88cf-44ea-ae40-f72d25e8b9dc\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 19:03:55.627038"], ["updated_at", "2016-10-23 19:03:55.627038"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 5511a1dc-88cf-44ea-ae40-f72d25e8b9dc) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"ecf07610-ed4b-4da3-a8b0-1feace3dc6b1\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 19:03:55.631205"], ["updated_at", "2016-10-23 19:03:55.631205"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: ecf07610-ed4b-4da3-a8b0-1feace3dc6b1) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"60bdd6e8-2328-44dd-b27b-da9ad09d17db\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 19:03:55.635419"], ["updated_at", "2016-10-23 19:03:55.635419"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 60bdd6e8-2328-44dd-b27b-da9ad09d17db) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"d27d736b-cd04-4eea-b9f8-45011be04041\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:04:08.486311"], ["updated_at", "2016-10-23 19:04:08.486311"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d27d736b-cd04-4eea-b9f8-45011be04041) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"0eac80da-a23d-4dea-a6ac-479992946292\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 19:04:08.493972"], ["updated_at", "2016-10-23 19:04:08.493972"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 0eac80da-a23d-4dea-a6ac-479992946292) to Sidejobs(high_priority) Sidejobs::Job Load (0.7ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"19b844f0-5e3b-4adb-8dba-cf0874ff5e00\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 19:04:08.499622"], ["updated_at", "2016-10-23 19:04:08.499622"]] [ActiveJob]  (0.5ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 19b844f0-5e3b-4adb-8dba-cf0874ff5e00) to Sidejobs(default) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"57dd4794-55f4-4791-b6c1-f965a55d841c\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 19:04:08.506280"], ["updated_at", "2016-10-23 19:04:08.506280"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 57dd4794-55f4-4791-b6c1-f965a55d841c) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"872a8ac6-c95b-4e41-a8e9-62f954eb7aeb\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 19:04:08.514468"], ["updated_at", "2016-10-23 19:04:08.514468"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 872a8ac6-c95b-4e41-a8e9-62f954eb7aeb) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (6.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"75d7a87b-185d-40b2-afbc-9bc8978e1770\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:19:11.245370"], ["updated_at", "2016-10-23 19:19:11.245370"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 75d7a87b-185d-40b2-afbc-9bc8978e1770) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 UserMailer#invite: processed outbound mail in 0.2ms  (0.3ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later -----------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (1.8ms) ROLLBACK  (0.1ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (6.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7991ad7b-c28f-4749-8c49-429ffb20edbf\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:28:35.997685"], ["updated_at", "2016-10-23 19:28:35.997685"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7991ad7b-c28f-4749-8c49-429ffb20edbf) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.7ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.7ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c3d9630d-e517-4549-8796-882c0322b46c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:29:19.787353"], ["updated_at", "2016-10-23 19:29:19.787353"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c3d9630d-e517-4549-8796-882c0322b46c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e3d9443f-061d-488c-87e5-1a94063915a5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 05:29:19.795579"], ["created_at", "2016-10-23 19:29:19.796882"], ["updated_at", "2016-10-23 19:29:19.796882"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e3d9443f-061d-488c-87e5-1a94063915a5) to Sidejobs(mailers) at 2016-10-24 05:29:19 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"86d40ff0-1923-4e59-9795-4a706716f692\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:29:43.150531"], ["updated_at", "2016-10-23 19:29:43.150531"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 86d40ff0-1923-4e59-9795-4a706716f692) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.0ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.5ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b532a7f9-816d-484c-af79-6af009d7456e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 05:29:43.158282"], ["created_at", "2016-10-23 19:29:43.160472"], ["updated_at", "2016-10-23 19:29:43.160472"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b532a7f9-816d-484c-af79-6af009d7456e) to Sidejobs(mailers) at 2016-10-24 05:29:43 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.4ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.7ms) 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\":\"33aad2a9-9479-40c5-af3f-33b379a94652\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:30:20.537182"], ["updated_at", "2016-10-23 19:30:20.537182"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 33aad2a9-9479-40c5-af3f-33b379a94652) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fc66fc2f-6faa-4186-a6b0-89e69368bcc1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 05:30:20.545669"], ["created_at", "2016-10-23 19:30:20.546861"], ["updated_at", "2016-10-23 19:30:20.546861"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fc66fc2f-6faa-4186-a6b0-89e69368bcc1) to Sidejobs(mailers) at 2016-10-24 05:30:20 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.5ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"db68bdd9-2e07-4dce-9da6-eb8939220d65\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:31:00.087923"], ["updated_at", "2016-10-23 19:31:00.087923"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: db68bdd9-2e07-4dce-9da6-eb8939220d65) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.7ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"bdceeb06-86c2-4750-8f68-f4a3767c1856\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 05:31:00.094521"], ["created_at", "2016-10-23 19:31:00.095693"], ["updated_at", "2016-10-23 19:31:00.095693"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: bdceeb06-86c2-4750-8f68-f4a3767c1856) to Sidejobs(mailers) at 2016-10-24 05:31:00 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (6.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7ccb8448-e4c5-4630-8df5-50a88da14984\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:33:21.614870"], ["updated_at", "2016-10-23 19:33:21.614870"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7ccb8448-e4c5-4630-8df5-50a88da14984) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (2.1ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0ba6c22a-6f7d-4c87-af7d-d74cef4dccde\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 05:33:21.629558"], ["created_at", "2016-10-23 19:33:21.630870"], ["updated_at", "2016-10-23 19:33:21.630870"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0ba6c22a-6f7d-4c87-af7d-d74cef4dccde) to Sidejobs(mailers) at 2016-10-24 05:33:21 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"07ea27d9-d7a8-422c-9d11-66d74f29df9b\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 19:33:21.636733"], ["updated_at", "2016-10-23 19:33:21.636733"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 07ea27d9-d7a8-422c-9d11-66d74f29df9b) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"b846bf08-eda4-4e4d-8e8e-4bc35ce3e39b\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 19:33:21.640781"], ["updated_at", "2016-10-23 19:33:21.640781"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: b846bf08-eda4-4e4d-8e8e-4bc35ce3e39b) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (6.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"1d69f8c6-5cfa-4341-9ab8-91732075646f\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 19:33:21.644945"], ["updated_at", "2016-10-23 19:33:21.644945"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 1d69f8c6-5cfa-4341-9ab8-91732075646f) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"0481e91c-cc01-4873-b9b0-d90894ffa000\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 19:33:21.655626"], ["updated_at", "2016-10-23 19:33:21.655626"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 0481e91c-cc01-4873-b9b0-d90894ffa000) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"9f62990e-b99b-4273-a6e9-42b39c550208\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:33:36.262704"], ["updated_at", "2016-10-23 19:33:36.262704"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9f62990e-b99b-4273-a6e9-42b39c550208) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"445cd204-df5d-47d5-b29f-35e4fe9ba656\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 05:33:36.269957"], ["created_at", "2016-10-23 19:33:36.271212"], ["updated_at", "2016-10-23 19:33:36.271212"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 445cd204-df5d-47d5-b29f-35e4fe9ba656) to Sidejobs(mailers) at 2016-10-24 05:33:36 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"0a1c586f-9ecf-4e74-b2c5-feaf793135c8\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 19:33:36.276029"], ["updated_at", "2016-10-23 19:33:36.276029"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 0a1c586f-9ecf-4e74-b2c5-feaf793135c8) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"26f0689a-c2f6-4031-baed-2abb74fc60d2\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 19:33:36.279993"], ["updated_at", "2016-10-23 19:33:36.279993"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 26f0689a-c2f6-4031-baed-2abb74fc60d2) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"6fbdeb68-7909-414f-a05d-16149d64b3c7\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 19:33:36.284572"], ["updated_at", "2016-10-23 19:33:36.284572"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 6fbdeb68-7909-414f-a05d-16149d64b3c7) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"519bfca3-6216-475b-9583-a368adae889a\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 19:33:36.288774"], ["updated_at", "2016-10-23 19:33:36.288774"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 519bfca3-6216-475b-9583-a368adae889a) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.8ms) 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\":\"496fb8ae-fe56-4ca1-92e8-4d0a345fe5c3\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:36:12.763591"], ["updated_at", "2016-10-23 19:36:12.763591"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 496fb8ae-fe56-4ca1-92e8-4d0a345fe5c3) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.7ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"1dcefea6-87d2-422a-865e-ea444f78bea3\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 19:36:12.773912"], ["updated_at", "2016-10-23 19:36:12.773912"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 1dcefea6-87d2-422a-865e-ea444f78bea3) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"d1395a75-4ce5-4b68-9f6d-f335cdc565f9\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 19:36:12.779691"], ["updated_at", "2016-10-23 19:36:12.779691"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: d1395a75-4ce5-4b68-9f6d-f335cdc565f9) to Sidejobs(default) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"6be98b72-ac9d-4863-94c3-d3c6616b3ed3\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 19:36:12.783748"], ["updated_at", "2016-10-23 19:36:12.783748"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 6be98b72-ac9d-4863-94c3-d3c6616b3ed3) to Sidejobs(low_priority) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"d0a9fd5c-ea9f-46e2-a2fd-d2431a58b865\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 19:36:12.788739"], ["updated_at", "2016-10-23 19:36:12.788739"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: d0a9fd5c-ea9f-46e2-a2fd-d2431a58b865) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d92e3370-c0c0-4138-b1a8-dc7d9285fea5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 05:36:12.791247"], ["created_at", "2016-10-23 19:36:12.792218"], ["updated_at", "2016-10-23 19:36:12.792218"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d92e3370-c0c0-4138-b1a8-dc7d9285fea5) to Sidejobs(mailers) at 2016-10-24 05:36:12 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"2f2ca722-d549-45bf-8281-5b132283384c\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 05:36:12.791247"], ["created_at", "2016-10-23 19:36:12.796450"], ["updated_at", "2016-10-23 19:36:12.796450"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 2f2ca722-d549-45bf-8281-5b132283384c) to Sidejobs(high_priority) at 2016-10-24 05:36:12 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"23cbbab6-abf9-4ec0-a2ab-5bec4f1353c8\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 05:36:12.791247"], ["created_at", "2016-10-23 19:36:12.799529"], ["updated_at", "2016-10-23 19:36:12.799529"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 23cbbab6-abf9-4ec0-a2ab-5bec4f1353c8) to Sidejobs(default) at 2016-10-24 05:36:12 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"6d777c3c-6375-4978-8a1d-3fb0ad8816e4\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 05:36:12.791247"], ["created_at", "2016-10-23 19:36:12.802590"], ["updated_at", "2016-10-23 19:36:12.802590"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 6d777c3c-6375-4978-8a1d-3fb0ad8816e4) to Sidejobs(low_priority) at 2016-10-24 05:36:12 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"c071433b-ea11-4475-9c86-f3499885f8e3\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 05:36:12.791247"], ["created_at", "2016-10-23 19:36:12.805538"], ["updated_at", "2016-10-23 19:36:12.805538"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: c071433b-ea11-4475-9c86-f3499885f8e3) to Sidejobs(other) at 2016-10-24 05:36:12 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0b59aab2-daf2-4f4d-84c2-45d4aa8730f0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 19:36:36.234188"], ["updated_at", "2016-10-23 19:36:36.234188"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0b59aab2-daf2-4f4d-84c2-45d4aa8730f0) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.7ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"65bba7dd-f57d-46eb-9541-0a7b5554c584\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 19:36:36.243222"], ["updated_at", "2016-10-23 19:36:36.243222"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 65bba7dd-f57d-46eb-9541-0a7b5554c584) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"73552fa4-8267-4289-a9aa-e2634fa25d38\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 19:36:36.248021"], ["updated_at", "2016-10-23 19:36:36.248021"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 73552fa4-8267-4289-a9aa-e2634fa25d38) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"d2f9cbfd-6fa5-4e3a-80a0-b7b05cded051\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 19:36:36.252683"], ["updated_at", "2016-10-23 19:36:36.252683"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: d2f9cbfd-6fa5-4e3a-80a0-b7b05cded051) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"59a3cf72-0a88-4c8b-a210-1421e065e459\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 19:36:36.256917"], ["updated_at", "2016-10-23 19:36:36.256917"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 59a3cf72-0a88-4c8b-a210-1421e065e459) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"995b2c37-eab4-441d-b933-8720510b8174\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 05:36:36.259534"], ["created_at", "2016-10-23 19:36:36.260524"], ["updated_at", "2016-10-23 19:36:36.260524"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 995b2c37-eab4-441d-b933-8720510b8174) to Sidejobs(mailers) at 2016-10-24 05:36:36 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"2125d843-a8f8-4662-b415-2a24ddaade2c\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 05:36:36.259534"], ["created_at", "2016-10-23 19:36:36.264845"], ["updated_at", "2016-10-23 19:36:36.264845"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 2125d843-a8f8-4662-b415-2a24ddaade2c) to Sidejobs(high_priority) at 2016-10-24 05:36:36 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"ed3f4d06-5b14-413e-b9e9-3da875972263\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 05:36:36.259534"], ["created_at", "2016-10-23 19:36:36.268606"], ["updated_at", "2016-10-23 19:36:36.268606"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: ed3f4d06-5b14-413e-b9e9-3da875972263) to Sidejobs(default) at 2016-10-24 05:36:36 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.8ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"910ce226-2474-4297-b123-b1d0134dfb48\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 05:36:36.259534"], ["created_at", "2016-10-23 19:36:36.272712"], ["updated_at", "2016-10-23 19:36:36.272712"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 910ce226-2474-4297-b123-b1d0134dfb48) to Sidejobs(low_priority) at 2016-10-24 05:36:36 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"c09ea4bf-cce5-40f5-912a-35cca1f3689b\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 05:36:36.259534"], ["created_at", "2016-10-23 19:36:36.276942"], ["updated_at", "2016-10-23 19:36:36.276942"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: c09ea4bf-cce5-40f5-912a-35cca1f3689b) to Sidejobs(other) at 2016-10-24 05:36:36 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (6.7ms) 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\":\"7f741d5c-c30c-452d-86ba-f938544927a9\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 20:47:54.142367"], ["updated_at", "2016-10-23 20:47:54.142367"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7f741d5c-c30c-452d-86ba-f938544927a9) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"3eb3e778-3f0a-40a6-ae04-2a7585b8b0eb\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 20:47:54.158593"], ["updated_at", "2016-10-23 20:47:54.158593"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 3eb3e778-3f0a-40a6-ae04-2a7585b8b0eb) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"a9b31a9e-f8eb-443e-ab53-361b245ea1a7\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 20:47:54.162859"], ["updated_at", "2016-10-23 20:47:54.162859"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: a9b31a9e-f8eb-443e-ab53-361b245ea1a7) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"e7e986d2-5a20-4aa6-8894-21be995a852f\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 20:47:54.167111"], ["updated_at", "2016-10-23 20:47:54.167111"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: e7e986d2-5a20-4aa6-8894-21be995a852f) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"43177925-6722-4256-b961-5bc8d6bd6518\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 20:47:54.171213"], ["updated_at", "2016-10-23 20:47:54.171213"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 43177925-6722-4256-b961-5bc8d6bd6518) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c7c46ef2-3b71-4e7f-ac49-5e7cc851d80b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 06:47:54.173967"], ["created_at", "2016-10-23 20:47:54.175243"], ["updated_at", "2016-10-23 20:47:54.175243"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c7c46ef2-3b71-4e7f-ac49-5e7cc851d80b) to Sidejobs(mailers) at 2016-10-24 06:47:54 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"0fba2228-b6b3-47bf-a8aa-3ba5e73e5c12\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 06:47:54.173967"], ["created_at", "2016-10-23 20:47:54.178703"], ["updated_at", "2016-10-23 20:47:54.178703"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 0fba2228-b6b3-47bf-a8aa-3ba5e73e5c12) to Sidejobs(high_priority) at 2016-10-24 06:47:54 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (6.0ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"34e8a3d2-5d68-46b4-a227-a31d3d808cfa\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 06:47:54.173967"], ["created_at", "2016-10-23 20:47:54.181848"], ["updated_at", "2016-10-23 20:47:54.181848"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 34e8a3d2-5d68-46b4-a227-a31d3d808cfa) to Sidejobs(default) at 2016-10-24 06:47:54 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"acebca13-291b-4444-9959-27cff53e4da5\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 06:47:54.173967"], ["created_at", "2016-10-23 20:47:54.191143"], ["updated_at", "2016-10-23 20:47:54.191143"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: acebca13-291b-4444-9959-27cff53e4da5) to Sidejobs(low_priority) at 2016-10-24 06:47:54 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"39031c8a-dab7-4dc9-ae9b-6b1e6f01120f\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 06:47:54.173967"], ["created_at", "2016-10-23 20:47:54.194438"], ["updated_at", "2016-10-23 20:47:54.194438"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 39031c8a-dab7-4dc9-ae9b-6b1e6f01120f) to Sidejobs(other) at 2016-10-24 06:47:54 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------------- ProcessorTest: test_process ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"511a871c-6862-4ee7-81c2-46db59ab7b51\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:12:50.777107"], ["updated_at", "2016-10-23 21:12:50.777107"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 511a871c-6862-4ee7-81c2-46db59ab7b51) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c7173f31-c660-4df2-a139-2b941cd01153\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:13:01.473199"], ["updated_at", "2016-10-23 21:13:01.473199"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c7173f31-c660-4df2-a139-2b941cd01153) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------------- ProcessorTest: test_process ---------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a86f4699-ecc9-4d05-a73d-6badca4130bf\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:14:46.380105"], ["updated_at", "2016-10-23 21:14:46.380105"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a86f4699-ecc9-4d05-a73d-6badca4130bf) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------------- ProcessorTest: test_process ---------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.4ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b096bd86-232c-41c2-8bf3-c3d3a8561688\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:15:27.506507"], ["updated_at", "2016-10-23 21:15:27.506507"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b096bd86-232c-41c2-8bf3-c3d3a8561688) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com"  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e7682cf5-5be2-49dc-82d1-3f882fa622d1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:16:15.128763"], ["updated_at", "2016-10-23 21:16:15.128763"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e7682cf5-5be2-49dc-82d1-3f882fa622d1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"cc0867af-c7ff-448a-a79c-f7e95664589f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:17:14.080239"], ["updated_at", "2016-10-23 21:17:14.080239"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: cc0867af-c7ff-448a-a79c-f7e95664589f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.8ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.4ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"aa390a33-6436-4d9c-9ce9-f0aa164964c9\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 21:17:14.090434"], ["updated_at", "2016-10-23 21:17:14.090434"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: aa390a33-6436-4d9c-9ce9-f0aa164964c9) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"4dcfc375-1b79-4175-a05a-06aaf7bb5403\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 21:17:14.095252"], ["updated_at", "2016-10-23 21:17:14.095252"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 4dcfc375-1b79-4175-a05a-06aaf7bb5403) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"28e0a1a0-9c6d-481e-9376-7b94815d8fdf\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 21:17:14.101202"], ["updated_at", "2016-10-23 21:17:14.101202"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 28e0a1a0-9c6d-481e-9376-7b94815d8fdf) to Sidejobs(low_priority) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"cf016b99-9e18-4a76-8e92-bc670fcec183\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 21:17:14.106733"], ["updated_at", "2016-10-23 21:17:14.106733"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: cf016b99-9e18-4a76-8e92-bc670fcec183) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8f0422c1-2495-4c48-a8bc-600152de32ba\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 07:17:14.109549"], ["created_at", "2016-10-23 21:17:14.110615"], ["updated_at", "2016-10-23 21:17:14.110615"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8f0422c1-2495-4c48-a8bc-600152de32ba) to Sidejobs(mailers) at 2016-10-24 07:17:14 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"57dccb91-0255-44cc-9a97-49f7fa84568a\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 07:17:14.109549"], ["created_at", "2016-10-23 21:17:14.115039"], ["updated_at", "2016-10-23 21:17:14.115039"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 57dccb91-0255-44cc-9a97-49f7fa84568a) to Sidejobs(high_priority) at 2016-10-24 07:17:14 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"ad0fde60-e02d-46a3-857a-b90754342eb8\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 07:17:14.109549"], ["created_at", "2016-10-23 21:17:14.118297"], ["updated_at", "2016-10-23 21:17:14.118297"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: ad0fde60-e02d-46a3-857a-b90754342eb8) to Sidejobs(default) at 2016-10-24 07:17:14 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"9f9964ef-6278-4642-9346-0e2ffeb19654\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 07:17:14.109549"], ["created_at", "2016-10-23 21:17:14.121742"], ["updated_at", "2016-10-23 21:17:14.121742"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 9f9964ef-6278-4642-9346-0e2ffeb19654) to Sidejobs(low_priority) at 2016-10-24 07:17:14 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"4914f721-0579-4102-9f29-b3978b49b76b\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 07:17:14.109549"], ["created_at", "2016-10-23 21:17:14.126031"], ["updated_at", "2016-10-23 21:17:14.126031"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 4914f721-0579-4102-9f29-b3978b49b76b) to Sidejobs(other) at 2016-10-24 07:17:14 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_process ---------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------------- ProcessorTest: test_process ---------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"e5ed14b0-c770-4393-907d-e3c902c8b680\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:17:34.237354"], ["updated_at", "2016-10-23 21:17:34.237354"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e5ed14b0-c770-4393-907d-e3c902c8b680) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.4ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.7ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"4add9aec-b945-46d2-a439-244ee03a939e\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 21:17:34.246408"], ["updated_at", "2016-10-23 21:17:34.246408"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 4add9aec-b945-46d2-a439-244ee03a939e) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"38bc50d2-8c38-4bbc-8502-17bfe0b6ca6f\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 21:17:34.252027"], ["updated_at", "2016-10-23 21:17:34.252027"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 38bc50d2-8c38-4bbc-8502-17bfe0b6ca6f) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"9452b4eb-8cce-442d-b903-031e7ebac87a\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 21:17:34.257673"], ["updated_at", "2016-10-23 21:17:34.257673"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 9452b4eb-8cce-442d-b903-031e7ebac87a) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"dc9413bc-e64e-4a6f-9161-836da1c94482\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 21:17:34.261429"], ["updated_at", "2016-10-23 21:17:34.261429"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: dc9413bc-e64e-4a6f-9161-836da1c94482) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"18e0f6d1-b045-4795-bd1f-7ec271319d52\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 07:17:34.264106"], ["created_at", "2016-10-23 21:17:34.265208"], ["updated_at", "2016-10-23 21:17:34.265208"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 18e0f6d1-b045-4795-bd1f-7ec271319d52) to Sidejobs(mailers) at 2016-10-24 07:17:34 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"6fdbe089-d6cd-4112-aa72-cbe4aee9585b\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 07:17:34.264106"], ["created_at", "2016-10-23 21:17:34.269250"], ["updated_at", "2016-10-23 21:17:34.269250"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 6fdbe089-d6cd-4112-aa72-cbe4aee9585b) to Sidejobs(high_priority) at 2016-10-24 07:17:34 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"f05fc0c8-471f-4eb2-bce4-06e35818ca5c\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 07:17:34.264106"], ["created_at", "2016-10-23 21:17:34.272606"], ["updated_at", "2016-10-23 21:17:34.272606"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: f05fc0c8-471f-4eb2-bce4-06e35818ca5c) to Sidejobs(default) at 2016-10-24 07:17:34 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"431ce99c-1dbf-4899-9e99-1d11a5238100\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 07:17:34.264106"], ["created_at", "2016-10-23 21:17:34.275912"], ["updated_at", "2016-10-23 21:17:34.275912"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 431ce99c-1dbf-4899-9e99-1d11a5238100) to Sidejobs(low_priority) at 2016-10-24 07:17:34 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"80787463-d933-4eed-a5e6-d5b22f544a96\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 07:17:34.264106"], ["created_at", "2016-10-23 21:17:34.279096"], ["updated_at", "2016-10-23 21:17:34.279096"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 80787463-d933-4eed-a5e6-d5b22f544a96) to Sidejobs(other) at 2016-10-24 07:17:34 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"43e9f0ca-6af8-4af5-8b34-4e54a1930197\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:22:56.516902"], ["updated_at", "2016-10-23 21:22:56.516902"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 43e9f0ca-6af8-4af5-8b34-4e54a1930197) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (26.0ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 21:22:56.523553' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.3ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later -----------------------------  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"be5c7597-4ec8-4a64-b623-e9592ecaf6a4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:22:56.555388"], ["updated_at", "2016-10-23 21:22:56.555388"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"6cf3a603-5530-4f7f-a8af-8c480f5452a7\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 21:22:56.559415"], ["updated_at", "2016-10-23 21:22:56.559415"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"e49e7897-e312-4179-986b-a6322a02a2e3\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 21:22:56.563200"], ["updated_at", "2016-10-23 21:22:56.563200"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"414ceaa1-4db1-4216-b0ce-6bf2ef747192\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 21:22:56.567168"], ["updated_at", "2016-10-23 21:22:56.567168"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"348f8d66-800f-4270-a58d-6778073f3165\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 21:22:56.571083"], ["updated_at", "2016-10-23 21:22:56.571083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5b4b13b1-b909-49dc-acf8-f7bed8d884d1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 07:22:56.573551"], ["created_at", "2016-10-23 21:22:56.574501"], ["updated_at", "2016-10-23 21:22:56.574501"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"33bdb719-69d8-4ddc-a88d-6b8c9926bd54\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 07:22:56.573551"], ["created_at", "2016-10-23 21:22:56.578078"], ["updated_at", "2016-10-23 21:22:56.578078"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"f2e2cac0-02dd-46a4-9d92-a6fbd69dd789\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 07:22:56.573551"], ["created_at", "2016-10-23 21:22:56.581259"], ["updated_at", "2016-10-23 21:22:56.581259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"deab9272-538a-4964-927f-515ca11d6bfa\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 07:22:56.573551"], ["created_at", "2016-10-23 21:22:56.584234"], ["updated_at", "2016-10-23 21:22:56.584234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"74d2eaa4-9553-42c8-bd40-62194a6db96c\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 07:22:56.573551"], ["created_at", "2016-10-23 21:22:56.587541"], ["updated_at", "2016-10-23 21:22:56.587541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateSidejobs (20161022211612)  (0.2ms) BEGIN  (3.0ms) 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)   (0.7ms) CREATE INDEX "index_sidejobs_on_status_and_scheduled_at" ON "sidejobs" ("status", "scheduled_at")  (0.6ms) CREATE INDEX "index_sidejobs_on_priority" ON "sidejobs" ("priority") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20161022211612"]]  (0.4ms) COMMIT ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.9ms) SELECT 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 FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'sidejobs' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (14.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"60f64624-823d-42a9-b2e8-c7c12accd108\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:24:01.966264"], ["updated_at", "2016-10-23 21:24:01.966264"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 60f64624-823d-42a9-b2e8-c7c12accd108) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"46a6a38a-c7af-456a-a65b-7481682c1315\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 21:24:01.990222"], ["updated_at", "2016-10-23 21:24:01.990222"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 46a6a38a-c7af-456a-a65b-7481682c1315) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"d4b3d6dc-0c8d-4d85-96aa-5a266dfc555a\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 21:24:01.994282"], ["updated_at", "2016-10-23 21:24:01.994282"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: d4b3d6dc-0c8d-4d85-96aa-5a266dfc555a) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"253c0963-04f2-4819-b03a-79ce6107f1c7\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 21:24:01.998066"], ["updated_at", "2016-10-23 21:24:01.998066"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 253c0963-04f2-4819-b03a-79ce6107f1c7) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"4275edde-fbb8-40c7-b6f1-4ecbdaaa3f48\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 21:24:02.001868"], ["updated_at", "2016-10-23 21:24:02.001868"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 4275edde-fbb8-40c7-b6f1-4ecbdaaa3f48) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"2893f3a0-ede5-4068-a72e-9ab821cd7df2\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 07:24:02.004350"], ["created_at", "2016-10-23 21:24:02.005319"], ["updated_at", "2016-10-23 21:24:02.005319"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2893f3a0-ede5-4068-a72e-9ab821cd7df2) to Sidejobs(mailers) at 2016-10-24 07:24:02 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"707bff2c-6924-461c-833b-9409482e2262\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 07:24:02.004350"], ["created_at", "2016-10-23 21:24:02.008853"], ["updated_at", "2016-10-23 21:24:02.008853"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 707bff2c-6924-461c-833b-9409482e2262) to Sidejobs(high_priority) at 2016-10-24 07:24:02 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"a75a54fa-8ef8-4bc7-97d4-f0f6447f8048\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 07:24:02.004350"], ["created_at", "2016-10-23 21:24:02.012360"], ["updated_at", "2016-10-23 21:24:02.012360"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: a75a54fa-8ef8-4bc7-97d4-f0f6447f8048) to Sidejobs(default) at 2016-10-24 07:24:02 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"9ba7dcba-dd78-4169-b927-6409433c52b0\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 07:24:02.004350"], ["created_at", "2016-10-23 21:24:02.015619"], ["updated_at", "2016-10-23 21:24:02.015619"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 9ba7dcba-dd78-4169-b927-6409433c52b0) to Sidejobs(low_priority) at 2016-10-24 07:24:02 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"20b8a6ad-29aa-43b3-86d1-785cce96712b\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 07:24:02.004350"], ["created_at", "2016-10-23 21:24:02.018830"], ["updated_at", "2016-10-23 21:24:02.018830"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 20b8a6ad-29aa-43b3-86d1-785cce96712b) to Sidejobs(other) at 2016-10-24 07:24:02 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"58c13506-3378-49f1-af6c-e1d17b022e9c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:24:02.026576"], ["updated_at", "2016-10-23 21:24:02.026576"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 58c13506-3378-49f1-af6c-e1d17b022e9c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (24.8ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 21:24:02.031185' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 21:24:02.057003"], ["attempts", 1], ["updated_at", "2016-10-23 21:24:02.058037"], ["id", 11]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.9ms) UserMailer#invite: processed outbound mail in 166.1ms Sent mail to test@mail.com (6.8ms) Date: Sun, 23 Oct 2016 18:24:02 -0300 To: test@mail.com Message-ID: <580d2a723d1c7_8a443ffecec3fa0c5956d@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 21:24:02.252204"], ["error", "An SMTP From address is required to send a message. Set the message smtp_envelope_from, return_path, sender, or from address."], ["updated_at", "2016-10-23 21:24:02.253569"], ["id", 11]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4eec2dea-2fb1-4a75-af93-da651d795b77\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:24:23.997567"], ["updated_at", "2016-10-23 21:24:23.997567"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4eec2dea-2fb1-4a75-af93-da651d795b77) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"60419408-5fcf-4e96-9e1a-0e89d4f58c4b\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 21:24:24.005968"], ["updated_at", "2016-10-23 21:24:24.005968"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 60419408-5fcf-4e96-9e1a-0e89d4f58c4b) to Sidejobs(high_priority) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"e2134bdb-658c-425f-994e-ccd7d9e1e08c\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 21:24:24.011788"], ["updated_at", "2016-10-23 21:24:24.011788"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: e2134bdb-658c-425f-994e-ccd7d9e1e08c) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"376f88ea-d2c7-47fd-84ba-9c5f5090ae14\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 21:24:24.017235"], ["updated_at", "2016-10-23 21:24:24.017235"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 376f88ea-d2c7-47fd-84ba-9c5f5090ae14) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"f3150fe8-3f7d-455a-b1be-597c37207e14\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 21:24:24.021845"], ["updated_at", "2016-10-23 21:24:24.021845"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: f3150fe8-3f7d-455a-b1be-597c37207e14) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"db2282b1-c9ce-41f8-a9e5-003e15283918\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 07:24:24.024555"], ["created_at", "2016-10-23 21:24:24.025550"], ["updated_at", "2016-10-23 21:24:24.025550"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: db2282b1-c9ce-41f8-a9e5-003e15283918) to Sidejobs(mailers) at 2016-10-24 07:24:24 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"b466ce9d-656b-4494-81f0-26317ff27990\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 07:24:24.024555"], ["created_at", "2016-10-23 21:24:24.029108"], ["updated_at", "2016-10-23 21:24:24.029108"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: b466ce9d-656b-4494-81f0-26317ff27990) to Sidejobs(high_priority) at 2016-10-24 07:24:24 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"0bae9b1a-698c-4470-9268-ad33045bf8b6\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 07:24:24.024555"], ["created_at", "2016-10-23 21:24:24.032764"], ["updated_at", "2016-10-23 21:24:24.032764"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 0bae9b1a-698c-4470-9268-ad33045bf8b6) to Sidejobs(default) at 2016-10-24 07:24:24 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"e6faae7b-5e02-454c-82f9-67e659b1c3ce\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 07:24:24.024555"], ["created_at", "2016-10-23 21:24:24.035890"], ["updated_at", "2016-10-23 21:24:24.035890"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: e6faae7b-5e02-454c-82f9-67e659b1c3ce) to Sidejobs(low_priority) at 2016-10-24 07:24:24 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"d1a15221-8f5c-4249-bae7-cbd94a955b98\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 07:24:24.024555"], ["created_at", "2016-10-23 21:24:24.039360"], ["updated_at", "2016-10-23 21:24:24.039360"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: d1a15221-8f5c-4249-bae7-cbd94a955b98) to Sidejobs(other) at 2016-10-24 07:24:24 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0753e83c-eacc-4dc7-b367-7092e63c6322\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:24:24.044445"], ["updated_at", "2016-10-23 21:24:24.044445"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0753e83c-eacc-4dc7-b367-7092e63c6322) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.7ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 21:24:24.048365' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 21:24:24.049796"], ["attempts", 1], ["updated_at", "2016-10-23 21:24:24.050668"], ["id", 22]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.7ms) UserMailer#invite: processed outbound mail in 164.7ms Sent mail to test@mail.com (4.4ms) Date: Sun, 23 Oct 2016 18:24:24 -0300 To: test@mail.com Message-ID: <580d2a8836f45_8a583fcc6403fa14140fc@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 21:24:24.226838"], ["error", "An SMTP From address is required to send a message. Set the message smtp_envelope_from, return_path, sender, or from address."], ["updated_at", "2016-10-23 21:24:24.228030"], ["id", 22]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"d0eb441b-b48a-425b-b628-6ba95fb037ba\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:24:57.257564"], ["updated_at", "2016-10-23 21:24:57.257564"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d0eb441b-b48a-425b-b628-6ba95fb037ba) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.8ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.4ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.9ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"07af99f5-9355-46b0-a712-20d27132002e\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 21:24:57.268986"], ["updated_at", "2016-10-23 21:24:57.268986"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 07af99f5-9355-46b0-a712-20d27132002e) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"74740482-c49e-44f9-a5e0-1d37890f204e\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 21:24:57.275007"], ["updated_at", "2016-10-23 21:24:57.275007"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 74740482-c49e-44f9-a5e0-1d37890f204e) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"ce4719cf-0e22-4222-bb80-c3a493837925\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 21:24:57.281256"], ["updated_at", "2016-10-23 21:24:57.281256"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: ce4719cf-0e22-4222-bb80-c3a493837925) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"47713d79-9e6a-4bf8-bc09-9ff7f242924d\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 21:24:57.285254"], ["updated_at", "2016-10-23 21:24:57.285254"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 47713d79-9e6a-4bf8-bc09-9ff7f242924d) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fff7deb8-5acb-4ec6-a72c-21b2b83d92bf\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 07:24:57.287750"], ["created_at", "2016-10-23 21:24:57.288732"], ["updated_at", "2016-10-23 21:24:57.288732"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fff7deb8-5acb-4ec6-a72c-21b2b83d92bf) to Sidejobs(mailers) at 2016-10-24 07:24:57 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"be7ec1ee-d451-4f5b-abf6-98c10a1fa08f\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 07:24:57.287750"], ["created_at", "2016-10-23 21:24:57.292891"], ["updated_at", "2016-10-23 21:24:57.292891"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: be7ec1ee-d451-4f5b-abf6-98c10a1fa08f) to Sidejobs(high_priority) at 2016-10-24 07:24:57 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"8287293b-3f63-4fb0-bea2-2ff2bd7899d4\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 07:24:57.287750"], ["created_at", "2016-10-23 21:24:57.296174"], ["updated_at", "2016-10-23 21:24:57.296174"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 8287293b-3f63-4fb0-bea2-2ff2bd7899d4) to Sidejobs(default) at 2016-10-24 07:24:57 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"47b23264-6aa6-4254-8bbc-869eaec62c8d\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 07:24:57.287750"], ["created_at", "2016-10-23 21:24:57.299654"], ["updated_at", "2016-10-23 21:24:57.299654"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 47b23264-6aa6-4254-8bbc-869eaec62c8d) to Sidejobs(low_priority) at 2016-10-24 07:24:57 UTC Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"de95619e-accb-4436-897a-cfa46ea8abf9\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 07:24:57.287750"], ["created_at", "2016-10-23 21:24:57.303968"], ["updated_at", "2016-10-23 21:24:57.303968"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: de95619e-accb-4436-897a-cfa46ea8abf9) to Sidejobs(other) at 2016-10-24 07:24:57 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.8ms) ROLLBACK  (0.4ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.8ms) 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\":\"a63c64c2-9697-419d-89f0-35ccdf40b895\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:24:57.323939"], ["updated_at", "2016-10-23 21:24:57.323939"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a63c64c2-9697-419d-89f0-35ccdf40b895) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.2ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 21:24:57.329512' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 21:24:57.331741"], ["attempts", 1], ["updated_at", "2016-10-23 21:24:57.332769"], ["id", 33]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (1.1ms) UserMailer#invite: processed outbound mail in 153.9ms Sent mail to test@mail.com (5.0ms) Date: Sun, 23 Oct 2016 18:24:57 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d2aa9797d8_8a713feb3d03f9f491530@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 21:24:57.499633"], ["updated_at", "2016-10-23 21:24:57.500676"], ["id", 33]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0dc1e2d6-2029-482b-996f-ee8f9913cdc7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:27:06.026589"], ["updated_at", "2016-10-23 21:27:06.026589"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0dc1e2d6-2029-482b-996f-ee8f9913cdc7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.1ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 21:27:06.035225' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 21:27:06.038511"], ["attempts", 1], ["updated_at", "2016-10-23 21:27:06.039532"], ["id", 34]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (1.3ms) UserMailer#invite: processed outbound mail in 182.7ms Sent mail to test@mail.com (5.1ms) Date: Sun, 23 Oct 2016 18:27:06 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d2b2a38f5d_8a993fcd3243fa14590eb@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 21:27:06.235663"], ["updated_at", "2016-10-23 21:27:06.236915"], ["id", 34]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.5ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"63fa52d2-1422-445c-ba2c-ca25a2819c27\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:27:06.243434"], ["updated_at", "2016-10-23 21:27:06.243434"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 63fa52d2-1422-445c-ba2c-ca25a2819c27) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"86a61350-31a1-4481-9876-486efb704781\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 21:27:06.248054"], ["updated_at", "2016-10-23 21:27:06.248054"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 86a61350-31a1-4481-9876-486efb704781) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"e0a8750e-e019-4e71-9a50-8151ad91a453\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 21:27:06.252692"], ["updated_at", "2016-10-23 21:27:06.252692"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: e0a8750e-e019-4e71-9a50-8151ad91a453) to Sidejobs(default) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"2a1c4ef5-48bd-4b57-8d96-395dbe36b1f5\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 21:27:06.259416"], ["updated_at", "2016-10-23 21:27:06.259416"]] [ActiveJob]  (0.3ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 2a1c4ef5-48bd-4b57-8d96-395dbe36b1f5) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"fd6f2bfd-e1d0-4689-9be7-346d2ae759ad\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 21:27:06.264258"], ["updated_at", "2016-10-23 21:27:06.264258"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: fd6f2bfd-e1d0-4689-9be7-346d2ae759ad) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"6cef8d2e-4eed-4a78-a9ac-d460cc817559\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 07:27:06.266873"], ["created_at", "2016-10-23 21:27:06.267902"], ["updated_at", "2016-10-23 21:27:06.267902"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6cef8d2e-4eed-4a78-a9ac-d460cc817559) to Sidejobs(mailers) at 2016-10-24 07:27:06 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"40b25fea-1c97-45a6-8ac4-9a70dd490bd0\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 07:27:06.266873"], ["created_at", "2016-10-23 21:27:06.271671"], ["updated_at", "2016-10-23 21:27:06.271671"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 40b25fea-1c97-45a6-8ac4-9a70dd490bd0) to Sidejobs(high_priority) at 2016-10-24 07:27:06 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"399ecfe8-7ef4-4472-81d6-1ba12c722394\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 07:27:06.266873"], ["created_at", "2016-10-23 21:27:06.275164"], ["updated_at", "2016-10-23 21:27:06.275164"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 399ecfe8-7ef4-4472-81d6-1ba12c722394) to Sidejobs(default) at 2016-10-24 07:27:06 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"5e4cf703-9860-457b-a224-8df88fdde770\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 07:27:06.266873"], ["created_at", "2016-10-23 21:27:06.279472"], ["updated_at", "2016-10-23 21:27:06.279472"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 5e4cf703-9860-457b-a224-8df88fdde770) to Sidejobs(low_priority) at 2016-10-24 07:27:06 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"ef088794-c125-420d-b004-573538767227\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 07:27:06.266873"], ["created_at", "2016-10-23 21:27:06.283112"], ["updated_at", "2016-10-23 21:27:06.283112"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: ef088794-c125-420d-b004-573538767227) to Sidejobs(other) at 2016-10-24 07:27:06 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"f28fae1e-1e8c-43a7-b4d6-1c655449a9c1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:27:20.063844"], ["updated_at", "2016-10-23 21:27:20.063844"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f28fae1e-1e8c-43a7-b4d6-1c655449a9c1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.0ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 21:27:20.070057' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 21:27:20.072746"], ["attempts", 1], ["updated_at", "2016-10-23 21:27:20.074134"], ["id", 45]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.7ms) UserMailer#invite: processed outbound mail in 142.1ms Sent mail to test@mail.com (4.2ms) Date: Sun, 23 Oct 2016 18:27:20 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d2b3837f47_8ab13ff60a43fa049646b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 21:27:20.231104"], ["updated_at", "2016-10-23 21:27:20.232229"], ["id", 45]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"49181fd8-f427-47ff-a8fe-432b8c25ed3e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:27:20.243815"], ["updated_at", "2016-10-23 21:27:20.243815"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 49181fd8-f427-47ff-a8fe-432b8c25ed3e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"9b50387b-535d-4561-911b-7023aa7bc975\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 21:27:20.248070"], ["updated_at", "2016-10-23 21:27:20.248070"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 9b50387b-535d-4561-911b-7023aa7bc975) to Sidejobs(high_priority) Sidejobs::Job Load (1.7ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"8e87792e-559c-4442-b8f5-7f3b07d01782\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 21:27:20.254528"], ["updated_at", "2016-10-23 21:27:20.254528"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 8e87792e-559c-4442-b8f5-7f3b07d01782) to Sidejobs(default) Sidejobs::Job Load (1.1ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"e0699b56-c848-4e98-958e-ad0e2fe0b819\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 21:27:20.260168"], ["updated_at", "2016-10-23 21:27:20.260168"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: e0699b56-c848-4e98-958e-ad0e2fe0b819) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"dfbad98c-bc3f-4c4e-8b56-f2fab6e97a8d\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 21:27:20.263894"], ["updated_at", "2016-10-23 21:27:20.263894"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: dfbad98c-bc3f-4c4e-8b56-f2fab6e97a8d) to Sidejobs(other) Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"40be5efc-d622-46b6-9627-5e7c3c6d31f2\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 07:27:20.266407"], ["created_at", "2016-10-23 21:27:20.267335"], ["updated_at", "2016-10-23 21:27:20.267335"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 40be5efc-d622-46b6-9627-5e7c3c6d31f2) to Sidejobs(mailers) at 2016-10-24 07:27:20 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"f8250e3b-3d70-4efc-9eaa-805ec451b556\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 07:27:20.266407"], ["created_at", "2016-10-23 21:27:20.271363"], ["updated_at", "2016-10-23 21:27:20.271363"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: f8250e3b-3d70-4efc-9eaa-805ec451b556) to Sidejobs(high_priority) at 2016-10-24 07:27:20 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.8ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"e9233fb4-a285-49a6-a3d1-afd3290664de\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 07:27:20.266407"], ["created_at", "2016-10-23 21:27:20.274560"], ["updated_at", "2016-10-23 21:27:20.274560"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: e9233fb4-a285-49a6-a3d1-afd3290664de) to Sidejobs(default) at 2016-10-24 07:27:20 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"f4ebb481-4e9d-41e4-b211-8ddbac974539\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 07:27:20.266407"], ["created_at", "2016-10-23 21:27:20.278638"], ["updated_at", "2016-10-23 21:27:20.278638"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: f4ebb481-4e9d-41e4-b211-8ddbac974539) to Sidejobs(low_priority) at 2016-10-24 07:27:20 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"de1fba8c-da56-4faf-8488-de792843d119\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 07:27:20.266407"], ["created_at", "2016-10-23 21:27:20.281547"], ["updated_at", "2016-10-23 21:27:20.281547"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: de1fba8c-da56-4faf-8488-de792843d119) to Sidejobs(other) at 2016-10-24 07:27:20 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"eb239fa7-0ebd-4c51-8167-9275669ef073\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:27:33.184585"], ["updated_at", "2016-10-23 21:27:33.184585"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: eb239fa7-0ebd-4c51-8167-9275669ef073) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"56ee978d-20ed-475a-8557-02cc0a91b832\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 21:27:33.192493"], ["updated_at", "2016-10-23 21:27:33.192493"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 56ee978d-20ed-475a-8557-02cc0a91b832) to Sidejobs(high_priority) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"2e935fab-4e85-47a0-b132-b3b7ed982ce2\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 21:27:33.198159"], ["updated_at", "2016-10-23 21:27:33.198159"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 2e935fab-4e85-47a0-b132-b3b7ed982ce2) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (1.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"cfccff17-9a6d-4ee6-a1a0-52b09189b90c\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 21:27:33.203702"], ["updated_at", "2016-10-23 21:27:33.203702"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: cfccff17-9a6d-4ee6-a1a0-52b09189b90c) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"644a5523-888e-44b3-b2bd-3cb2c9c066f7\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 21:27:33.207970"], ["updated_at", "2016-10-23 21:27:33.207970"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 644a5523-888e-44b3-b2bd-3cb2c9c066f7) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"dc7b221c-9c8d-48f6-99fa-10614bf22fe0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 07:27:33.210485"], ["created_at", "2016-10-23 21:27:33.211509"], ["updated_at", "2016-10-23 21:27:33.211509"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: dc7b221c-9c8d-48f6-99fa-10614bf22fe0) to Sidejobs(mailers) at 2016-10-24 07:27:33 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"6fdeec97-033a-482d-b3d6-e124a18126d3\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 07:27:33.210485"], ["created_at", "2016-10-23 21:27:33.215563"], ["updated_at", "2016-10-23 21:27:33.215563"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 6fdeec97-033a-482d-b3d6-e124a18126d3) to Sidejobs(high_priority) at 2016-10-24 07:27:33 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"eb0f9123-1ca2-4a69-88f8-2f6108323c6c\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 07:27:33.210485"], ["created_at", "2016-10-23 21:27:33.218717"], ["updated_at", "2016-10-23 21:27:33.218717"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: eb0f9123-1ca2-4a69-88f8-2f6108323c6c) to Sidejobs(default) at 2016-10-24 07:27:33 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"1575cf91-e14a-4cc9-bea4-186eddd8f5ff\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 07:27:33.210485"], ["created_at", "2016-10-23 21:27:33.222459"], ["updated_at", "2016-10-23 21:27:33.222459"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 1575cf91-e14a-4cc9-bea4-186eddd8f5ff) to Sidejobs(low_priority) at 2016-10-24 07:27:33 UTC Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"3cf808a6-f659-4bcc-a230-059e31d32635\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 07:27:33.210485"], ["created_at", "2016-10-23 21:27:33.227059"], ["updated_at", "2016-10-23 21:27:33.227059"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 3cf808a6-f659-4bcc-a230-059e31d32635) to Sidejobs(other) at 2016-10-24 07:27:33 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c1869397-d094-4ab1-ac43-8f3d2a9ec7cc\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:27:33.238433"], ["updated_at", "2016-10-23 21:27:33.238433"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c1869397-d094-4ab1-ac43-8f3d2a9ec7cc) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.1ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 21:27:33.242749' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 21:27:33.244691"], ["attempts", 1], ["updated_at", "2016-10-23 21:27:33.245779"], ["id", 66]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (1.3ms) UserMailer#invite: processed outbound mail in 149.5ms Sent mail to test@mail.com (4.1ms) Date: Sun, 23 Oct 2016 18:27:33 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d2b4563556_8ac43fc20943fa0c5438b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 21:27:33.408541"], ["updated_at", "2016-10-23 21:27:33.409645"], ["id", 66]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.8ms) 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\":\"ee45d138-cbe6-4fae-b891-649539135312\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:28:40.735519"], ["updated_at", "2016-10-23 21:28:40.735519"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ee45d138-cbe6-4fae-b891-649539135312) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"0ccdc18a-785d-4157-901e-ae3e6d9a93a3\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 21:28:40.748082"], ["updated_at", "2016-10-23 21:28:40.748082"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 0ccdc18a-785d-4157-901e-ae3e6d9a93a3) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"5fe13883-abc2-4054-82e7-224ca295a8e5\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 21:28:40.751952"], ["updated_at", "2016-10-23 21:28:40.751952"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 5fe13883-abc2-4054-82e7-224ca295a8e5) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"d2754d3b-9349-4619-a508-f0514f230193\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 21:28:40.755873"], ["updated_at", "2016-10-23 21:28:40.755873"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: d2754d3b-9349-4619-a508-f0514f230193) to Sidejobs(low_priority) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"df206d85-4041-4935-8036-a043e59613fa\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 21:28:40.760069"], ["updated_at", "2016-10-23 21:28:40.760069"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: df206d85-4041-4935-8036-a043e59613fa) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4c96bf46-8a00-4a5f-b311-d9f388954fcd\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 07:28:40.762506"], ["created_at", "2016-10-23 21:28:40.763510"], ["updated_at", "2016-10-23 21:28:40.763510"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4c96bf46-8a00-4a5f-b311-d9f388954fcd) to Sidejobs(mailers) at 2016-10-24 07:28:40 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"674b2b60-26bd-4acb-984b-4c176e2eb8c0\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 07:28:40.762506"], ["created_at", "2016-10-23 21:28:40.767179"], ["updated_at", "2016-10-23 21:28:40.767179"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 674b2b60-26bd-4acb-984b-4c176e2eb8c0) to Sidejobs(high_priority) at 2016-10-24 07:28:40 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"c960684d-49de-4ebf-8809-3177543f1af6\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 07:28:40.762506"], ["created_at", "2016-10-23 21:28:40.770259"], ["updated_at", "2016-10-23 21:28:40.770259"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: c960684d-49de-4ebf-8809-3177543f1af6) to Sidejobs(default) at 2016-10-24 07:28:40 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"c2bbd78f-e28e-4fde-b678-ff3156e88919\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 07:28:40.762506"], ["created_at", "2016-10-23 21:28:40.773338"], ["updated_at", "2016-10-23 21:28:40.773338"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: c2bbd78f-e28e-4fde-b678-ff3156e88919) to Sidejobs(low_priority) at 2016-10-24 07:28:40 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"c703a0d5-6006-4659-ab6a-62522e9b45de\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 07:28:40.762506"], ["created_at", "2016-10-23 21:28:40.776277"], ["updated_at", "2016-10-23 21:28:40.776277"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: c703a0d5-6006-4659-ab6a-62522e9b45de) to Sidejobs(other) at 2016-10-24 07:28:40 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"21b0ddc8-b5aa-473c-994f-192f3ce491a1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:28:40.788083"], ["updated_at", "2016-10-23 21:28:40.788083"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 21b0ddc8-b5aa-473c-994f-192f3ce491a1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.0ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 21:28:40.794051' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 21:28:40.796223"], ["attempts", 1], ["updated_at", "2016-10-23 21:28:40.799395"], ["id", 77]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (1.0ms) UserMailer#invite: processed outbound mail in 157.5ms Sent mail to test@mail.com (6.6ms) Date: Sun, 23 Oct 2016 18:28:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d2b88ee996_8af03fde15031a14118fb@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 21:28:40.979710"], ["updated_at", "2016-10-23 21:28:40.980872"], ["id", 77]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"de971fcd-cd8b-4dde-8439-c8bfd6b453b4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:33:29.800968"], ["updated_at", "2016-10-23 21:33:29.800968"]] [ActiveJob]  (0.4ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: de971fcd-cd8b-4dde-8439-c8bfd6b453b4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (3.8ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 21:33:29.810339' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (1.4ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 21:33:29.816979"], ["attempts", 1], ["updated_at", "2016-10-23 21:33:29.819513"], ["id", 78]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.9ms) UserMailer#invite: processed outbound mail in 190.5ms Sent mail to test@mail.com (6.5ms) Date: Sun, 23 Oct 2016 18:33:30 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d2caa59cb_8b373fdf5243fa14228c0@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 21:33:30.025096"], ["updated_at", "2016-10-23 21:33:30.026193"], ["id", 78]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"5029ce92-af4d-478e-8140-fc7c47ff13d6\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 21:33:30.032507"], ["updated_at", "2016-10-23 21:33:30.032507"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: 5029ce92-af4d-478e-8140-fc7c47ff13d6) to Sidejobs(default) Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 21:33:30.035325' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 21:33:30.036680"], ["attempts", 1], ["updated_at", "2016-10-23 21:33:30.037873"], ["id", 79]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 21:33:30.040511"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 21:33:30.041316"], ["id", 79]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 21:33:30.043262' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 21:33:30.044622"], ["attempts", 2], ["updated_at", "2016-10-23 21:33:30.045614"], ["id", 79]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 21:33:30.048251"], ["updated_at", "2016-10-23 21:33:30.049198"], ["id", 79]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 21:33:30.052233' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 21:33:30.053632"], ["attempts", 3], ["updated_at", "2016-10-23 21:33:30.054822"], ["id", 79]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 21:33:30.057141"], ["updated_at", "2016-10-23 21:33:30.057936"], ["id", 79]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 21:33:30.059870' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7432550d-ce7b-4085-a344-91e05bd13d6f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 21:33:30.064122"], ["updated_at", "2016-10-23 21:33:30.064122"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7432550d-ce7b-4085-a344-91e05bd13d6f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"0739ceac-aa1d-49e6-8118-9b5d23e06401\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 21:33:30.069236"], ["updated_at", "2016-10-23 21:33:30.069236"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 0739ceac-aa1d-49e6-8118-9b5d23e06401) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"5664e713-6f9a-4ba3-ba4e-cd91455f3003\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 21:33:30.073335"], ["updated_at", "2016-10-23 21:33:30.073335"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 5664e713-6f9a-4ba3-ba4e-cd91455f3003) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"5d6a069d-c8d7-46fb-97fb-ff6bd583f77c\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 21:33:30.077169"], ["updated_at", "2016-10-23 21:33:30.077169"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 5d6a069d-c8d7-46fb-97fb-ff6bd583f77c) to Sidejobs(low_priority) Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"0f735132-9dd0-4037-90cc-72144073cfa1\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 21:33:30.082806"], ["updated_at", "2016-10-23 21:33:30.082806"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 0f735132-9dd0-4037-90cc-72144073cfa1) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0a4748de-1c3e-45a2-b622-a2830122f17d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 07:33:30.085813"], ["created_at", "2016-10-23 21:33:30.086868"], ["updated_at", "2016-10-23 21:33:30.086868"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0a4748de-1c3e-45a2-b622-a2830122f17d) to Sidejobs(mailers) at 2016-10-24 07:33:30 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"deaf777f-3184-4944-898b-ced5a714b32c\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 07:33:30.085813"], ["created_at", "2016-10-23 21:33:30.090324"], ["updated_at", "2016-10-23 21:33:30.090324"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: deaf777f-3184-4944-898b-ced5a714b32c) to Sidejobs(high_priority) at 2016-10-24 07:33:30 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"99939fc8-4d72-4330-b0d6-2009c22f202c\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 07:33:30.085813"], ["created_at", "2016-10-23 21:33:30.093516"], ["updated_at", "2016-10-23 21:33:30.093516"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 99939fc8-4d72-4330-b0d6-2009c22f202c) to Sidejobs(default) at 2016-10-24 07:33:30 UTC Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"bdc9d1d7-d8a0-43af-bf23-02126db6c53d\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 07:33:30.085813"], ["created_at", "2016-10-23 21:33:30.096899"], ["updated_at", "2016-10-23 21:33:30.096899"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: bdc9d1d7-d8a0-43af-bf23-02126db6c53d) to Sidejobs(low_priority) at 2016-10-24 07:33:30 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"744ccdb4-7e55-4fe7-b299-a7452ad852d4\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 07:33:30.085813"], ["created_at", "2016-10-23 21:33:30.100279"], ["updated_at", "2016-10-23 21:33:30.100279"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 744ccdb4-7e55-4fe7-b299-a7452ad852d4) to Sidejobs(other) at 2016-10-24 07:33:30 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"40954bc8-cc99-416a-9506-190d1270379f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:46.954675"], ["updated_at", "2016-10-23 22:07:46.954675"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 40954bc8-cc99-416a-9506-190d1270379f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:07:46.963183' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:46.966961"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:46.969487"], ["id", 90]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.9ms) UserMailer#invite: processed outbound mail in 162.2ms Sent mail to test@mail.com (5.5ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b3231fa_8ca93fd1b6c3fa2480682@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.145939"], ["updated_at", "2016-10-23 22:07:47.147222"], ["id", 90]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e67bf65b-e0d2-4591-aa37-0ad5f9e537bb\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.152572"], ["updated_at", "2016-10-23 22:07:47.152572"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e67bf65b-e0d2-4591-aa37-0ad5f9e537bb) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5584317a-f3e1-47af-808c-cd5ea7010e44\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.155588"], ["updated_at", "2016-10-23 22:07:47.155588"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5584317a-f3e1-47af-808c-cd5ea7010e44) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"270ff130-3c30-4288-8cc8-04d07e8e4380\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.158102"], ["updated_at", "2016-10-23 22:07:47.158102"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 270ff130-3c30-4288-8cc8-04d07e8e4380) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0ac185ae-0cbe-43f7-a973-ab72ed2c5633\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.160573"], ["updated_at", "2016-10-23 22:07:47.160573"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0ac185ae-0cbe-43f7-a973-ab72ed2c5633) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a155c7f3-574a-4c44-8eeb-b27f3a7e0001\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.162917"], ["updated_at", "2016-10-23 22:07:47.162917"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a155c7f3-574a-4c44-8eeb-b27f3a7e0001) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"6de457f3-8bd1-445d-ba18-704100a5b3db\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.165531"], ["updated_at", "2016-10-23 22:07:47.165531"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6de457f3-8bd1-445d-ba18-704100a5b3db) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4374110f-b2cc-46f1-8913-76f09d87fa80\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.167944"], ["updated_at", "2016-10-23 22:07:47.167944"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4374110f-b2cc-46f1-8913-76f09d87fa80) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d585cc95-36eb-4525-b8e6-a596e959fb18\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.170580"], ["updated_at", "2016-10-23 22:07:47.170580"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d585cc95-36eb-4525-b8e6-a596e959fb18) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b3c32550-4c72-48eb-8ddb-f0bb6ae81ba5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.173041"], ["updated_at", "2016-10-23 22:07:47.173041"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b3c32550-4c72-48eb-8ddb-f0bb6ae81ba5) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"10ab7d12-a803-48a1-8e17-a87985f4d444\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.175394"], ["updated_at", "2016-10-23 22:07:47.175394"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 10ab7d12-a803-48a1-8e17-a87985f4d444) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7676238d-28aa-4907-ab07-6061ab163cfa\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.177527"], ["updated_at", "2016-10-23 22:07:47.177527"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7676238d-28aa-4907-ab07-6061ab163cfa) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"93a53082-3c3d-4b43-96a3-a009fa091cb8\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.179642"], ["updated_at", "2016-10-23 22:07:47.179642"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 93a53082-3c3d-4b43-96a3-a009fa091cb8) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fe3432af-629a-4bc8-a4d8-051a396c797b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.181848"], ["updated_at", "2016-10-23 22:07:47.181848"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fe3432af-629a-4bc8-a4d8-051a396c797b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f2952588-5fb7-4d14-a125-2f1d1422ab08\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.184064"], ["updated_at", "2016-10-23 22:07:47.184064"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f2952588-5fb7-4d14-a125-2f1d1422ab08) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d9949222-703b-4b68-ab34-57342bab7fff\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.186535"], ["updated_at", "2016-10-23 22:07:47.186535"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d9949222-703b-4b68-ab34-57342bab7fff) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"96f6f0b0-dcde-44b0-be2e-54aa9bddd6fe\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.188907"], ["updated_at", "2016-10-23 22:07:47.188907"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 96f6f0b0-dcde-44b0-be2e-54aa9bddd6fe) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a07ca0f1-f35f-4199-87bf-bbceecf0a10a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.191289"], ["updated_at", "2016-10-23 22:07:47.191289"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a07ca0f1-f35f-4199-87bf-bbceecf0a10a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0f77f638-f61d-4552-8f02-b514c7ddb068\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.193687"], ["updated_at", "2016-10-23 22:07:47.193687"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0f77f638-f61d-4552-8f02-b514c7ddb068) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7ea6f728-c777-430b-b9a6-3dd99d34b0d8\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.195762"], ["updated_at", "2016-10-23 22:07:47.195762"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7ea6f728-c777-430b-b9a6-3dd99d34b0d8) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d3bbccfd-9f64-4a22-a978-22308adc8739\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.197909"], ["updated_at", "2016-10-23 22:07:47.197909"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d3bbccfd-9f64-4a22-a978-22308adc8739) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d53eaee0-c555-4d3a-981b-392a30d8c5e3\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.200085"], ["updated_at", "2016-10-23 22:07:47.200085"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d53eaee0-c555-4d3a-981b-392a30d8c5e3) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4a221c5f-541f-4bd2-9a5c-6fd15baeb2f5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.202277"], ["updated_at", "2016-10-23 22:07:47.202277"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4a221c5f-541f-4bd2-9a5c-6fd15baeb2f5) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8336d64d-4287-4144-b540-7b70ba52a008\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.204874"], ["updated_at", "2016-10-23 22:07:47.204874"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8336d64d-4287-4144-b540-7b70ba52a008) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d4258e12-512d-401c-86f8-5e121bdc4db2\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.207518"], ["updated_at", "2016-10-23 22:07:47.207518"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d4258e12-512d-401c-86f8-5e121bdc4db2) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:07:47.209209' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.210400"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.211136"], ["id", 91]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b334646_8ca93fd1b6c3fa24807e6@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.215371"], ["updated_at", "2016-10-23 22:07:47.216142"], ["id", 91]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.218027"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.220192"], ["id", 92]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b336c14_8ca93fd1b6c3fa2480850@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.225354"], ["updated_at", "2016-10-23 22:07:47.226172"], ["id", 92]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.227701"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.228452"], ["id", 93]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b33898d_8ca93fd1b6c3fa2480925@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.232669"], ["updated_at", "2016-10-23 22:07:47.233585"], ["id", 93]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.235281"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.236267"], ["id", 94]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b33a8b5_8ca93fd1b6c3fa248105b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.240541"], ["updated_at", "2016-10-23 22:07:47.241324"], ["id", 94]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.242813"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.243542"], ["id", 95]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b33c44c_8ca93fd1b6c3fa24811d9@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.247598"], ["updated_at", "2016-10-23 22:07:47.248385"], ["id", 95]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.250069"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.250898"], ["id", 96]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b33e057_8ca93fd1b6c3fa248122@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.254745"], ["updated_at", "2016-10-23 22:07:47.255510"], ["id", 96]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.256941"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.257752"], ["id", 97]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b33facc_8ca93fd1b6c3fa24813b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.261562"], ["updated_at", "2016-10-23 22:07:47.262362"], ["id", 97]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.263698"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.264569"], ["id", 98]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b34169b_8ca93fd1b6c3fa2481489@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.268676"], ["updated_at", "2016-10-23 22:07:47.269551"], ["id", 98]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.271210"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.272004"], ["id", 99]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b3433cc_8ca93fd1b6c3fa24815b6@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.276165"], ["updated_at", "2016-10-23 22:07:47.276981"], ["id", 99]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.278566"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.279356"], ["id", 100]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b345110_8ca93fd1b6c3fa2481696@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.283643"], ["updated_at", "2016-10-23 22:07:47.284451"], ["id", 100]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.285910"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.286698"], ["id", 101]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b346c44_8ca93fd1b6c3fa2481797@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.290613"], ["updated_at", "2016-10-23 22:07:47.291375"], ["id", 101]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.292775"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.293546"], ["id", 102]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b3487df_8ca93fd1b6c3fa24818a0@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.297688"], ["updated_at", "2016-10-23 22:07:47.298477"], ["id", 102]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.300181"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.300981"], ["id", 103]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.2ms Sent mail to test@mail.com (1.7ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b34aa3c_8ca93fd1b6c3fa24819da@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.306780"], ["updated_at", "2016-10-23 22:07:47.308176"], ["id", 103]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.310045"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.311249"], ["id", 104]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b34cd72_8ca93fd1b6c3fa24820fe@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.315482"], ["updated_at", "2016-10-23 22:07:47.316251"], ["id", 104]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.317684"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.318502"], ["id", 105]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b34e8a4_8ca93fd1b6c3fa24821c5@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.322413"], ["updated_at", "2016-10-23 22:07:47.323190"], ["id", 105]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.324816"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.325612"], ["id", 106]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b3505bc_8ca93fd1b6c3fa2482242@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.329986"], ["updated_at", "2016-10-23 22:07:47.330760"], ["id", 106]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.332161"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.332888"], ["id", 107]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b352052_8ca93fd1b6c3fa248236a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.336670"], ["updated_at", "2016-10-23 22:07:47.337419"], ["id", 107]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.338780"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.339524"], ["id", 108]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b353a87_8ca93fd1b6c3fa2482464@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.343386"], ["updated_at", "2016-10-23 22:07:47.344250"], ["id", 108]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.345572"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.346324"], ["id", 109]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b355613_8ca93fd1b6c3fa248253c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.350469"], ["updated_at", "2016-10-23 22:07:47.351246"], ["id", 109]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:07:47.352632"], ["attempts", 1], ["updated_at", "2016-10-23 22:07:47.353351"], ["id", 110]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 19:07:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34b3570cf_8ca93fd1b6c3fa2482645@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:07:47.357557"], ["updated_at", "2016-10-23 22:07:47.358572"], ["id", 110]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.4ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"613e4538-cd1e-441e-82d8-a027083086c0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:07:47.390670"], ["updated_at", "2016-10-23 22:07:47.390670"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 613e4538-cd1e-441e-82d8-a027083086c0) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (3.7ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"394e6797-5b71-49b0-a39a-6f5b04683363\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 22:07:47.396123"], ["updated_at", "2016-10-23 22:07:47.396123"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 394e6797-5b71-49b0-a39a-6f5b04683363) to Sidejobs(high_priority) Sidejobs::Job Load (2.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"5542090a-f4a6-479c-9cbb-9948535939d0\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:07:47.406862"], ["updated_at", "2016-10-23 22:07:47.406862"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 5542090a-f4a6-479c-9cbb-9948535939d0) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"34acc126-ba1f-40b5-a93f-43cbfd68cc28\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 22:07:47.411710"], ["updated_at", "2016-10-23 22:07:47.411710"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 34acc126-ba1f-40b5-a93f-43cbfd68cc28) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"f6a80c26-edfc-48fd-b36a-c2b43044c04f\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 22:07:47.415919"], ["updated_at", "2016-10-23 22:07:47.415919"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: f6a80c26-edfc-48fd-b36a-c2b43044c04f) to Sidejobs(other) Sidejobs::Job Load (0.7ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"cd061218-8748-44de-b673-0422c6924408\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 08:07:47.419547"], ["created_at", "2016-10-23 22:07:47.421119"], ["updated_at", "2016-10-23 22:07:47.421119"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: cd061218-8748-44de-b673-0422c6924408) to Sidejobs(mailers) at 2016-10-24 08:07:47 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"faa9fba5-d48b-4384-8f81-64829ac369e7\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 08:07:47.419547"], ["created_at", "2016-10-23 22:07:47.426927"], ["updated_at", "2016-10-23 22:07:47.426927"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: faa9fba5-d48b-4384-8f81-64829ac369e7) to Sidejobs(high_priority) at 2016-10-24 08:07:47 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"e9ae8db7-8341-4d69-b187-ed1b4ea3bf51\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 08:07:47.419547"], ["created_at", "2016-10-23 22:07:47.430127"], ["updated_at", "2016-10-23 22:07:47.430127"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: e9ae8db7-8341-4d69-b187-ed1b4ea3bf51) to Sidejobs(default) at 2016-10-24 08:07:47 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"a614adda-00be-49b6-a156-35e9ce356024\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 08:07:47.419547"], ["created_at", "2016-10-23 22:07:47.432928"], ["updated_at", "2016-10-23 22:07:47.432928"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: a614adda-00be-49b6-a156-35e9ce356024) to Sidejobs(low_priority) at 2016-10-24 08:07:47 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"a4139493-143a-4358-badf-56aeb1280721\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 08:07:47.419547"], ["created_at", "2016-10-23 22:07:47.435795"], ["updated_at", "2016-10-23 22:07:47.435795"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: a4139493-143a-4358-badf-56aeb1280721) to Sidejobs(other) at 2016-10-24 08:07:47 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b58e7771-756f-4784-abee-257845e2ed8f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.301833"], ["updated_at", "2016-10-23 22:08:08.301833"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b58e7771-756f-4784-abee-257845e2ed8f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"77001061-8a45-4131-aa4e-8bb0edfe6f33\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 22:08:08.312336"], ["updated_at", "2016-10-23 22:08:08.312336"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 77001061-8a45-4131-aa4e-8bb0edfe6f33) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"1667a256-3998-4e25-b078-6158efd2cff2\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:08:08.316431"], ["updated_at", "2016-10-23 22:08:08.316431"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 1667a256-3998-4e25-b078-6158efd2cff2) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"61c069eb-1e87-4fec-acbb-85223fc6ec66\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 22:08:08.320440"], ["updated_at", "2016-10-23 22:08:08.320440"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 61c069eb-1e87-4fec-acbb-85223fc6ec66) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"3ce16f5b-f5f4-422b-ad5a-5923fbd24ca0\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 22:08:08.324509"], ["updated_at", "2016-10-23 22:08:08.324509"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 3ce16f5b-f5f4-422b-ad5a-5923fbd24ca0) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"32e7ffd7-9ca6-4429-a058-4005be088c0e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 08:08:08.327108"], ["created_at", "2016-10-23 22:08:08.328054"], ["updated_at", "2016-10-23 22:08:08.328054"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 32e7ffd7-9ca6-4429-a058-4005be088c0e) to Sidejobs(mailers) at 2016-10-24 08:08:08 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"6f4c161f-32cb-4204-98bb-2503bc557299\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 08:08:08.327108"], ["created_at", "2016-10-23 22:08:08.331505"], ["updated_at", "2016-10-23 22:08:08.331505"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 6f4c161f-32cb-4204-98bb-2503bc557299) to Sidejobs(high_priority) at 2016-10-24 08:08:08 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"64d9189b-f8f4-49d0-9339-c11e4042feaf\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 08:08:08.327108"], ["created_at", "2016-10-23 22:08:08.334722"], ["updated_at", "2016-10-23 22:08:08.334722"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 64d9189b-f8f4-49d0-9339-c11e4042feaf) to Sidejobs(default) at 2016-10-24 08:08:08 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"fc507c3e-b4cc-4b4c-b0d6-6aee7dd833b0\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 08:08:08.327108"], ["created_at", "2016-10-23 22:08:08.337670"], ["updated_at", "2016-10-23 22:08:08.337670"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: fc507c3e-b4cc-4b4c-b0d6-6aee7dd833b0) to Sidejobs(low_priority) at 2016-10-24 08:08:08 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"2211490c-5639-42a5-aeca-9cb4a7c3233c\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 08:08:08.327108"], ["created_at", "2016-10-23 22:08:08.340784"], ["updated_at", "2016-10-23 22:08:08.340784"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 2211490c-5639-42a5-aeca-9cb4a7c3233c) to Sidejobs(other) at 2016-10-24 08:08:08 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0ed23f21-9c5a-4e6d-a08f-5e67e6f659a0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.346582"], ["updated_at", "2016-10-23 22:08:08.346582"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0ed23f21-9c5a-4e6d-a08f-5e67e6f659a0) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.8ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:08:08.350369' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.351884"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.352800"], ["id", 135]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.7ms) UserMailer#invite: processed outbound mail in 158.7ms Sent mail to test@mail.com (5.2ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c87f600_8cc13fe1c483fa1416564@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.524040"], ["updated_at", "2016-10-23 22:08:08.525279"], ["id", 135]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"88ea3942-0f72-48fd-9a16-2eb8f5edee78\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.529527"], ["updated_at", "2016-10-23 22:08:08.529527"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 88ea3942-0f72-48fd-9a16-2eb8f5edee78) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"2be1c6e0-6209-4961-9430-8882eeaa7cce\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.532256"], ["updated_at", "2016-10-23 22:08:08.532256"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2be1c6e0-6209-4961-9430-8882eeaa7cce) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"187ebc60-c352-47a0-ae35-b01532f11ea4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.535369"], ["updated_at", "2016-10-23 22:08:08.535369"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 187ebc60-c352-47a0-ae35-b01532f11ea4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"56a4e163-b6bd-47f1-b09d-7bfce87d58fa\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.540274"], ["updated_at", "2016-10-23 22:08:08.540274"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 56a4e163-b6bd-47f1-b09d-7bfce87d58fa) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c15fbea3-d29a-4354-9899-e3b826a1ed49\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.543339"], ["updated_at", "2016-10-23 22:08:08.543339"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c15fbea3-d29a-4354-9899-e3b826a1ed49) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8abd31bf-bbea-4891-bbc3-c3810bd49cc1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.545643"], ["updated_at", "2016-10-23 22:08:08.545643"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8abd31bf-bbea-4891-bbc3-c3810bd49cc1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"53f35fbb-e1f3-4cf6-9ff8-b8c801018baf\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.548046"], ["updated_at", "2016-10-23 22:08:08.548046"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 53f35fbb-e1f3-4cf6-9ff8-b8c801018baf) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a49d8c41-3fbc-473f-ba85-d5a419cb01db\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.550438"], ["updated_at", "2016-10-23 22:08:08.550438"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a49d8c41-3fbc-473f-ba85-d5a419cb01db) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8d49ba5a-2f9c-4b21-afd3-e7c09971111f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.552687"], ["updated_at", "2016-10-23 22:08:08.552687"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8d49ba5a-2f9c-4b21-afd3-e7c09971111f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"34ea46b3-bf26-468e-93cb-f588c88a6c00\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.554840"], ["updated_at", "2016-10-23 22:08:08.554840"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 34ea46b3-bf26-468e-93cb-f588c88a6c00) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1dcc2a9f-3d0f-4a65-b761-0e64040cf598\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.557037"], ["updated_at", "2016-10-23 22:08:08.557037"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1dcc2a9f-3d0f-4a65-b761-0e64040cf598) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"261a404c-4fb8-4b09-bf78-2dcdf3cbf504\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.559275"], ["updated_at", "2016-10-23 22:08:08.559275"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 261a404c-4fb8-4b09-bf78-2dcdf3cbf504) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"db1c4199-b1f7-43bd-86cc-2154ae568201\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.561600"], ["updated_at", "2016-10-23 22:08:08.561600"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: db1c4199-b1f7-43bd-86cc-2154ae568201) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1ea03dbe-dc77-4723-a496-c8d92d307b56\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.563880"], ["updated_at", "2016-10-23 22:08:08.563880"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1ea03dbe-dc77-4723-a496-c8d92d307b56) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.9ms) 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\":\"df8019cf-7b9f-41f6-bb4f-3cf1d4259932\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.566100"], ["updated_at", "2016-10-23 22:08:08.566100"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: df8019cf-7b9f-41f6-bb4f-3cf1d4259932) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"6a65cd7a-07d4-455d-a0f2-97f5e4388664\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.570508"], ["updated_at", "2016-10-23 22:08:08.570508"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6a65cd7a-07d4-455d-a0f2-97f5e4388664) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"96ae9e09-ae3a-4755-99de-f5e710770d6d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.572908"], ["updated_at", "2016-10-23 22:08:08.572908"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 96ae9e09-ae3a-4755-99de-f5e710770d6d) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fea9416d-fdcd-4018-a017-c80974ad4d0c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.575101"], ["updated_at", "2016-10-23 22:08:08.575101"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fea9416d-fdcd-4018-a017-c80974ad4d0c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b99685c6-eb7f-4999-982b-8ce3faf28c73\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.577540"], ["updated_at", "2016-10-23 22:08:08.577540"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b99685c6-eb7f-4999-982b-8ce3faf28c73) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fa8678e4-3ec6-4497-8db7-740fabede6d4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.579970"], ["updated_at", "2016-10-23 22:08:08.579970"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fa8678e4-3ec6-4497-8db7-740fabede6d4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e89f4571-6c74-4143-ba35-40d7bcb410db\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.582548"], ["updated_at", "2016-10-23 22:08:08.582548"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e89f4571-6c74-4143-ba35-40d7bcb410db) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7a0e1081-8c4e-41e0-a507-c370d7e3a1e4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.584915"], ["updated_at", "2016-10-23 22:08:08.584915"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7a0e1081-8c4e-41e0-a507-c370d7e3a1e4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5bd80fa9-889d-4ba7-b563-3b27bcb9ca8b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.587074"], ["updated_at", "2016-10-23 22:08:08.587074"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5bd80fa9-889d-4ba7-b563-3b27bcb9ca8b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e463fb6e-2aa3-4fee-ab3b-df6841b906f7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:08:08.589141"], ["updated_at", "2016-10-23 22:08:08.589141"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e463fb6e-2aa3-4fee-ab3b-df6841b906f7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:08:08.590782' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.592003"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.593248"], ["id", 136]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c891c3a_8cc13fe1c483fa14166d8@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.597829"], ["updated_at", "2016-10-23 22:08:08.598628"], ["id", 136]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.600203"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.600984"], ["id", 137]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c893a2a_8cc13fe1c483fa14167be@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.605477"], ["updated_at", "2016-10-23 22:08:08.606288"], ["id", 137]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.607835"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.608604"], ["id", 138]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c89565e_8cc13fe1c483fa1416880@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.612679"], ["updated_at", "2016-10-23 22:08:08.613502"], ["id", 138]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.615019"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.615778"], ["id", 139]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c897384_8cc13fe1c483fa1416930@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.620127"], ["updated_at", "2016-10-23 22:08:08.620900"], ["id", 139]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.622460"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.623229"], ["id", 140]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c899018_8cc13fe1c483fa1417086@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.627451"], ["updated_at", "2016-10-23 22:08:08.628446"], ["id", 140]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.629911"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.630670"], ["id", 141]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c89acd8_8cc13fe1c483fa1417170@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.634808"], ["updated_at", "2016-10-23 22:08:08.635662"], ["id", 141]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.637231"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.638013"], ["id", 142]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c89c882_8cc13fe1c483fa14172e1@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.641945"], ["updated_at", "2016-10-23 22:08:08.642725"], ["id", 142]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.644107"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.644861"], ["id", 143]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c89e47f_8cc13fe1c483fa1417336@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.649053"], ["updated_at", "2016-10-23 22:08:08.649817"], ["id", 143]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.651204"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.651979"], ["id", 144]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c89feed_8cc13fe1c483fa1417495@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.655949"], ["updated_at", "2016-10-23 22:08:08.656711"], ["id", 144]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.658200"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.658967"], ["id", 145]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c8a1a25_8cc13fe1c483fa141753c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.662775"], ["updated_at", "2016-10-23 22:08:08.663611"], ["id", 145]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.664946"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.665794"], ["id", 146]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c8a36ca_8cc13fe1c483fa14176c4@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.670312"], ["updated_at", "2016-10-23 22:08:08.671235"], ["id", 146]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.672733"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.673491"], ["id", 147]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c8a534c_8cc13fe1c483fa1417711@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.677437"], ["updated_at", "2016-10-23 22:08:08.678189"], ["id", 147]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.679594"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.680337"], ["id", 148]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c8a6d76_8cc13fe1c483fa1417833@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.684088"], ["updated_at", "2016-10-23 22:08:08.684830"], ["id", 148]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.686351"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.687105"], ["id", 149]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c8a88ab_8cc13fe1c483fa14179cb@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.691058"], ["updated_at", "2016-10-23 22:08:08.691783"], ["id", 149]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.693232"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.694205"], ["id", 150]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c8aa4f3_8cc13fe1c483fa1418061@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.698338"], ["updated_at", "2016-10-23 22:08:08.699107"], ["id", 150]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.700779"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.701541"], ["id", 151]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.0ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c8ac344_8cc13fe1c483fa1418148@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.706166"], ["updated_at", "2016-10-23 22:08:08.707095"], ["id", 151]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.708586"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.709309"], ["id", 152]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.7ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c8ae0d1_8cc13fe1c483fa14182b0@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.713988"], ["updated_at", "2016-10-23 22:08:08.715011"], ["id", 152]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.719852"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.720887"], ["id", 153]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.1ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c8b0d6e_8cc13fe1c483fa141836a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.725084"], ["updated_at", "2016-10-23 22:08:08.725910"], ["id", 153]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.727388"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.728188"], ["id", 154]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c8b2944_8cc13fe1c483fa14184bb@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.732235"], ["updated_at", "2016-10-23 22:08:08.733124"], ["id", 154]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:08:08.734649"], ["attempts", 1], ["updated_at", "2016-10-23 22:08:08.735507"], ["id", 155]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:08:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d34c8b4725_8cc13fe1c483fa1418561@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:08:08.739866"], ["updated_at", "2016-10-23 22:08:08.740648"], ["id", 155]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (1.7ms) 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\":\"ad85f028-d0c5-4a1e-bfcb-82d459225595\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.326753"], ["updated_at", "2016-10-23 22:09:47.326753"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ad85f028-d0c5-4a1e-bfcb-82d459225595) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"60f16893-7b85-4d04-ad1a-68807103259b\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 22:09:47.338089"], ["updated_at", "2016-10-23 22:09:47.338089"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 60f16893-7b85-4d04-ad1a-68807103259b) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"0e2e32a3-f4c9-45bb-b87d-c1aad503e58d\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:09:47.343778"], ["updated_at", "2016-10-23 22:09:47.343778"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 0e2e32a3-f4c9-45bb-b87d-c1aad503e58d) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"5f8f4378-36ce-4eb8-9220-ff613885ae85\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 22:09:47.347773"], ["updated_at", "2016-10-23 22:09:47.347773"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 5f8f4378-36ce-4eb8-9220-ff613885ae85) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"ed4d66d0-dc3a-4d68-900b-f271148d450f\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 22:09:47.352049"], ["updated_at", "2016-10-23 22:09:47.352049"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: ed4d66d0-dc3a-4d68-900b-f271148d450f) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1cccd9b1-0c3c-4c2c-98b4-42a4c740683a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 08:09:47.354794"], ["created_at", "2016-10-23 22:09:47.355845"], ["updated_at", "2016-10-23 22:09:47.355845"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1cccd9b1-0c3c-4c2c-98b4-42a4c740683a) to Sidejobs(mailers) at 2016-10-24 08:09:47 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"328e3391-6ec2-4d3a-aa7e-2d57ed20a4b1\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 08:09:47.354794"], ["created_at", "2016-10-23 22:09:47.359801"], ["updated_at", "2016-10-23 22:09:47.359801"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 328e3391-6ec2-4d3a-aa7e-2d57ed20a4b1) to Sidejobs(high_priority) at 2016-10-24 08:09:47 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"3eee30d0-de80-48eb-b75e-e6b8ef047889\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 08:09:47.354794"], ["created_at", "2016-10-23 22:09:47.362887"], ["updated_at", "2016-10-23 22:09:47.362887"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 3eee30d0-de80-48eb-b75e-e6b8ef047889) to Sidejobs(default) at 2016-10-24 08:09:47 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"0bb36b20-ee24-427f-b8f3-c184255493df\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 08:09:47.354794"], ["created_at", "2016-10-23 22:09:47.366303"], ["updated_at", "2016-10-23 22:09:47.366303"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 0bb36b20-ee24-427f-b8f3-c184255493df) to Sidejobs(low_priority) at 2016-10-24 08:09:47 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"2be9aecd-507c-4959-9c2c-8d71280a6370\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 08:09:47.354794"], ["created_at", "2016-10-23 22:09:47.369528"], ["updated_at", "2016-10-23 22:09:47.369528"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 2be9aecd-507c-4959-9c2c-8d71280a6370) to Sidejobs(other) at 2016-10-24 08:09:47 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4449512c-741b-46da-ae09-b82c18975a81\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.380282"], ["updated_at", "2016-10-23 22:09:47.380282"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4449512c-741b-46da-ae09-b82c18975a81) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.9ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:09:47.385102' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.386873"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.388064"], ["id", 170]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (1.1ms) UserMailer#invite: processed outbound mail in 151.0ms Sent mail to test@mail.com (5.7ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352b86b9e_8ce03fcfeb43f9f47785e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.554337"], ["updated_at", "2016-10-23 22:09:47.555460"], ["id", 170]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.2ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"fc72cf5f-4b61-4c55-ac44-ed8ba5c6c54c\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:09:47.560903"], ["updated_at", "2016-10-23 22:09:47.560903"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: fc72cf5f-4b61-4c55-ac44-ed8ba5c6c54c) to Sidejobs(default) Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:09:47.562772' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.564030"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.564975"], ["id", 171]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 22:09:47.566949"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 22:09:47.567714"], ["id", 171]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:09:47.569410' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.570340"], ["attempts", 2], ["updated_at", "2016-10-23 22:09:47.571195"], ["id", 171]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:09:47.573129"], ["updated_at", "2016-10-23 22:09:47.573877"], ["id", 171]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:09:47.575577' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.576449"], ["attempts", 3], ["updated_at", "2016-10-23 22:09:47.577322"], ["id", 171]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:09:47.579290"], ["updated_at", "2016-10-23 22:09:47.580109"], ["id", 171]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:09:47.582568' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"3a4ff253-2523-482a-ab3f-257cd4c6edd1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.586478"], ["updated_at", "2016-10-23 22:09:47.586478"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3a4ff253-2523-482a-ab3f-257cd4c6edd1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"12f9b15b-1fe1-45c0-86ee-0cbe3290dca4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.589716"], ["updated_at", "2016-10-23 22:09:47.589716"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 12f9b15b-1fe1-45c0-86ee-0cbe3290dca4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (3.0ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"56a14e41-0fdc-4fdd-99ea-736f7896ffcc\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.592910"], ["updated_at", "2016-10-23 22:09:47.592910"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 56a14e41-0fdc-4fdd-99ea-736f7896ffcc) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e6341bf6-aac6-4a8b-9f78-24cb96a42aa9\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.599170"], ["updated_at", "2016-10-23 22:09:47.599170"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e6341bf6-aac6-4a8b-9f78-24cb96a42aa9) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0559451e-dbc2-4b12-923e-b09494c317ec\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.601978"], ["updated_at", "2016-10-23 22:09:47.601978"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0559451e-dbc2-4b12-923e-b09494c317ec) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"57f6727d-8071-46fc-8200-23733e7869b6\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.604822"], ["updated_at", "2016-10-23 22:09:47.604822"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 57f6727d-8071-46fc-8200-23733e7869b6) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"dacfa7ff-6892-4216-a015-4ef6837ed550\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.607748"], ["updated_at", "2016-10-23 22:09:47.607748"]] [ActiveJob]  (0.3ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: dacfa7ff-6892-4216-a015-4ef6837ed550) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"becb9462-0efc-479c-b349-19e21046d75b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.611292"], ["updated_at", "2016-10-23 22:09:47.611292"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: becb9462-0efc-479c-b349-19e21046d75b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0ad07472-6f48-4d13-87b1-9f3de9f91d33\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.613793"], ["updated_at", "2016-10-23 22:09:47.613793"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0ad07472-6f48-4d13-87b1-9f3de9f91d33) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"02518a3e-2f54-4681-bb30-047535c1e3ea\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.616623"], ["updated_at", "2016-10-23 22:09:47.616623"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 02518a3e-2f54-4681-bb30-047535c1e3ea) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d46c4d8c-1bc2-49ec-9f87-ba2a14c274e6\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.619296"], ["updated_at", "2016-10-23 22:09:47.619296"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d46c4d8c-1bc2-49ec-9f87-ba2a14c274e6) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"208f854c-0ee8-4423-8ac2-f1b719c046e9\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.621706"], ["updated_at", "2016-10-23 22:09:47.621706"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 208f854c-0ee8-4423-8ac2-f1b719c046e9) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"051e0494-e2aa-4f24-a82d-7cbb7fba516c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.624215"], ["updated_at", "2016-10-23 22:09:47.624215"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 051e0494-e2aa-4f24-a82d-7cbb7fba516c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c7cd6863-359b-49b7-a7dd-23dee5426dbf\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.626426"], ["updated_at", "2016-10-23 22:09:47.626426"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c7cd6863-359b-49b7-a7dd-23dee5426dbf) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"96126fc4-d8bc-4753-b838-86768c3a5cc9\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.628995"], ["updated_at", "2016-10-23 22:09:47.628995"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 96126fc4-d8bc-4753-b838-86768c3a5cc9) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e8cae5fb-db5f-488b-9b80-055f40aacaeb\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.631697"], ["updated_at", "2016-10-23 22:09:47.631697"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e8cae5fb-db5f-488b-9b80-055f40aacaeb) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5e76ab10-41ed-48a0-a67c-d6fd149fc575\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.634014"], ["updated_at", "2016-10-23 22:09:47.634014"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5e76ab10-41ed-48a0-a67c-d6fd149fc575) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0ba8591d-4adf-4777-a52f-e290b4752509\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.636213"], ["updated_at", "2016-10-23 22:09:47.636213"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0ba8591d-4adf-4777-a52f-e290b4752509) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f2e9aadd-03cc-43fb-aeb0-3a056bf9b640\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.638341"], ["updated_at", "2016-10-23 22:09:47.638341"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f2e9aadd-03cc-43fb-aeb0-3a056bf9b640) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9257ce9e-5e0a-4eda-ab9f-fb7e46ec90bb\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.641163"], ["updated_at", "2016-10-23 22:09:47.641163"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9257ce9e-5e0a-4eda-ab9f-fb7e46ec90bb) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8f135118-68a5-40ee-9290-c4d4db8556c6\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.643813"], ["updated_at", "2016-10-23 22:09:47.643813"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8f135118-68a5-40ee-9290-c4d4db8556c6) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"88e72f5d-a233-4639-9e0b-9ea03cd4a442\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.646048"], ["updated_at", "2016-10-23 22:09:47.646048"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 88e72f5d-a233-4639-9e0b-9ea03cd4a442) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c3571a98-a62a-4ea8-ac97-75315870c221\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.648436"], ["updated_at", "2016-10-23 22:09:47.648436"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c3571a98-a62a-4ea8-ac97-75315870c221) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"6a238068-00a6-4fd6-857b-21604061ca13\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:09:47.650812"], ["updated_at", "2016-10-23 22:09:47.650812"]] [ActiveJob]  (0.3ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6a238068-00a6-4fd6-857b-21604061ca13) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:09:47.653218' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.654500"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.655520"], ["id", 172]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352ba1117_8ce03fcfeb43f9f4779fe@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.660571"], ["updated_at", "2016-10-23 22:09:47.661450"], ["id", 172]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.663200"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.663985"], ["id", 173]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352ba313d_8ce03fcfeb43f9f47801a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.668703"], ["updated_at", "2016-10-23 22:09:47.669604"], ["id", 173]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.671076"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.671766"], ["id", 174]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.6ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352ba5150_8ce03fcfeb43f9f478150@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.677206"], ["updated_at", "2016-10-23 22:09:47.678142"], ["id", 174]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.679724"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.680460"], ["id", 175]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352ba6ef8_8ce03fcfeb43f9f4782cc@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.684465"], ["updated_at", "2016-10-23 22:09:47.685351"], ["id", 175]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.686849"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.687569"], ["id", 176]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.8ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352ba8b08_8ce03fcfeb43f9f4783dc@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.692264"], ["updated_at", "2016-10-23 22:09:47.693371"], ["id", 176]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.695006"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.695712"], ["id", 177]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.1ms) UserMailer#invite: processed outbound mail in 1.2ms Sent mail to test@mail.com (1.7ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352baada5_8ce03fcfeb43f9f478410@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.701051"], ["updated_at", "2016-10-23 22:09:47.701962"], ["id", 177]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.703581"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.704812"], ["id", 178]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352bad1e0_8ce03fcfeb43f9f478583@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.709832"], ["updated_at", "2016-10-23 22:09:47.710671"], ["id", 178]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.712058"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.712781"], ["id", 179]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352baec47_8ce03fcfeb43f9f47869c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.716559"], ["updated_at", "2016-10-23 22:09:47.717347"], ["id", 179]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.718693"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.719395"], ["id", 180]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352bb0653_8ce03fcfeb43f9f478731@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.723232"], ["updated_at", "2016-10-23 22:09:47.724204"], ["id", 180]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.725778"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.726562"], ["id", 181]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.0ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352bb2384_8ce03fcfeb43f9f478819@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.730813"], ["updated_at", "2016-10-23 22:09:47.731726"], ["id", 181]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.733179"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.733921"], ["id", 182]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352bb3f72_8ce03fcfeb43f9f4789a5@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.737894"], ["updated_at", "2016-10-23 22:09:47.738697"], ["id", 182]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.740036"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.740745"], ["id", 183]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352bb59a8_8ce03fcfeb43f9f47906e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.744551"], ["updated_at", "2016-10-23 22:09:47.745320"], ["id", 183]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.746659"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.747364"], ["id", 184]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352bb7641_8ce03fcfeb43f9f47918d@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.752061"], ["updated_at", "2016-10-23 22:09:47.753011"], ["id", 184]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.754997"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.755815"], ["id", 185]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352bb9539_8ce03fcfeb43f9f479246@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.759820"], ["updated_at", "2016-10-23 22:09:47.760868"], ["id", 185]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.762276"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.763017"], ["id", 186]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352bbb32a_8ce03fcfeb43f9f479323@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.767476"], ["updated_at", "2016-10-23 22:09:47.768289"], ["id", 186]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.769726"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.770448"], ["id", 187]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352bbcd85_8ce03fcfeb43f9f479427@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.774239"], ["updated_at", "2016-10-23 22:09:47.775077"], ["id", 187]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.776389"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.777117"], ["id", 188]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352bbe80f_8ce03fcfeb43f9f47956e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.781013"], ["updated_at", "2016-10-23 22:09:47.781898"], ["id", 188]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.783370"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.784102"], ["id", 189]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352bc0403_8ce03fcfeb43f9f479635@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.788173"], ["updated_at", "2016-10-23 22:09:47.789090"], ["id", 189]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.790476"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.791174"], ["id", 190]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352bc1feb_8ce03fcfeb43f9f479749@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.795355"], ["updated_at", "2016-10-23 22:09:47.796154"], ["id", 190]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:09:47.797609"], ["attempts", 1], ["updated_at", "2016-10-23 22:09:47.798485"], ["id", 191]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:09:47 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d352bc3c09_8ce03fcfeb43f9f4798fd@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:09:47.802720"], ["updated_at", "2016-10-23 22:09:47.803529"], ["id", 191]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "updated_at" = $2 WHERE "sidejobs"."id" = $3 [["status", "processing"], ["updated_at", "2016-10-23 22:09:47.808299"], ["id", 195]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"35aea0f9-0984-4c9d-b8a5-d1e5ea3f9012\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.733979"], ["updated_at", "2016-10-23 22:10:08.733979"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 35aea0f9-0984-4c9d-b8a5-d1e5ea3f9012) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.0ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:10:08.739796' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:08.742242"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:08.743148"], ["id", 196]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (1.2ms) UserMailer#invite: processed outbound mail in 149.9ms Sent mail to test@mail.com (4.6ms) Date: Sun, 23 Oct 2016 19:10:08 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3540dcc70_8cf53fd33643fa1438944@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:08.906245"], ["updated_at", "2016-10-23 22:10:08.907580"], ["id", 196]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"0f578fa7-d65f-4338-8420-613a5adba3d7\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:10:08.913410"], ["updated_at", "2016-10-23 22:10:08.913410"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: 0f578fa7-d65f-4338-8420-613a5adba3d7) to Sidejobs(default) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:10:08.915486' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:08.916512"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:08.917318"], ["id", 197]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 22:10:08.919304"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 22:10:08.920118"], ["id", 197]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:10:08.921916' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:08.922853"], ["attempts", 2], ["updated_at", "2016-10-23 22:10:08.923637"], ["id", 197]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:10:08.925599"], ["updated_at", "2016-10-23 22:10:08.926309"], ["id", 197]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:10:08.927980' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:08.928868"], ["attempts", 3], ["updated_at", "2016-10-23 22:10:08.929754"], ["id", 197]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:10:08.931623"], ["updated_at", "2016-10-23 22:10:08.932342"], ["id", 197]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:10:08.933844' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fb5c0d64-7c6b-4689-bf36-c28b0817b938\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.937040"], ["updated_at", "2016-10-23 22:10:08.937040"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fb5c0d64-7c6b-4689-bf36-c28b0817b938) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"937fbfdb-15f6-431c-874a-8fc48cdc9ec3\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.939732"], ["updated_at", "2016-10-23 22:10:08.939732"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 937fbfdb-15f6-431c-874a-8fc48cdc9ec3) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"62cad679-8264-4a9b-b425-c678343781b1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.942239"], ["updated_at", "2016-10-23 22:10:08.942239"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 62cad679-8264-4a9b-b425-c678343781b1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"3a15ed38-5a3d-425b-ba5d-5842af6e99e5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.944392"], ["updated_at", "2016-10-23 22:10:08.944392"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3a15ed38-5a3d-425b-ba5d-5842af6e99e5) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0539dbbe-6883-4a39-b739-f605d083bc36\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.947042"], ["updated_at", "2016-10-23 22:10:08.947042"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0539dbbe-6883-4a39-b739-f605d083bc36) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fac4207d-bf4e-4518-ade3-5b7fdd029b34\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.949896"], ["updated_at", "2016-10-23 22:10:08.949896"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fac4207d-bf4e-4518-ade3-5b7fdd029b34) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"cc68a4ca-953f-4db3-9d72-3b3f975a4a8b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.952317"], ["updated_at", "2016-10-23 22:10:08.952317"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: cc68a4ca-953f-4db3-9d72-3b3f975a4a8b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"80a4df63-728d-450c-97d5-d1b262f40a35\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.954491"], ["updated_at", "2016-10-23 22:10:08.954491"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 80a4df63-728d-450c-97d5-d1b262f40a35) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d55a01c2-5707-4df7-84ac-94444452d240\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.956721"], ["updated_at", "2016-10-23 22:10:08.956721"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d55a01c2-5707-4df7-84ac-94444452d240) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e9838c51-1893-40fd-802c-a745741ae91d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.959121"], ["updated_at", "2016-10-23 22:10:08.959121"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e9838c51-1893-40fd-802c-a745741ae91d) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"ecb2452a-8c6c-4d7d-a918-f1a6ba614e77\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.961302"], ["updated_at", "2016-10-23 22:10:08.961302"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ecb2452a-8c6c-4d7d-a918-f1a6ba614e77) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b177c9bc-ecd9-4653-964b-de0d4de38257\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.963848"], ["updated_at", "2016-10-23 22:10:08.963848"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b177c9bc-ecd9-4653-964b-de0d4de38257) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"eaa988a7-329d-4eef-85ab-d34624f4e106\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.966347"], ["updated_at", "2016-10-23 22:10:08.966347"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: eaa988a7-329d-4eef-85ab-d34624f4e106) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5d5765e9-1aa7-42b0-a5e1-d81dbe0f7580\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.968699"], ["updated_at", "2016-10-23 22:10:08.968699"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5d5765e9-1aa7-42b0-a5e1-d81dbe0f7580) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"210db9ab-4873-46b8-802c-d16cb091e2d2\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.971055"], ["updated_at", "2016-10-23 22:10:08.971055"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 210db9ab-4873-46b8-802c-d16cb091e2d2) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8b9d4540-97ce-45cb-9792-cfe6a16ec947\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.973546"], ["updated_at", "2016-10-23 22:10:08.973546"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8b9d4540-97ce-45cb-9792-cfe6a16ec947) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4c4f873e-0435-49e6-8a2e-1a15b6ea2b12\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.975817"], ["updated_at", "2016-10-23 22:10:08.975817"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4c4f873e-0435-49e6-8a2e-1a15b6ea2b12) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"24d484dd-5db9-40d5-b984-fbecb3c3a215\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.978111"], ["updated_at", "2016-10-23 22:10:08.978111"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 24d484dd-5db9-40d5-b984-fbecb3c3a215) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"53d16a1b-b503-427d-8a16-a2cc924444b3\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.980253"], ["updated_at", "2016-10-23 22:10:08.980253"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 53d16a1b-b503-427d-8a16-a2cc924444b3) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9a889b31-1c75-4902-894d-39c2a7dff75b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.982725"], ["updated_at", "2016-10-23 22:10:08.982725"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9a889b31-1c75-4902-894d-39c2a7dff75b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0634888c-8a41-4155-b124-fd9bd8086fcf\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.985158"], ["updated_at", "2016-10-23 22:10:08.985158"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0634888c-8a41-4155-b124-fd9bd8086fcf) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"09bd51b2-3987-4aed-85fe-e912432605ac\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.987707"], ["updated_at", "2016-10-23 22:10:08.987707"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 09bd51b2-3987-4aed-85fe-e912432605ac) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"00042cbe-f68f-4354-b08a-d2e82270e2e1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.990360"], ["updated_at", "2016-10-23 22:10:08.990360"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 00042cbe-f68f-4354-b08a-d2e82270e2e1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8cfaaa08-ef3c-477c-a784-7ae21b3e7086\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:08.993479"], ["updated_at", "2016-10-23 22:10:08.993479"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8cfaaa08-ef3c-477c-a784-7ae21b3e7086) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:10:08.995290' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:08.996501"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:08.997402"], ["id", 198]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d354158f_8cf53fd33643fa14390a5@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.002212"], ["updated_at", "2016-10-23 22:10:09.003017"], ["id", 198]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.004543"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.005256"], ["id", 199]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d35412158_8cf53fd33643fa143919d@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.009255"], ["updated_at", "2016-10-23 22:10:09.010041"], ["id", 199]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.011461"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.012200"], ["id", 200]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d35413d49_8cf53fd33643fa143923f@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.016437"], ["updated_at", "2016-10-23 22:10:09.017286"], ["id", 200]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.018778"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.019501"], ["id", 201]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d35415930_8cf53fd33643fa143932f@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.023552"], ["updated_at", "2016-10-23 22:10:09.024308"], ["id", 201]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.025751"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.026463"], ["id", 202]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d354173c4_8cf53fd33643fa14394f3@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.030607"], ["updated_at", "2016-10-23 22:10:09.031376"], ["id", 202]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.032879"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.033615"], ["id", 203]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d35418fd3_8cf53fd33643fa143954a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.037551"], ["updated_at", "2016-10-23 22:10:09.038357"], ["id", 203]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.039734"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.040484"], ["id", 204]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3541ab7a_8cf53fd33643fa14396a0@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.044645"], ["updated_at", "2016-10-23 22:10:09.045746"], ["id", 204]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.049104"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.050215"], ["id", 205]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3541d287_8cf53fd33643fa143977a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.054658"], ["updated_at", "2016-10-23 22:10:09.055428"], ["id", 205]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.056803"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.057550"], ["id", 206]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3541ed71_8cf53fd33643fa1439824@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.061674"], ["updated_at", "2016-10-23 22:10:09.062589"], ["id", 206]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.065116"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.066195"], ["id", 207]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3541112d0_8cf53fd33643fa143995@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.071108"], ["updated_at", "2016-10-23 22:10:09.071905"], ["id", 207]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.073373"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.074181"], ["id", 208]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d354112e61_8cf53fd33643fa14400ca@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.078199"], ["updated_at", "2016-10-23 22:10:09.078960"], ["id", 208]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.080440"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.081213"], ["id", 209]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.0ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d354114b56_8cf53fd33643fa14401f8@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.085644"], ["updated_at", "2016-10-23 22:10:09.086535"], ["id", 209]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.088081"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.088856"], ["id", 210]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3541167ef_8cf53fd33643fa14402cf@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.093017"], ["updated_at", "2016-10-23 22:10:09.093856"], ["id", 210]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.095239"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.096068"], ["id", 211]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3541184d7_8cf53fd33643fa14403f0@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.100291"], ["updated_at", "2016-10-23 22:10:09.101220"], ["id", 211]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.102686"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.103451"], ["id", 212]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d35411a1b5_8cf53fd33643fa144045@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.107662"], ["updated_at", "2016-10-23 22:10:09.108449"], ["id", 212]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.109799"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.110683"], ["id", 213]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d35411bce9_8cf53fd33643fa14405e5@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.114616"], ["updated_at", "2016-10-23 22:10:09.115399"], ["id", 213]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.116758"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.117558"], ["id", 214]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d35411d814_8cf53fd33643fa1440619@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.121641"], ["updated_at", "2016-10-23 22:10:09.122383"], ["id", 214]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.123955"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.124761"], ["id", 215]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d35411f437_8cf53fd33643fa14407c9@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.128804"], ["updated_at", "2016-10-23 22:10:09.129554"], ["id", 215]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.130933"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.131719"], ["id", 216]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d354120eb9_8cf53fd33643fa14408d3@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.135559"], ["updated_at", "2016-10-23 22:10:09.136311"], ["id", 216]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.137693"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.138456"], ["id", 217]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d354122943_8cf53fd33643fa14409a5@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.142616"], ["updated_at", "2016-10-23 22:10:09.143363"], ["id", 217]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "updated_at" = $2 WHERE "sidejobs"."id" = $3 [["status", "processing"], ["updated_at", "2016-10-23 22:10:09.148425"], ["id", 221]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:10:09.150106' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.150991"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.151734"], ["id", 218]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d354125e30_8cf53fd33643fa144103@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.155933"], ["updated_at", "2016-10-23 22:10:09.156755"], ["id", 218]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.158077"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.159082"], ["id", 219]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3541279d7_8cf53fd33643fa144118c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.163001"], ["updated_at", "2016-10-23 22:10:09.163808"], ["id", 219]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:10:09.165588"], ["attempts", 1], ["updated_at", "2016-10-23 22:10:09.166420"], ["id", 220]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:10:09 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d35412971d_8cf53fd33643fa1441252@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:10:09.170480"], ["updated_at", "2016-10-23 22:10:09.171229"], ["id", 220]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ----------------------------- QueueTest: test_perform_later ----------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"12954f4b-0659-4757-b184-eebd35ef00c0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:10:09.184809"], ["updated_at", "2016-10-23 22:10:09.184809"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 12954f4b-0659-4757-b184-eebd35ef00c0) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"9626c09d-f1db-4c04-8714-e56233549f36\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 22:10:09.189440"], ["updated_at", "2016-10-23 22:10:09.189440"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 9626c09d-f1db-4c04-8714-e56233549f36) to Sidejobs(high_priority) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"a90a6be6-0e85-4b73-8246-f529c7d74e30\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:10:09.194981"], ["updated_at", "2016-10-23 22:10:09.194981"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: a90a6be6-0e85-4b73-8246-f529c7d74e30) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"fed92e12-e54d-4758-aafb-9f15e98cabdb\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 22:10:09.200858"], ["updated_at", "2016-10-23 22:10:09.200858"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: fed92e12-e54d-4758-aafb-9f15e98cabdb) to Sidejobs(low_priority) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"ca78c171-bd82-48fb-8854-1f4add12c034\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 22:10:09.204887"], ["updated_at", "2016-10-23 22:10:09.204887"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: ca78c171-bd82-48fb-8854-1f4add12c034) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"27600688-08ae-4f70-be3e-9fd7fcae82cf\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 08:10:09.207225"], ["created_at", "2016-10-23 22:10:09.208141"], ["updated_at", "2016-10-23 22:10:09.208141"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 27600688-08ae-4f70-be3e-9fd7fcae82cf) to Sidejobs(mailers) at 2016-10-24 08:10:09 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"cc294fba-7fa0-4f22-9b71-f401cc636270\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 08:10:09.207225"], ["created_at", "2016-10-23 22:10:09.212187"], ["updated_at", "2016-10-23 22:10:09.212187"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: cc294fba-7fa0-4f22-9b71-f401cc636270) to Sidejobs(high_priority) at 2016-10-24 08:10:09 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"3420cb67-8482-45ba-9aef-0102fe530ab8\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 08:10:09.207225"], ["created_at", "2016-10-23 22:10:09.215978"], ["updated_at", "2016-10-23 22:10:09.215978"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 3420cb67-8482-45ba-9aef-0102fe530ab8) to Sidejobs(default) at 2016-10-24 08:10:09 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"85e405ee-20f0-45cc-b591-2ccc6ee75faa\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 08:10:09.207225"], ["created_at", "2016-10-23 22:10:09.219401"], ["updated_at", "2016-10-23 22:10:09.219401"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 85e405ee-20f0-45cc-b591-2ccc6ee75faa) to Sidejobs(low_priority) at 2016-10-24 08:10:09 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"a9da9a69-b8f5-43fa-a629-4a4de188d96f\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 08:10:09.207225"], ["created_at", "2016-10-23 22:10:09.222403"], ["updated_at", "2016-10-23 22:10:09.222403"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: a9da9a69-b8f5-43fa-a629-4a4de188d96f) to Sidejobs(other) at 2016-10-24 08:10:09 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------- QueueTest: test_enqueue ----------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"11ed3ce7-5d29-41a4-ab20-991f5696f3f3\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.500734"], ["updated_at", "2016-10-23 22:23:44.500734"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 11ed3ce7-5d29-41a4-ab20-991f5696f3f3) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"e1c16dd2-bbf0-49da-a7b8-67e1c0a9a40d\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 22:23:44.511240"], ["updated_at", "2016-10-23 22:23:44.511240"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: e1c16dd2-bbf0-49da-a7b8-67e1c0a9a40d) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"41b14232-72b6-4176-bf95-9ce077d36cdc\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:23:44.517339"], ["updated_at", "2016-10-23 22:23:44.517339"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 41b14232-72b6-4176-bf95-9ce077d36cdc) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"3822a390-55e6-4f06-bc98-8584f6250ae1\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 22:23:44.521507"], ["updated_at", "2016-10-23 22:23:44.521507"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 3822a390-55e6-4f06-bc98-8584f6250ae1) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"6c4e3bd7-af38-42c5-b811-251bf9277052\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 22:23:44.525817"], ["updated_at", "2016-10-23 22:23:44.525817"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 6c4e3bd7-af38-42c5-b811-251bf9277052) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b33c5f0c-0c3a-4d81-bb7e-76a86b5a84e1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 08:23:44.528529"], ["created_at", "2016-10-23 22:23:44.529547"], ["updated_at", "2016-10-23 22:23:44.529547"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b33c5f0c-0c3a-4d81-bb7e-76a86b5a84e1) to Sidejobs(mailers) at 2016-10-24 08:23:44 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"8008dead-067f-4483-8b81-7b6b59eaaa30\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 08:23:44.528529"], ["created_at", "2016-10-23 22:23:44.533298"], ["updated_at", "2016-10-23 22:23:44.533298"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 8008dead-067f-4483-8b81-7b6b59eaaa30) to Sidejobs(high_priority) at 2016-10-24 08:23:44 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"7dc5e2ad-cefc-4690-b3a8-e355db906038\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 08:23:44.528529"], ["created_at", "2016-10-23 22:23:44.536432"], ["updated_at", "2016-10-23 22:23:44.536432"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 7dc5e2ad-cefc-4690-b3a8-e355db906038) to Sidejobs(default) at 2016-10-24 08:23:44 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"3f62986d-6405-4a9e-8c4e-d701e4069df4\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 08:23:44.528529"], ["created_at", "2016-10-23 22:23:44.539373"], ["updated_at", "2016-10-23 22:23:44.539373"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 3f62986d-6405-4a9e-8c4e-d701e4069df4) to Sidejobs(low_priority) at 2016-10-24 08:23:44 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"7a7d8c5f-24f7-41d9-b772-158b568093ef\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 08:23:44.528529"], ["created_at", "2016-10-23 22:23:44.542360"], ["updated_at", "2016-10-23 22:23:44.542360"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 7a7d8c5f-24f7-41d9-b772-158b568093ef) to Sidejobs(other) at 2016-10-24 08:23:44 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.3ms) ROLLBACK  (0.2ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"83f9ce87-cf7d-4f4d-bdc1-2e44583c3c9c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.549192"], ["updated_at", "2016-10-23 22:23:44.549192"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 83f9ce87-cf7d-4f4d-bdc1-2e44583c3c9c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.7ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:23:44.553751' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.555231"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.556131"], ["id", 242]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (1.2ms) UserMailer#invite: processed outbound mail in 151.5ms Sent mail to test@mail.com (5.6ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870af98f_8d8b3fe9e843fa142596b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.721435"], ["updated_at", "2016-10-23 22:23:44.722550"], ["id", 242]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.2ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"0c0ceb86-1772-4180-9576-d0cda808e09b\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:23:44.727955"], ["updated_at", "2016-10-23 22:23:44.727955"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: 0c0ceb86-1772-4180-9576-d0cda808e09b) to Sidejobs(default) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:23:44.730058' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.731071"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.731871"], ["id", 243]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 22:23:44.734198"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 22:23:44.734976"], ["id", 243]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:23:44.736764' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.737681"], ["attempts", 2], ["updated_at", "2016-10-23 22:23:44.738537"], ["id", 243]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:23:44.740531"], ["updated_at", "2016-10-23 22:23:44.741319"], ["id", 243]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:23:44.743020' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.743953"], ["attempts", 3], ["updated_at", "2016-10-23 22:23:44.744796"], ["id", 243]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:23:44.746679"], ["updated_at", "2016-10-23 22:23:44.747403"], ["id", 243]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:23:44.748912' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"bc0a6545-a00c-4c96-96fd-4c8d026447c6\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.752269"], ["updated_at", "2016-10-23 22:23:44.752269"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: bc0a6545-a00c-4c96-96fd-4c8d026447c6) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b0efd28f-58cf-402a-9bf3-cec42fe886b6\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.756118"], ["updated_at", "2016-10-23 22:23:44.756118"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b0efd28f-58cf-402a-9bf3-cec42fe886b6) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b09b47c3-2e24-43b7-a459-67808a935bfa\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.759099"], ["updated_at", "2016-10-23 22:23:44.759099"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b09b47c3-2e24-43b7-a459-67808a935bfa) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"34f832ae-139c-4906-819f-15f502c95c57\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.762107"], ["updated_at", "2016-10-23 22:23:44.762107"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 34f832ae-139c-4906-819f-15f502c95c57) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"878fdc0f-000a-4215-ba60-9dfa225c5ec4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.764701"], ["updated_at", "2016-10-23 22:23:44.764701"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 878fdc0f-000a-4215-ba60-9dfa225c5ec4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1ea71631-29b3-48ba-ae06-16fc8c508793\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.767012"], ["updated_at", "2016-10-23 22:23:44.767012"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1ea71631-29b3-48ba-ae06-16fc8c508793) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"480333b6-e2a1-4ad6-bb2c-4c5ccebb9695\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.769199"], ["updated_at", "2016-10-23 22:23:44.769199"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 480333b6-e2a1-4ad6-bb2c-4c5ccebb9695) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"cb3303cb-960b-46e1-9c97-862949f49b45\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.771432"], ["updated_at", "2016-10-23 22:23:44.771432"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: cb3303cb-960b-46e1-9c97-862949f49b45) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9fd52bf1-d465-4869-aae9-b8f69f14f092\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.773652"], ["updated_at", "2016-10-23 22:23:44.773652"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9fd52bf1-d465-4869-aae9-b8f69f14f092) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d5fe1789-c87f-4584-b327-1f7e90903a9b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.776457"], ["updated_at", "2016-10-23 22:23:44.776457"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d5fe1789-c87f-4584-b327-1f7e90903a9b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"11f034d4-eff0-426e-b7e1-18897e265f0a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.779262"], ["updated_at", "2016-10-23 22:23:44.779262"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 11f034d4-eff0-426e-b7e1-18897e265f0a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d69a9309-fdf2-4e73-b768-111c71c501a5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.781708"], ["updated_at", "2016-10-23 22:23:44.781708"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d69a9309-fdf2-4e73-b768-111c71c501a5) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c9c5c93e-b7ae-4f24-b734-0bc4c8704993\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.785260"], ["updated_at", "2016-10-23 22:23:44.785260"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c9c5c93e-b7ae-4f24-b734-0bc4c8704993) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5c77664f-7f4c-4034-be6f-7c48fd357053\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.787720"], ["updated_at", "2016-10-23 22:23:44.787720"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5c77664f-7f4c-4034-be6f-7c48fd357053) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d9bd1ef8-f4d4-4c6e-9ed2-b2c8be93f184\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.789951"], ["updated_at", "2016-10-23 22:23:44.789951"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d9bd1ef8-f4d4-4c6e-9ed2-b2c8be93f184) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fb4baa62-5c24-4830-9b2f-c7ab43ee3377\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.792069"], ["updated_at", "2016-10-23 22:23:44.792069"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fb4baa62-5c24-4830-9b2f-c7ab43ee3377) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"71f972da-5b44-4841-a7a1-a768f20624c2\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.794397"], ["updated_at", "2016-10-23 22:23:44.794397"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 71f972da-5b44-4841-a7a1-a768f20624c2) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"657c5a24-fca9-4277-84ad-83ded3d258cb\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.796973"], ["updated_at", "2016-10-23 22:23:44.796973"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 657c5a24-fca9-4277-84ad-83ded3d258cb) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b37bf79b-f320-4967-bc23-1989dd54cf40\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.799123"], ["updated_at", "2016-10-23 22:23:44.799123"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b37bf79b-f320-4967-bc23-1989dd54cf40) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a819b485-2bce-4442-bc33-2bbe2f22eca4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.801296"], ["updated_at", "2016-10-23 22:23:44.801296"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a819b485-2bce-4442-bc33-2bbe2f22eca4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d9d69989-5f92-4e44-b01e-ce76d1300efa\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.803556"], ["updated_at", "2016-10-23 22:23:44.803556"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d9d69989-5f92-4e44-b01e-ce76d1300efa) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"97d124e5-cd86-40ab-b0a7-2c7d3a8136ad\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.805888"], ["updated_at", "2016-10-23 22:23:44.805888"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 97d124e5-cd86-40ab-b0a7-2c7d3a8136ad) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c4440b67-dedd-410b-aedd-ea65b20a09bd\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.808205"], ["updated_at", "2016-10-23 22:23:44.808205"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c4440b67-dedd-410b-aedd-ea65b20a09bd) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"69333af1-0ce6-4410-824b-23f618e5c644\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:23:44.810316"], ["updated_at", "2016-10-23 22:23:44.810316"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 69333af1-0ce6-4410-824b-23f618e5c644) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:23:44.811914' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.813108"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.813825"], ["id", 244]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870c78fc_8d8b3fe9e843fa1426089@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.818167"], ["updated_at", "2016-10-23 22:23:44.818963"], ["id", 244]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.820575"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.821296"], ["id", 245]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870c9582_8d8b3fe9e843fa142614e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.825631"], ["updated_at", "2016-10-23 22:23:44.826399"], ["id", 245]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.827891"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.828632"], ["id", 246]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870cb173_8d8b3fe9e843fa14262d8@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.832582"], ["updated_at", "2016-10-23 22:23:44.833353"], ["id", 246]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.834802"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.835536"], ["id", 247]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870ccc2e_8d8b3fe9e843fa14263f2@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.839418"], ["updated_at", "2016-10-23 22:23:44.840333"], ["id", 247]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.841856"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.842656"], ["id", 248]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870ce838_8d8b3fe9e843fa142647@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.846627"], ["updated_at", "2016-10-23 22:23:44.847442"], ["id", 248]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.848948"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.849657"], ["id", 249]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870d038b_8d8b3fe9e843fa14265c2@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.853769"], ["updated_at", "2016-10-23 22:23:44.854535"], ["id", 249]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.856035"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.856847"], ["id", 250]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870d20b3_8d8b3fe9e843fa142661a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.861104"], ["updated_at", "2016-10-23 22:23:44.861921"], ["id", 250]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.863311"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.864078"], ["id", 251]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870d3cb5_8d8b3fe9e843fa142678d@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.868260"], ["updated_at", "2016-10-23 22:23:44.869081"], ["id", 251]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.870442"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.871203"], ["id", 252]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870d57bd_8d8b3fe9e843fa14268a3@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.875161"], ["updated_at", "2016-10-23 22:23:44.876022"], ["id", 252]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.877461"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.878239"], ["id", 253]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870d73a1_8d8b3fe9e843fa1426913@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.882350"], ["updated_at", "2016-10-23 22:23:44.883147"], ["id", 253]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.884537"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.885311"], ["id", 254]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870d8f5f_8d8b3fe9e843fa14270f5@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.889451"], ["updated_at", "2016-10-23 22:23:44.890404"], ["id", 254]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.891818"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.892568"], ["id", 255]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870dab44_8d8b3fe9e843fa1427171@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.896561"], ["updated_at", "2016-10-23 22:23:44.897330"], ["id", 255]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.898842"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.899627"], ["id", 256]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870dc74f_8d8b3fe9e843fa1427260@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.903733"], ["updated_at", "2016-10-23 22:23:44.904480"], ["id", 256]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.905819"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.906572"], ["id", 257]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.6ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870de356_8d8b3fe9e843fa14273f7@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.911022"], ["updated_at", "2016-10-23 22:23:44.911961"], ["id", 257]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.913491"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.914290"], ["id", 258]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870e018b_8d8b3fe9e843fa14274ec@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.918686"], ["updated_at", "2016-10-23 22:23:44.919488"], ["id", 258]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.921006"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.921760"], ["id", 259]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870e1e24_8d8b3fe9e843fa14275af@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.925966"], ["updated_at", "2016-10-23 22:23:44.926716"], ["id", 259]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.928203"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.928989"], ["id", 260]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870e3996_8d8b3fe9e843fa14276f2@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.933021"], ["updated_at", "2016-10-23 22:23:44.933785"], ["id", 260]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.935231"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.935995"], ["id", 261]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870e55c8_8d8b3fe9e843fa142771d@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.940196"], ["updated_at", "2016-10-23 22:23:44.941053"], ["id", 261]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.943634"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.944957"], ["id", 262]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870e78f7_8d8b3fe9e843fa14278bd@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.949225"], ["updated_at", "2016-10-23 22:23:44.950055"], ["id", 262]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.951775"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.952572"], ["id", 263]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870e962c_8d8b3fe9e843fa1427995@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.956705"], ["updated_at", "2016-10-23 22:23:44.957467"], ["id", 263]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "updated_at" = $2 WHERE "sidejobs"."id" = $3 [["status", "processing"], ["updated_at", "2016-10-23 22:23:44.962405"], ["id", 267]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:23:44.964182' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.965072"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.965906"], ["id", 264]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870ec9e2_8d8b3fe9e843fa142800@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.969927"], ["updated_at", "2016-10-23 22:23:44.970696"], ["id", 264]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.972037"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.972801"], ["id", 265]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870ee568_8d8b3fe9e843fa142811b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.977145"], ["updated_at", "2016-10-23 22:23:44.977918"], ["id", 265]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:23:44.979444"], ["attempts", 1], ["updated_at", "2016-10-23 22:23:44.980246"], ["id", 266]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:23:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d3870f01b9_8d8b3fe9e843fa14282d2@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:23:44.984210"], ["updated_at", "2016-10-23 22:23:44.984967"], ["id", 266]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_pulling ------------------------  (0.2ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (1.1ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:23:49.179114' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------- QueueTest: test_enqueue ----------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c8c386f5-8e2c-4df0-b630-810deccd069e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:07.982656"], ["updated_at", "2016-10-23 22:25:07.982656"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c8c386f5-8e2c-4df0-b630-810deccd069e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.5ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"6f4b3a9b-4cec-46db-a01a-baef8b64e2e0\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 22:25:07.991774"], ["updated_at", "2016-10-23 22:25:07.991774"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 6f4b3a9b-4cec-46db-a01a-baef8b64e2e0) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"e3be5c19-7808-4362-a052-6b9af519373a\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:25:07.997783"], ["updated_at", "2016-10-23 22:25:07.997783"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: e3be5c19-7808-4362-a052-6b9af519373a) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"1b1eb5a9-597f-4f71-a1a3-24d9b3db18a9\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 22:25:08.003552"], ["updated_at", "2016-10-23 22:25:08.003552"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 1b1eb5a9-597f-4f71-a1a3-24d9b3db18a9) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"3767938a-fe66-47de-a225-722ac9c4b176\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 22:25:08.009443"], ["updated_at", "2016-10-23 22:25:08.009443"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 3767938a-fe66-47de-a225-722ac9c4b176) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"baaba25c-78e3-4a3a-a8a8-375b94eb0e4b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 08:25:08.012248"], ["created_at", "2016-10-23 22:25:08.013247"], ["updated_at", "2016-10-23 22:25:08.013247"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: baaba25c-78e3-4a3a-a8a8-375b94eb0e4b) to Sidejobs(mailers) at 2016-10-24 08:25:08 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"481ce446-3317-4087-af3f-92ccc6282ceb\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 08:25:08.012248"], ["created_at", "2016-10-23 22:25:08.016842"], ["updated_at", "2016-10-23 22:25:08.016842"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 481ce446-3317-4087-af3f-92ccc6282ceb) to Sidejobs(high_priority) at 2016-10-24 08:25:08 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.6ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"f3f16952-6a95-419b-aeb9-7aea828f9137\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 08:25:08.012248"], ["created_at", "2016-10-23 22:25:08.021522"], ["updated_at", "2016-10-23 22:25:08.021522"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: f3f16952-6a95-419b-aeb9-7aea828f9137) to Sidejobs(default) at 2016-10-24 08:25:08 UTC Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"9db7d6c3-a9cc-4791-a676-c7c23622d551\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 08:25:08.012248"], ["created_at", "2016-10-23 22:25:08.027053"], ["updated_at", "2016-10-23 22:25:08.027053"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 9db7d6c3-a9cc-4791-a676-c7c23622d551) to Sidejobs(low_priority) at 2016-10-24 08:25:08 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"4bf75064-c1e6-4ad8-a25b-cee8b10ffb81\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 08:25:08.012248"], ["created_at", "2016-10-23 22:25:08.030662"], ["updated_at", "2016-10-23 22:25:08.030662"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 4bf75064-c1e6-4ad8-a25b-cee8b10ffb81) to Sidejobs(other) at 2016-10-24 08:25:08 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_pulling ------------------------  (0.2ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (1.2ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:25:16.102805' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"c0ce63cf-6000-40a2-b381-130737fb192b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.136469"], ["updated_at", "2016-10-23 22:25:40.136469"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c0ce63cf-6000-40a2-b381-130737fb192b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:25:40.141798' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.144139"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.145075"], ["id", 278]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.8ms) UserMailer#invite: processed outbound mail in 146.8ms Sent mail to test@mail.com (3.7ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e449bab_8dbd3fefc243fa0c38435@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.303555"], ["updated_at", "2016-10-23 22:25:40.304576"], ["id", 278]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"25f85a63-bcd8-46e3-aff1-9ed0d77d1b86\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.309339"], ["updated_at", "2016-10-23 22:25:40.309339"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 25f85a63-bcd8-46e3-aff1-9ed0d77d1b86) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d9427823-ecee-459a-942b-5239a5599fd1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.311990"], ["updated_at", "2016-10-23 22:25:40.311990"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d9427823-ecee-459a-942b-5239a5599fd1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1b036e56-a999-4cee-9a25-d7cbd5e91384\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.314374"], ["updated_at", "2016-10-23 22:25:40.314374"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1b036e56-a999-4cee-9a25-d7cbd5e91384) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4f74d9a5-e03c-4e45-9d16-72154c7a09f3\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.316806"], ["updated_at", "2016-10-23 22:25:40.316806"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4f74d9a5-e03c-4e45-9d16-72154c7a09f3) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"da459cc4-cd41-4712-aaa5-c92c29f8eea3\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.319323"], ["updated_at", "2016-10-23 22:25:40.319323"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: da459cc4-cd41-4712-aaa5-c92c29f8eea3) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"87dfa697-9205-4064-84fc-bb5129aed66c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.321720"], ["updated_at", "2016-10-23 22:25:40.321720"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 87dfa697-9205-4064-84fc-bb5129aed66c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d5b030ed-1c34-4f01-9058-a96db4acb7a1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.323910"], ["updated_at", "2016-10-23 22:25:40.323910"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d5b030ed-1c34-4f01-9058-a96db4acb7a1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"516e0951-aa7a-4b41-80c2-8bd326d1d29a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.326153"], ["updated_at", "2016-10-23 22:25:40.326153"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 516e0951-aa7a-4b41-80c2-8bd326d1d29a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0378628c-cffd-43a5-bb07-d72c8ccc7a4f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.328681"], ["updated_at", "2016-10-23 22:25:40.328681"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0378628c-cffd-43a5-bb07-d72c8ccc7a4f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"2b68c4e4-4d1f-4780-af1d-0d67845f1407\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.331014"], ["updated_at", "2016-10-23 22:25:40.331014"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2b68c4e4-4d1f-4780-af1d-0d67845f1407) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"ae6a454e-2d75-42b7-b2c0-e001585dc015\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.333228"], ["updated_at", "2016-10-23 22:25:40.333228"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ae6a454e-2d75-42b7-b2c0-e001585dc015) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e57c7cde-6032-4473-9e90-5d7a596cac84\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.335341"], ["updated_at", "2016-10-23 22:25:40.335341"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e57c7cde-6032-4473-9e90-5d7a596cac84) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"2eea3592-351e-40fb-8006-9596e9fc4f77\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.337651"], ["updated_at", "2016-10-23 22:25:40.337651"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2eea3592-351e-40fb-8006-9596e9fc4f77) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"ba870fab-444f-426b-a322-4e61f40c3a2a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.340132"], ["updated_at", "2016-10-23 22:25:40.340132"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ba870fab-444f-426b-a322-4e61f40c3a2a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9a26fcfa-ff7c-4e3e-b626-6102baff8bb4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.342292"], ["updated_at", "2016-10-23 22:25:40.342292"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9a26fcfa-ff7c-4e3e-b626-6102baff8bb4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"ef941f7e-d9d2-49a6-9730-68e1923f409e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.345165"], ["updated_at", "2016-10-23 22:25:40.345165"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ef941f7e-d9d2-49a6-9730-68e1923f409e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1ba6329e-d1e6-499f-b35f-56f03c9e1892\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.347541"], ["updated_at", "2016-10-23 22:25:40.347541"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1ba6329e-d1e6-499f-b35f-56f03c9e1892) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"401758a5-ffb5-48b0-8382-0ee49f43e156\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.350022"], ["updated_at", "2016-10-23 22:25:40.350022"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 401758a5-ffb5-48b0-8382-0ee49f43e156) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9363ad6a-5632-4fbb-9732-a30a544aae83\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.352240"], ["updated_at", "2016-10-23 22:25:40.352240"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9363ad6a-5632-4fbb-9732-a30a544aae83) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"732e7069-f2c6-4fe1-833f-1fa96d589016\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.355695"], ["updated_at", "2016-10-23 22:25:40.355695"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 732e7069-f2c6-4fe1-833f-1fa96d589016) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"3f121f4c-99c6-4499-88ba-caff16e9f01e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.358423"], ["updated_at", "2016-10-23 22:25:40.358423"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3f121f4c-99c6-4499-88ba-caff16e9f01e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b7c9444e-403a-4875-b348-78461c5bd19f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.360631"], ["updated_at", "2016-10-23 22:25:40.360631"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b7c9444e-403a-4875-b348-78461c5bd19f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"33109058-0694-44aa-bb69-c9a7dd35ed2a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.363033"], ["updated_at", "2016-10-23 22:25:40.363033"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 33109058-0694-44aa-bb69-c9a7dd35ed2a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"562f855c-6344-4148-a22b-86a52c55c70f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:25:40.365265"], ["updated_at", "2016-10-23 22:25:40.365265"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 562f855c-6344-4148-a22b-86a52c55c70f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:25:40.366911' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.368088"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.368808"], ["id", 279]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e45ae4b_8dbd3fefc243fa0c38585@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.373066"], ["updated_at", "2016-10-23 22:25:40.373805"], ["id", 279]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.375270"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.376041"], ["id", 280]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e45ca42_8dbd3fefc243fa0c386ac@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.380223"], ["updated_at", "2016-10-23 22:25:40.380994"], ["id", 280]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.382538"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.383268"], ["id", 281]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e45e586_8dbd3fefc243fa0c38760@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.387135"], ["updated_at", "2016-10-23 22:25:40.387868"], ["id", 281]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.389253"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.389976"], ["id", 282]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e46009c_8dbd3fefc243fa0c3888b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.394182"], ["updated_at", "2016-10-23 22:25:40.395100"], ["id", 282]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.396591"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.397484"], ["id", 283]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e461e69_8dbd3fefc243fa0c389fc@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.401763"], ["updated_at", "2016-10-23 22:25:40.402553"], ["id", 283]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.404115"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.404854"], ["id", 284]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e463a10_8dbd3fefc243fa0c3903a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.408999"], ["updated_at", "2016-10-23 22:25:40.409759"], ["id", 284]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.411244"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.412013"], ["id", 285]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.0ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e465683_8dbd3fefc243fa0c39162@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.416178"], ["updated_at", "2016-10-23 22:25:40.416992"], ["id", 285]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.418372"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.419135"], ["id", 286]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e46715d_8dbd3fefc243fa0c39236@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.423135"], ["updated_at", "2016-10-23 22:25:40.423966"], ["id", 286]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.425341"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.426106"], ["id", 287]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e468eb7_8dbd3fefc243fa0c393c4@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.430501"], ["updated_at", "2016-10-23 22:25:40.431368"], ["id", 287]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.432778"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.433553"], ["id", 288]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e46ab9c_8dbd3fefc243fa0c394fd@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.437886"], ["updated_at", "2016-10-23 22:25:40.438676"], ["id", 288]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.440096"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.440880"], ["id", 289]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e46c78a_8dbd3fefc243fa0c395e0@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.445046"], ["updated_at", "2016-10-23 22:25:40.445798"], ["id", 289]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.447113"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.447785"], ["id", 290]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e46e272_8dbd3fefc243fa0c396c7@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.451966"], ["updated_at", "2016-10-23 22:25:40.452749"], ["id", 290]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.454257"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.455028"], ["id", 291]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e46ff94_8dbd3fefc243fa0c3978c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.459587"], ["updated_at", "2016-10-23 22:25:40.460338"], ["id", 291]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.461938"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.462725"], ["id", 292]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e471d04_8dbd3fefc243fa0c39851@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.467162"], ["updated_at", "2016-10-23 22:25:40.467957"], ["id", 292]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.469316"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.470295"], ["id", 293]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e473b3f_8dbd3fefc243fa0c399dc@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.474669"], ["updated_at", "2016-10-23 22:25:40.475675"], ["id", 293]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.477068"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.477874"], ["id", 294]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e475868_8dbd3fefc243fa0c40096@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.482133"], ["updated_at", "2016-10-23 22:25:40.482934"], ["id", 294]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.484269"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.485047"], ["id", 295]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e47737e_8dbd3fefc243fa0c401a8@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.489068"], ["updated_at", "2016-10-23 22:25:40.489936"], ["id", 295]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.491435"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.492204"], ["id", 296]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e478f04_8dbd3fefc243fa0c402a0@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.496116"], ["updated_at", "2016-10-23 22:25:40.496873"], ["id", 296]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.498635"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.499434"], ["id", 297]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e47ac23_8dbd3fefc243fa0c40321@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.503573"], ["updated_at", "2016-10-23 22:25:40.504334"], ["id", 297]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.505774"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.506473"], ["id", 298]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e47c700_8dbd3fefc243fa0c4043@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.510430"], ["updated_at", "2016-10-23 22:25:40.511184"], ["id", 298]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "updated_at" = $2 WHERE "sidejobs"."id" = $3 [["status", "processing"], ["updated_at", "2016-10-23 22:25:40.516129"], ["id", 302]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:25:40.517794' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.518686"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.519432"], ["id", 299]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e47fa16_8dbd3fefc243fa0c40522@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.523534"], ["updated_at", "2016-10-23 22:25:40.524312"], ["id", 299]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.525838"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.527630"], ["id", 300]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e481bda_8dbd3fefc243fa0c406eb@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.532177"], ["updated_at", "2016-10-23 22:25:40.532962"], ["id", 300]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.534345"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.535204"], ["id", 301]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:25:40 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d38e483794_8dbd3fefc243fa0c4078e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:25:40.539260"], ["updated_at", "2016-10-23 22:25:40.540032"], ["id", 301]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"98ca113c-7299-493b-a64f-c1ecb92f146b\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:25:40.545534"], ["updated_at", "2016-10-23 22:25:40.545534"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: 98ca113c-7299-493b-a64f-c1ecb92f146b) to Sidejobs(default) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:25:40.547140' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.548076"], ["attempts", 1], ["updated_at", "2016-10-23 22:25:40.548934"], ["id", 303]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 22:25:40.550806"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 22:25:40.551698"], ["id", 303]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:25:40.553390' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.554254"], ["attempts", 2], ["updated_at", "2016-10-23 22:25:40.555017"], ["id", 303]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:25:40.556721"], ["updated_at", "2016-10-23 22:25:40.557420"], ["id", 303]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:25:40.559005' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:25:40.559862"], ["attempts", 3], ["updated_at", "2016-10-23 22:25:40.560646"], ["id", 303]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:25:40.562335"], ["updated_at", "2016-10-23 22:25:40.563024"], ["id", 303]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:25:40.564384' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (1.0ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:26:42.662226' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (1.0ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:26:46.796901' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) BEGIN ------------------------ DaemonTest: test_pulling ------------------------  (0.4ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"2d9b76e5-6015-4fd6-8ad8-93f8ae457d2b\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:27:25.834114"], ["updated_at", "2016-10-23 22:27:25.834114"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: 2d9b76e5-6015-4fd6-8ad8-93f8ae457d2b) to Sidejobs(default) Sidejobs::Job Load (1.0ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:27:25.840963' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:25.843575"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:25.844384"], ["id", 304]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 22:27:25.851120"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 22:27:25.852257"], ["id", 304]]  (1.7ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:27:25.856231' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (1.0ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:25.857568"], ["attempts", 2], ["updated_at", "2016-10-23 22:27:25.859588"], ["id", 304]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (2.4ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:27:25.863290"], ["updated_at", "2016-10-23 22:27:25.866712"], ["id", 304]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.8ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:27:25.869506' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:25.871016"], ["attempts", 3], ["updated_at", "2016-10-23 22:27:25.871905"], ["id", 304]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:27:25.873802"], ["updated_at", "2016-10-23 22:27:25.874725"], ["id", 304]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:27:25.876336' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e687177b-6d48-4406-a645-7bcb452cd779\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.886877"], ["updated_at", "2016-10-23 22:27:25.886877"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e687177b-6d48-4406-a645-7bcb452cd779) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f9da1e94-802e-48fe-b250-eb14475911ad\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.889373"], ["updated_at", "2016-10-23 22:27:25.889373"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f9da1e94-802e-48fe-b250-eb14475911ad) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8c188adc-667c-463f-a338-87ed834c6e97\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.892119"], ["updated_at", "2016-10-23 22:27:25.892119"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8c188adc-667c-463f-a338-87ed834c6e97) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"bea93355-ac2f-4da8-b538-f1997693f8a0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.894868"], ["updated_at", "2016-10-23 22:27:25.894868"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: bea93355-ac2f-4da8-b538-f1997693f8a0) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"60fec3b1-9c85-4306-9d66-979284eae873\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.897724"], ["updated_at", "2016-10-23 22:27:25.897724"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 60fec3b1-9c85-4306-9d66-979284eae873) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"de367bad-5bf9-4ff2-8b53-4e77b3e7bc76\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.901307"], ["updated_at", "2016-10-23 22:27:25.901307"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: de367bad-5bf9-4ff2-8b53-4e77b3e7bc76) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"3938f069-add2-44e3-8f5e-4175e0cb411d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.903853"], ["updated_at", "2016-10-23 22:27:25.903853"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3938f069-add2-44e3-8f5e-4175e0cb411d) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"59935460-d982-459f-847f-d0d416776b2c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.906292"], ["updated_at", "2016-10-23 22:27:25.906292"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 59935460-d982-459f-847f-d0d416776b2c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fb248e70-ed47-4ace-a810-385a51b55836\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.908722"], ["updated_at", "2016-10-23 22:27:25.908722"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fb248e70-ed47-4ace-a810-385a51b55836) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"82ec3e6d-8b32-47f5-8918-53459be8b9e6\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.911246"], ["updated_at", "2016-10-23 22:27:25.911246"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 82ec3e6d-8b32-47f5-8918-53459be8b9e6) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.6ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8b713846-fa56-4f10-ba19-f7854af7fd93\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.914508"], ["updated_at", "2016-10-23 22:27:25.914508"]] [ActiveJob]  (0.3ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8b713846-fa56-4f10-ba19-f7854af7fd93) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"494fcb49-541e-4b0a-9592-520f1709fcc8\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.917844"], ["updated_at", "2016-10-23 22:27:25.917844"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 494fcb49-541e-4b0a-9592-520f1709fcc8) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"ae33d04f-9bd1-4295-9086-8438aaa559c8\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.920596"], ["updated_at", "2016-10-23 22:27:25.920596"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ae33d04f-9bd1-4295-9086-8438aaa559c8) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"87d63469-f4ab-40dc-9aba-0d7641d05f38\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.923126"], ["updated_at", "2016-10-23 22:27:25.923126"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 87d63469-f4ab-40dc-9aba-0d7641d05f38) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f474a26f-0b27-4173-bbc9-609be0db1bbf\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.925909"], ["updated_at", "2016-10-23 22:27:25.925909"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f474a26f-0b27-4173-bbc9-609be0db1bbf) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"75101ded-b61e-492d-a526-07f0e2fd2e51\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.928698"], ["updated_at", "2016-10-23 22:27:25.928698"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 75101ded-b61e-492d-a526-07f0e2fd2e51) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.4ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f5e3fb19-2540-4473-bcf8-15f449441f1a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.931510"], ["updated_at", "2016-10-23 22:27:25.931510"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f5e3fb19-2540-4473-bcf8-15f449441f1a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"2027c907-56ba-482c-95c0-f501fd28230e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.935284"], ["updated_at", "2016-10-23 22:27:25.935284"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2027c907-56ba-482c-95c0-f501fd28230e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4d9e01fe-887b-47bb-b8a8-60d931726c5e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.938592"], ["updated_at", "2016-10-23 22:27:25.938592"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4d9e01fe-887b-47bb-b8a8-60d931726c5e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8b556734-db46-4f41-9713-970b7d8d8107\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.941131"], ["updated_at", "2016-10-23 22:27:25.941131"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8b556734-db46-4f41-9713-970b7d8d8107) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"db7e2ce7-94f2-47f4-9b4d-83b57b5f79cc\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.943626"], ["updated_at", "2016-10-23 22:27:25.943626"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: db7e2ce7-94f2-47f4-9b4d-83b57b5f79cc) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"011b167c-13cf-4d74-9c5c-4e8156db67d0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.946248"], ["updated_at", "2016-10-23 22:27:25.946248"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 011b167c-13cf-4d74-9c5c-4e8156db67d0) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f5a97f3c-6241-4123-a56a-7ef3b2c61d69\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.949297"], ["updated_at", "2016-10-23 22:27:25.949297"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f5a97f3c-6241-4123-a56a-7ef3b2c61d69) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c319bd72-0aa6-4197-81b8-1c28dfee2e34\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:25.952149"], ["updated_at", "2016-10-23 22:27:25.952149"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c319bd72-0aa6-4197-81b8-1c28dfee2e34) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:27:25.954397' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:25.955770"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:25.960623"], ["id", 305]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (1.0ms) UserMailer#invite: processed outbound mail in 147.5ms Sent mail to test@mail.com (5.7ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e1c304_8de73ff36283fa14904c8@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.118242"], ["updated_at", "2016-10-23 22:27:26.119345"], ["id", 305]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.121398"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.122166"], ["id", 306]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e1e9ee_8de73ff36283fa1490513@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.126139"], ["updated_at", "2016-10-23 22:27:26.126939"], ["id", 306]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.128981"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.130093"], ["id", 307]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e20937_8de73ff36283fa14906e4@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.134115"], ["updated_at", "2016-10-23 22:27:26.135059"], ["id", 307]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.136626"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.137340"], ["id", 308]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e2268a_8de73ff36283fa1490748@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.141713"], ["updated_at", "2016-10-23 22:27:26.142650"], ["id", 308]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.144152"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.144888"], ["id", 309]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e241a8_8de73ff36283fa1490841@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (1.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.148560"], ["updated_at", "2016-10-23 22:27:26.149334"], ["id", 309]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.152844"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.153738"], ["id", 310]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e2650c_8de73ff36283fa14909fb@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.157924"], ["updated_at", "2016-10-23 22:27:26.158713"], ["id", 310]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.160206"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.160921"], ["id", 311]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e28253_8de73ff36283fa149104c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.165139"], ["updated_at", "2016-10-23 22:27:26.165955"], ["id", 311]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.167375"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.168112"], ["id", 312]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e29d07_8de73ff36283fa14911dd@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.171968"], ["updated_at", "2016-10-23 22:27:26.172978"], ["id", 312]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.174793"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.175599"], ["id", 313]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e2baec_8de73ff36283fa1491241@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.179627"], ["updated_at", "2016-10-23 22:27:26.180433"], ["id", 313]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.181763"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.182445"], ["id", 314]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e2d750_8de73ff36283fa14913fd@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.186887"], ["updated_at", "2016-10-23 22:27:26.187739"], ["id", 314]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.189067"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.189761"], ["id", 315]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e2f0da_8de73ff36283fa14914d0@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.193391"], ["updated_at", "2016-10-23 22:27:26.194160"], ["id", 315]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.195884"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.196775"], ["id", 316]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e30ce6_8de73ff36283fa14915fc@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.200613"], ["updated_at", "2016-10-23 22:27:26.201421"], ["id", 316]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.202983"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.203706"], ["id", 317]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e3299a_8de73ff36283fa14916fa@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.208184"], ["updated_at", "2016-10-23 22:27:26.209026"], ["id", 317]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.210434"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.211175"], ["id", 318]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e344b5_8de73ff36283fa1491742@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.214881"], ["updated_at", "2016-10-23 22:27:26.215663"], ["id", 318]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.217024"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.218153"], ["id", 319]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e36182_8de73ff36283fa149184c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.222255"], ["updated_at", "2016-10-23 22:27:26.223035"], ["id", 319]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.224371"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.225086"], ["id", 320]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e37baa_8de73ff36283fa14919a5@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.229382"], ["updated_at", "2016-10-23 22:27:26.230421"], ["id", 320]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.231851"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.232566"], ["id", 321]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e39945_8de73ff36283fa14920c1@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.236536"], ["updated_at", "2016-10-23 22:27:26.237349"], ["id", 321]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.238662"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.239348"], ["id", 322]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e3b4f3_8de73ff36283fa149214f@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.243610"], ["updated_at", "2016-10-23 22:27:26.244427"], ["id", 322]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.245810"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.246546"], ["id", 323]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e3ceae_8de73ff36283fa14922db@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.250187"], ["updated_at", "2016-10-23 22:27:26.250945"], ["id", 323]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.252436"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.253461"], ["id", 324]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e3ea92_8de73ff36283fa149235e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.257361"], ["updated_at", "2016-10-23 22:27:26.258132"], ["id", 324]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "updated_at" = $2 WHERE "sidejobs"."id" = $3 [["status", "processing"], ["updated_at", "2016-10-23 22:27:26.263053"], ["id", 328]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:27:26.264801' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.265703"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.266424"], ["id", 325]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e41d4f_8de73ff36283fa149248b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.270385"], ["updated_at", "2016-10-23 22:27:26.271218"], ["id", 325]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.272575"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.273315"], ["id", 326]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e44353_8de73ff36283fa1492577@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.280115"], ["updated_at", "2016-10-23 22:27:26.280934"], ["id", 326]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.282409"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.283635"], ["id", 327]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e461bf_8de73ff36283fa149266e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.288110"], ["updated_at", "2016-10-23 22:27:26.289101"], ["id", 327]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5577d674-4a8f-44c1-92a0-79da74f4dc94\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:26.294660"], ["updated_at", "2016-10-23 22:27:26.294660"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5577d674-4a8f-44c1-92a0-79da74f4dc94) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:27:26.296428' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:27:26.297356"], ["attempts", 1], ["updated_at", "2016-10-23 22:27:26.298135"], ["id", 329]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:27:26 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d394e49d64_8de73ff36283fa149279a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:27:26.303448"], ["updated_at", "2016-10-23 22:27:26.304378"], ["id", 329]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ----------------------- QueueTest: test_enqueue ----------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e59e4994-dafc-4a15-93e1-6ba44a0a1c45\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:27:26.309375"], ["updated_at", "2016-10-23 22:27:26.309375"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e59e4994-dafc-4a15-93e1-6ba44a0a1c45) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"44830eb6-785e-40d6-ba36-e0dd269e9699\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 22:27:26.313223"], ["updated_at", "2016-10-23 22:27:26.313223"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 44830eb6-785e-40d6-ba36-e0dd269e9699) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"aaf181f5-593f-420c-997a-2625c85ba9d8\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:27:26.317376"], ["updated_at", "2016-10-23 22:27:26.317376"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: aaf181f5-593f-420c-997a-2625c85ba9d8) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"8ff53336-7571-4be4-9787-fc2828192dda\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 22:27:26.321444"], ["updated_at", "2016-10-23 22:27:26.321444"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 8ff53336-7571-4be4-9787-fc2828192dda) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"56a1da59-4d4d-418e-80b8-182cad00679b\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 22:27:26.325450"], ["updated_at", "2016-10-23 22:27:26.325450"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 56a1da59-4d4d-418e-80b8-182cad00679b) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e0b44c49-ac23-4ea2-9dfb-a6f48e35fa04\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 08:27:26.328060"], ["created_at", "2016-10-23 22:27:26.329262"], ["updated_at", "2016-10-23 22:27:26.329262"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e0b44c49-ac23-4ea2-9dfb-a6f48e35fa04) to Sidejobs(mailers) at 2016-10-24 08:27:26 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"ea7c5285-7566-4c25-9182-012a14484b44\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 08:27:26.328060"], ["created_at", "2016-10-23 22:27:26.333633"], ["updated_at", "2016-10-23 22:27:26.333633"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: ea7c5285-7566-4c25-9182-012a14484b44) to Sidejobs(high_priority) at 2016-10-24 08:27:26 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"e8e3f409-2f1c-4868-8db3-d0bf5377c69e\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 08:27:26.328060"], ["created_at", "2016-10-23 22:27:26.336719"], ["updated_at", "2016-10-23 22:27:26.336719"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: e8e3f409-2f1c-4868-8db3-d0bf5377c69e) to Sidejobs(default) at 2016-10-24 08:27:26 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"3f0e1aec-37ce-4a09-aae1-b02faa11565a\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 08:27:26.328060"], ["created_at", "2016-10-23 22:27:26.339797"], ["updated_at", "2016-10-23 22:27:26.339797"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 3f0e1aec-37ce-4a09-aae1-b02faa11565a) to Sidejobs(low_priority) at 2016-10-24 08:27:26 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"fa242258-6f17-4465-ba57-03c1d759ba61\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 08:27:26.328060"], ["created_at", "2016-10-23 22:27:26.342987"], ["updated_at", "2016-10-23 22:27:26.342987"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: fa242258-6f17-4465-ba57-03c1d759ba61) to Sidejobs(other) at 2016-10-24 08:27:26 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_pulling ------------------------  (0.3ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_process ------------------------  (0.2ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"db5582c7-1aa4-49f0-ac39-549a39ccfaa8\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.947831"], ["updated_at", "2016-10-23 22:28:28.947831"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: db5582c7-1aa4-49f0-ac39-549a39ccfaa8) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"16d11ef7-71c8-42ed-bbff-90c7f3e9077c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.953955"], ["updated_at", "2016-10-23 22:28:28.953955"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 16d11ef7-71c8-42ed-bbff-90c7f3e9077c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"be48462a-0459-4956-8e92-2c44a44bc414\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.956832"], ["updated_at", "2016-10-23 22:28:28.956832"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: be48462a-0459-4956-8e92-2c44a44bc414) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0875197c-9c23-4393-8996-39663f9a3ffa\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.959498"], ["updated_at", "2016-10-23 22:28:28.959498"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0875197c-9c23-4393-8996-39663f9a3ffa) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"36c741c1-009b-4ba7-b12f-997c8a5e5d4f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.962321"], ["updated_at", "2016-10-23 22:28:28.962321"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 36c741c1-009b-4ba7-b12f-997c8a5e5d4f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"ef538020-f1f7-4af7-8ab7-7f6091eec015\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.964967"], ["updated_at", "2016-10-23 22:28:28.964967"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ef538020-f1f7-4af7-8ab7-7f6091eec015) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"63ed1fc8-16b2-4e91-abee-bf61bfb0f9d5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.967758"], ["updated_at", "2016-10-23 22:28:28.967758"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 63ed1fc8-16b2-4e91-abee-bf61bfb0f9d5) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c3d73899-eab8-4121-9da1-4355f14046b8\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.970512"], ["updated_at", "2016-10-23 22:28:28.970512"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c3d73899-eab8-4121-9da1-4355f14046b8) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"07f6a7dc-da6f-4934-974b-5de5dbe5df2b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.973051"], ["updated_at", "2016-10-23 22:28:28.973051"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 07f6a7dc-da6f-4934-974b-5de5dbe5df2b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"df83737e-4886-44bb-8b42-9ba4bb8cf817\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.975643"], ["updated_at", "2016-10-23 22:28:28.975643"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: df83737e-4886-44bb-8b42-9ba4bb8cf817) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"29b9055c-e71c-4a6a-bd33-16a5ac22e83d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.978320"], ["updated_at", "2016-10-23 22:28:28.978320"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 29b9055c-e71c-4a6a-bd33-16a5ac22e83d) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"3d58ebdf-6669-479e-8a53-70fe4d13f380\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.980919"], ["updated_at", "2016-10-23 22:28:28.980919"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3d58ebdf-6669-479e-8a53-70fe4d13f380) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fca5944c-ee6a-4c6e-b5e8-0ba04c115b2f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.983731"], ["updated_at", "2016-10-23 22:28:28.983731"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fca5944c-ee6a-4c6e-b5e8-0ba04c115b2f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"41b77a67-f6f0-449a-96b1-483eb6fce30a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.987989"], ["updated_at", "2016-10-23 22:28:28.987989"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 41b77a67-f6f0-449a-96b1-483eb6fce30a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f8b9bec2-8f37-4588-b556-a5db8ff381e7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.990785"], ["updated_at", "2016-10-23 22:28:28.990785"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f8b9bec2-8f37-4588-b556-a5db8ff381e7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"471b7c9b-3cf9-4c31-bbfe-ce884055e77a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.993434"], ["updated_at", "2016-10-23 22:28:28.993434"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 471b7c9b-3cf9-4c31-bbfe-ce884055e77a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"14013d24-8baf-4a45-b185-a255bfd18a18\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.995812"], ["updated_at", "2016-10-23 22:28:28.995812"]] [ActiveJob]  (0.4ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 14013d24-8baf-4a45-b185-a255bfd18a18) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"06c77002-7690-471c-8f26-f3f336a9c669\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:28.998861"], ["updated_at", "2016-10-23 22:28:28.998861"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 06c77002-7690-471c-8f26-f3f336a9c669) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"23e89c63-e3c3-4086-b7f9-20b093cb6f85\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:29.001984"], ["updated_at", "2016-10-23 22:28:29.001984"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 23e89c63-e3c3-4086-b7f9-20b093cb6f85) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f7546273-8f10-4236-a76e-2487952bcd33\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:29.004411"], ["updated_at", "2016-10-23 22:28:29.004411"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f7546273-8f10-4236-a76e-2487952bcd33) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"2fd4a8a9-68d7-452f-aebe-3889b22fda42\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:29.006903"], ["updated_at", "2016-10-23 22:28:29.006903"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2fd4a8a9-68d7-452f-aebe-3889b22fda42) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e364bd33-d8af-48fe-8484-adbef6550d1a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:29.009553"], ["updated_at", "2016-10-23 22:28:29.009553"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e364bd33-d8af-48fe-8484-adbef6550d1a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"61191ae5-aae6-4a85-a44f-0cf13d1b99d5\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:29.011946"], ["updated_at", "2016-10-23 22:28:29.011946"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 61191ae5-aae6-4a85-a44f-0cf13d1b99d5) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0150d758-85dc-4536-a56a-b0b81f6c13c3\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:29.014455"], ["updated_at", "2016-10-23 22:28:29.014455"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0150d758-85dc-4536-a56a-b0b81f6c13c3) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.1ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:28:29.019090' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.022253"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.023366"], ["id", 340]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (1.0ms) UserMailer#invite: processed outbound mail in 148.1ms Sent mail to test@mail.com (5.5ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d2d001_8e1e3fead6c3fa042596@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.186435"], ["updated_at", "2016-10-23 22:28:29.187529"], ["id", 340]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.189501"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.190388"], ["id", 341]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.1ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d2f6e1_8e1e3fead6c3fa0426090@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.195216"], ["updated_at", "2016-10-23 22:28:29.196084"], ["id", 341]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.197824"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.198608"], ["id", 342]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d31647_8e1e3fead6c3fa04261be@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.203104"], ["updated_at", "2016-10-23 22:28:29.203993"], ["id", 342]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.205640"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.206449"], ["id", 343]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d33486_8e1e3fead6c3fa042628e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.210828"], ["updated_at", "2016-10-23 22:28:29.211742"], ["id", 343]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.213326"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.214115"], ["id", 344]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d3543d_8e1e3fead6c3fa04263f3@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.218906"], ["updated_at", "2016-10-23 22:28:29.219710"], ["id", 344]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.221207"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.221942"], ["id", 345]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.0ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d37267_8e1e3fead6c3fa04264be@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.226675"], ["updated_at", "2016-10-23 22:28:29.227520"], ["id", 345]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.229033"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.229806"], ["id", 346]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d38e0b_8e1e3fead6c3fa0426527@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.233714"], ["updated_at", "2016-10-23 22:28:29.234580"], ["id", 346]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.235994"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.236787"], ["id", 347]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d3a9df_8e1e3fead6c3fa042663a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.240930"], ["updated_at", "2016-10-23 22:28:29.241721"], ["id", 347]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.243192"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.244318"], ["id", 348]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d3c79b_8e1e3fead6c3fa04267cb@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.248578"], ["updated_at", "2016-10-23 22:28:29.249523"], ["id", 348]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.251153"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.251924"], ["id", 349]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d3e4dd_8e1e3fead6c3fa04268ef@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.255974"], ["updated_at", "2016-10-23 22:28:29.256733"], ["id", 349]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.258098"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.258829"], ["id", 350]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d3ff23_8e1e3fead6c3fa042699f@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.262647"], ["updated_at", "2016-10-23 22:28:29.263425"], ["id", 350]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.264814"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.265662"], ["id", 351]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d41b75_8e1e3fead6c3fa0427089@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.269908"], ["updated_at", "2016-10-23 22:28:29.270677"], ["id", 351]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.272056"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.272820"], ["id", 352]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (2.0ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d437e6_8e1e3fead6c3fa042718e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.5ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.277883"], ["updated_at", "2016-10-23 22:28:29.279387"], ["id", 352]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.281023"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.281968"], ["id", 353]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d45ba2_8e1e3fead6c3fa0427214@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.286359"], ["updated_at", "2016-10-23 22:28:29.287202"], ["id", 353]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.288704"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.289440"], ["id", 354]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d477b5_8e1e3fead6c3fa04273c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.293664"], ["updated_at", "2016-10-23 22:28:29.294448"], ["id", 354]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.296116"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.296898"], ["id", 355]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d494e3_8e1e3fead6c3fa0427431@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.301006"], ["updated_at", "2016-10-23 22:28:29.301778"], ["id", 355]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.303167"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.303953"], ["id", 356]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d4af58_8e1e3fead6c3fa0427524@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.307762"], ["updated_at", "2016-10-23 22:28:29.308516"], ["id", 356]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.309960"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.310730"], ["id", 357]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d4ca88_8e1e3fead6c3fa042764a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.314743"], ["updated_at", "2016-10-23 22:28:29.315519"], ["id", 357]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.316869"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.317639"], ["id", 358]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d4e644_8e1e3fead6c3fa042778a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.321839"], ["updated_at", "2016-10-23 22:28:29.322608"], ["id", 358]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.323975"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.324708"], ["id", 359]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d50180_8e1e3fead6c3fa0427880@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.328826"], ["updated_at", "2016-10-23 22:28:29.329621"], ["id", 359]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "updated_at" = $2 WHERE "sidejobs"."id" = $3 [["status", "processing"], ["updated_at", "2016-10-23 22:28:29.335326"], ["id", 363]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:28:29.337054' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.337951"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.338721"], ["id", 360]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d539e0_8e1e3fead6c3fa042793b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.343368"], ["updated_at", "2016-10-23 22:28:29.344253"], ["id", 360]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.345847"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.346657"], ["id", 361]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d557a5_8e1e3fead6c3fa04280e5@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.350882"], ["updated_at", "2016-10-23 22:28:29.351643"], ["id", 361]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.353243"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.354064"], ["id", 362]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d573fc_8e1e3fead6c3fa0428111@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.358187"], ["updated_at", "2016-10-23 22:28:29.358986"], ["id", 362]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"48ec14af-3aa9-48cf-a080-798777c1e438\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:29.363950"], ["updated_at", "2016-10-23 22:28:29.363950"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 48ec14af-3aa9-48cf-a080-798777c1e438) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:28:29.366015' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.366930"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.367685"], ["id", 364]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:28:29 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d398d5a97d_8e1e3fead6c3fa042826f@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:28:29.371853"], ["updated_at", "2016-10-23 22:28:29.372626"], ["id", 364]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"e6d070fa-c28a-4249-9e37-cc50e8c09f5b\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:28:29.377088"], ["updated_at", "2016-10-23 22:28:29.377088"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: e6d070fa-c28a-4249-9e37-cc50e8c09f5b) to Sidejobs(default) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:28:29.378809' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.379688"], ["attempts", 1], ["updated_at", "2016-10-23 22:28:29.380392"], ["id", 365]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 22:28:29.382396"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 22:28:29.383152"], ["id", 365]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:28:29.385221' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.386416"], ["attempts", 2], ["updated_at", "2016-10-23 22:28:29.387463"], ["id", 365]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:28:29.389536"], ["updated_at", "2016-10-23 22:28:29.390252"], ["id", 365]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:28:29.391970' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:28:29.392825"], ["attempts", 3], ["updated_at", "2016-10-23 22:28:29.393585"], ["id", 365]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:28:29.395220"], ["updated_at", "2016-10-23 22:28:29.395940"], ["id", 365]]  (1.4ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:28:29.398935' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- QueueTest: test_enqueue ----------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1e7d0260-f8f8-425a-9847-8acb8b14c3ca\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:28:29.409532"], ["updated_at", "2016-10-23 22:28:29.409532"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1e7d0260-f8f8-425a-9847-8acb8b14c3ca) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"99b0528d-f979-4e0e-aa46-e715766c9292\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 22:28:29.413575"], ["updated_at", "2016-10-23 22:28:29.413575"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 99b0528d-f979-4e0e-aa46-e715766c9292) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"5a9fe1e7-ba6b-4294-b131-b758c8b69386\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:28:29.417718"], ["updated_at", "2016-10-23 22:28:29.417718"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 5a9fe1e7-ba6b-4294-b131-b758c8b69386) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"dcc2644b-0fc0-45ba-8705-d7ed17313dcb\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 22:28:29.421676"], ["updated_at", "2016-10-23 22:28:29.421676"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: dcc2644b-0fc0-45ba-8705-d7ed17313dcb) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"7ecaff20-fb39-4712-9841-e09deed1a9f3\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 22:28:29.425561"], ["updated_at", "2016-10-23 22:28:29.425561"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 7ecaff20-fb39-4712-9841-e09deed1a9f3) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9a3f588c-ccbe-41e2-875f-82662d0b8f41\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 08:28:29.427971"], ["created_at", "2016-10-23 22:28:29.428900"], ["updated_at", "2016-10-23 22:28:29.428900"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9a3f588c-ccbe-41e2-875f-82662d0b8f41) to Sidejobs(mailers) at 2016-10-24 08:28:29 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"d300bb6e-11ba-41fc-bffb-4d22349a0bde\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 08:28:29.427971"], ["created_at", "2016-10-23 22:28:29.432117"], ["updated_at", "2016-10-23 22:28:29.432117"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: d300bb6e-11ba-41fc-bffb-4d22349a0bde) to Sidejobs(high_priority) at 2016-10-24 08:28:29 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"abec28fb-6f9d-4b22-a930-c3412de574e2\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 08:28:29.427971"], ["created_at", "2016-10-23 22:28:29.435234"], ["updated_at", "2016-10-23 22:28:29.435234"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: abec28fb-6f9d-4b22-a930-c3412de574e2) to Sidejobs(default) at 2016-10-24 08:28:29 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"da076cb6-4b4a-4409-ac1a-b9bc27e7ae51\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 08:28:29.427971"], ["created_at", "2016-10-23 22:28:29.438692"], ["updated_at", "2016-10-23 22:28:29.438692"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: da076cb6-4b4a-4409-ac1a-b9bc27e7ae51) to Sidejobs(low_priority) at 2016-10-24 08:28:29 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"a96f8cfc-8779-4c5b-bf77-d4f4292bf2a1\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 08:28:29.427971"], ["created_at", "2016-10-23 22:28:29.441929"], ["updated_at", "2016-10-23 22:28:29.441929"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: a96f8cfc-8779-4c5b-bf77-d4f4292bf2a1) to Sidejobs(other) at 2016-10-24 08:28:29 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (1.0ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:28:38.690859' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.9ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:28:42.804773' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) BEGIN ------------------------ DaemonTest: test_pulling ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- QueueTest: test_enqueue ----------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"de9f7a56-e7c2-42c2-a398-3ca88019dc4c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:02.877647"], ["updated_at", "2016-10-23 22:29:02.877647"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: de9f7a56-e7c2-42c2-a398-3ca88019dc4c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"9791f37f-edce-4ef1-911e-102b0bbe6b03\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 22:29:02.886199"], ["updated_at", "2016-10-23 22:29:02.886199"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 9791f37f-edce-4ef1-911e-102b0bbe6b03) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"34cf528e-9ecc-4563-91cb-5427742c6c26\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:29:02.891056"], ["updated_at", "2016-10-23 22:29:02.891056"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 34cf528e-9ecc-4563-91cb-5427742c6c26) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.8ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"827e4f33-cc1f-4d82-ad25-3de5b60aa6e3\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 22:29:02.895470"], ["updated_at", "2016-10-23 22:29:02.895470"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 827e4f33-cc1f-4d82-ad25-3de5b60aa6e3) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"eb44af1d-eb11-425e-b138-be91d422daff\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 22:29:02.900510"], ["updated_at", "2016-10-23 22:29:02.900510"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: eb44af1d-eb11-425e-b138-be91d422daff) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"cfc434c0-0530-4397-843d-a06d9d5a3300\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 08:29:02.903123"], ["created_at", "2016-10-23 22:29:02.904129"], ["updated_at", "2016-10-23 22:29:02.904129"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: cfc434c0-0530-4397-843d-a06d9d5a3300) to Sidejobs(mailers) at 2016-10-24 08:29:02 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"99941bd8-63e1-4a74-a2b4-67112241190c\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 08:29:02.903123"], ["created_at", "2016-10-23 22:29:02.907759"], ["updated_at", "2016-10-23 22:29:02.907759"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 99941bd8-63e1-4a74-a2b4-67112241190c) to Sidejobs(high_priority) at 2016-10-24 08:29:02 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"39189e29-cff4-45ae-8466-26386af67bee\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 08:29:02.903123"], ["created_at", "2016-10-23 22:29:02.910798"], ["updated_at", "2016-10-23 22:29:02.910798"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 39189e29-cff4-45ae-8466-26386af67bee) to Sidejobs(default) at 2016-10-24 08:29:02 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.7ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"1318ac83-9d62-4040-967d-71e8462d2631\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 08:29:02.903123"], ["created_at", "2016-10-23 22:29:02.913993"], ["updated_at", "2016-10-23 22:29:02.913993"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 1318ac83-9d62-4040-967d-71e8462d2631) to Sidejobs(low_priority) at 2016-10-24 08:29:02 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"5fd7576e-676d-4263-8022-919c7c97f700\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 08:29:02.903123"], ["created_at", "2016-10-23 22:29:02.919056"], ["updated_at", "2016-10-23 22:29:02.919056"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 5fd7576e-676d-4263-8022-919c7c97f700) to Sidejobs(other) at 2016-10-24 08:29:02 UTC Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0cd20d38-a163-4284-893a-7232cb6aa2e1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:02.924118"], ["updated_at", "2016-10-23 22:29:02.924118"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0cd20d38-a163-4284-893a-7232cb6aa2e1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.8ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:02.928174' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:02.929804"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:02.930745"], ["id", 386]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (2.5ms) UserMailer#invite: processed outbound mail in 157.5ms Sent mail to test@mail.com (4.7ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af186d4_8e363fda1a83fa0c844be@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.102115"], ["updated_at", "2016-10-23 22:29:03.103528"], ["id", 386]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"d4d516be-8e69-4e56-a2f2-cd14d9d31894\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:29:03.109125"], ["updated_at", "2016-10-23 22:29:03.109125"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: d4d516be-8e69-4e56-a2f2-cd14d9d31894) to Sidejobs(default) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:03.111134' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.112078"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.112857"], ["id", 387]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 22:29:03.114897"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 22:29:03.115680"], ["id", 387]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:03.117408' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.118318"], ["attempts", 2], ["updated_at", "2016-10-23 22:29:03.119176"], ["id", 387]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:29:03.121766"], ["updated_at", "2016-10-23 22:29:03.123658"], ["id", 387]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:03.125928' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.127005"], ["attempts", 3], ["updated_at", "2016-10-23 22:29:03.127918"], ["id", 387]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:29:03.129817"], ["updated_at", "2016-10-23 22:29:03.130587"], ["id", 387]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:03.132110' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"60ad0c06-8cb9-4955-8910-fd80295a6fa6\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.135561"], ["updated_at", "2016-10-23 22:29:03.135561"]] [ActiveJob]  (0.3ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 60ad0c06-8cb9-4955-8910-fd80295a6fa6) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1272bbc7-189e-40a4-bbe3-e4c8de75a801\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.138333"], ["updated_at", "2016-10-23 22:29:03.138333"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1272bbc7-189e-40a4-bbe3-e4c8de75a801) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"ca0282cb-fa31-4f99-98b2-25758df89d5a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.141056"], ["updated_at", "2016-10-23 22:29:03.141056"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ca0282cb-fa31-4f99-98b2-25758df89d5a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"6386c89c-5a62-4969-bd82-55f1da66f199\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.143964"], ["updated_at", "2016-10-23 22:29:03.143964"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6386c89c-5a62-4969-bd82-55f1da66f199) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"85d7c6ed-2e63-4aa2-84c4-8b78532ce86f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.146277"], ["updated_at", "2016-10-23 22:29:03.146277"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 85d7c6ed-2e63-4aa2-84c4-8b78532ce86f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"41aabce0-4804-4b06-acf8-4c510476d7b9\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.148663"], ["updated_at", "2016-10-23 22:29:03.148663"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 41aabce0-4804-4b06-acf8-4c510476d7b9) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d6d04b02-cc06-4c63-960d-028744a60f61\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.150833"], ["updated_at", "2016-10-23 22:29:03.150833"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d6d04b02-cc06-4c63-960d-028744a60f61) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"44a6e526-3d48-47b0-82ca-37933cd22d34\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.152937"], ["updated_at", "2016-10-23 22:29:03.152937"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 44a6e526-3d48-47b0-82ca-37933cd22d34) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"789a3319-f179-4ac3-8607-3538270f2b4b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.155143"], ["updated_at", "2016-10-23 22:29:03.155143"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 789a3319-f179-4ac3-8607-3538270f2b4b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"cb2a1bc6-b371-4679-80b0-5fd47139693a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.157596"], ["updated_at", "2016-10-23 22:29:03.157596"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: cb2a1bc6-b371-4679-80b0-5fd47139693a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b95b0994-5fc4-4220-bff7-6b2f8177483d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.160040"], ["updated_at", "2016-10-23 22:29:03.160040"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b95b0994-5fc4-4220-bff7-6b2f8177483d) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8e74e177-a2ab-4adc-9be7-eecfe11e523e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.162204"], ["updated_at", "2016-10-23 22:29:03.162204"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8e74e177-a2ab-4adc-9be7-eecfe11e523e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"bbe4c5cc-1cea-461c-964b-c3c2a841741c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.164420"], ["updated_at", "2016-10-23 22:29:03.164420"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: bbe4c5cc-1cea-461c-964b-c3c2a841741c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"227383f2-ac77-4139-93e6-f02f22d9b6bc\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.166655"], ["updated_at", "2016-10-23 22:29:03.166655"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 227383f2-ac77-4139-93e6-f02f22d9b6bc) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"ebe22ce4-df89-47ab-a415-347e8d6ec899\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.168804"], ["updated_at", "2016-10-23 22:29:03.168804"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ebe22ce4-df89-47ab-a415-347e8d6ec899) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4427e743-be3a-4ff6-b224-6a50bcbbd659\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.171191"], ["updated_at", "2016-10-23 22:29:03.171191"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4427e743-be3a-4ff6-b224-6a50bcbbd659) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"232c2299-679d-4648-9049-a52966d58d61\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.173911"], ["updated_at", "2016-10-23 22:29:03.173911"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 232c2299-679d-4648-9049-a52966d58d61) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"acaf8c49-16d6-47a7-ab9c-e8b7ddd02263\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.176268"], ["updated_at", "2016-10-23 22:29:03.176268"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: acaf8c49-16d6-47a7-ab9c-e8b7ddd02263) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e385271e-d434-439f-98c3-00c4a5301bdc\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.178700"], ["updated_at", "2016-10-23 22:29:03.178700"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e385271e-d434-439f-98c3-00c4a5301bdc) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7e2987b0-2f83-472c-9c12-a2aa1ddfbfa7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.181210"], ["updated_at", "2016-10-23 22:29:03.181210"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7e2987b0-2f83-472c-9c12-a2aa1ddfbfa7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a34bbac5-2bdd-431e-84e2-922509fe1319\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.183388"], ["updated_at", "2016-10-23 22:29:03.183388"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a34bbac5-2bdd-431e-84e2-922509fe1319) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c6b87fa9-b408-4bb6-8468-bb2159205254\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.185580"], ["updated_at", "2016-10-23 22:29:03.185580"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c6b87fa9-b408-4bb6-8468-bb2159205254) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"99b5bf28-cd42-4a67-998b-d12a231b474f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.187714"], ["updated_at", "2016-10-23 22:29:03.187714"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 99b5bf28-cd42-4a67-998b-d12a231b474f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"cfc15de7-8a3e-4b2d-8e6a-3a488e0d919b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:03.190003"], ["updated_at", "2016-10-23 22:29:03.190003"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: cfc15de7-8a3e-4b2d-8e6a-3a488e0d919b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:03.191674' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.192906"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.193645"], ["id", 388]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af301fa_8e363fda1a83fa0c845d1@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.197932"], ["updated_at", "2016-10-23 22:29:03.198725"], ["id", 388]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.200257"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.201004"], ["id", 389]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af31f26_8e363fda1a83fa0c84673@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.205348"], ["updated_at", "2016-10-23 22:29:03.206142"], ["id", 389]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.207623"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.208321"], ["id", 390]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af33b3e_8e363fda1a83fa0c847c4@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.212544"], ["updated_at", "2016-10-23 22:29:03.213300"], ["id", 390]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.214745"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.215430"], ["id", 391]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af355c7_8e363fda1a83fa0c84880@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.219306"], ["updated_at", "2016-10-23 22:29:03.220030"], ["id", 391]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.221491"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.222233"], ["id", 392]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af37032_8e363fda1a83fa0c84928@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.226077"], ["updated_at", "2016-10-23 22:29:03.226844"], ["id", 392]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.228579"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.229379"], ["id", 393]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af38efa_8e363fda1a83fa0c850f7@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.233949"], ["updated_at", "2016-10-23 22:29:03.234747"], ["id", 393]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.236090"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.236804"], ["id", 394]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af3a918_8e363fda1a83fa0c851a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.240632"], ["updated_at", "2016-10-23 22:29:03.241452"], ["id", 394]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.242898"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.243637"], ["id", 395]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af3c3dd_8e363fda1a83fa0c8528@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.247487"], ["updated_at", "2016-10-23 22:29:03.248243"], ["id", 395]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.249640"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.250385"], ["id", 396]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af3ded0_8e363fda1a83fa0c8537a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.254402"], ["updated_at", "2016-10-23 22:29:03.255228"], ["id", 396]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.256644"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.257434"], ["id", 397]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af3faf6_8e363fda1a83fa0c85451@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.261765"], ["updated_at", "2016-10-23 22:29:03.262545"], ["id", 397]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.264046"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.264827"], ["id", 398]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af41874_8e363fda1a83fa0c855a5@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.269235"], ["updated_at", "2016-10-23 22:29:03.270035"], ["id", 398]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.271405"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.272123"], ["id", 399]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af43383_8e363fda1a83fa0c85685@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.276107"], ["updated_at", "2016-10-23 22:29:03.276873"], ["id", 399]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.278239"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.279028"], ["id", 400]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af44e23_8e363fda1a83fa0c857c2@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.282889"], ["updated_at", "2016-10-23 22:29:03.283618"], ["id", 400]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.285201"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.285950"], ["id", 401]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af46a09_8e363fda1a83fa0c858cb@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.290023"], ["updated_at", "2016-10-23 22:29:03.290876"], ["id", 401]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.292439"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.293230"], ["id", 402]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af48678_8e363fda1a83fa0c859a4@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.297319"], ["updated_at", "2016-10-23 22:29:03.298078"], ["id", 402]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.299430"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.300163"], ["id", 403]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af4a039_8e363fda1a83fa0c860a6@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.303897"], ["updated_at", "2016-10-23 22:29:03.304654"], ["id", 403]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.306000"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.306878"], ["id", 404]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af4bb1a_8e363fda1a83fa0c8613f@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.310934"], ["updated_at", "2016-10-23 22:29:03.312442"], ["id", 404]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.314620"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.315478"], ["id", 405]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af4df9d_8e363fda1a83fa0c8622e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.320162"], ["updated_at", "2016-10-23 22:29:03.321060"], ["id", 405]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.322675"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.323728"], ["id", 406]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af4ff13_8e363fda1a83fa0c86366@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.328245"], ["updated_at", "2016-10-23 22:29:03.329147"], ["id", 406]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.330548"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.331320"], ["id", 407]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af51c6f_8e363fda1a83fa0c864e1@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.335707"], ["updated_at", "2016-10-23 22:29:03.336474"], ["id", 407]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "updated_at" = $2 WHERE "sidejobs"."id" = $3 [["status", "processing"], ["updated_at", "2016-10-23 22:29:03.341360"], ["id", 411]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:03.343024' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.343930"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.344646"], ["id", 408]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af5505f_8e363fda1a83fa0c8653@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.349161"], ["updated_at", "2016-10-23 22:29:03.350255"], ["id", 408]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.352340"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.353503"], ["id", 409]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af57582_8e363fda1a83fa0c86688@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.358682"], ["updated_at", "2016-10-23 22:29:03.359876"], ["id", 409]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:03.362390"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:03.363262"], ["id", 410]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:29:03 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39af5978b_8e363fda1a83fa0c8676d@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:03.367271"], ["updated_at", "2016-10-23 22:29:03.368038"], ["id", 410]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5bdbb9ef-f603-4d7d-a323-2bfd462cd3be\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.351634"], ["updated_at", "2016-10-23 22:29:54.351634"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5bdbb9ef-f603-4d7d-a323-2bfd462cd3be) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"9b847a93-bfd9-47db-b5fd-ddfd6880f5fb\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.358203"], ["updated_at", "2016-10-23 22:29:54.358203"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9b847a93-bfd9-47db-b5fd-ddfd6880f5fb) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.4ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"196715ca-eef6-4873-b046-5686e970bd82\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.365080"], ["updated_at", "2016-10-23 22:29:54.365080"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 196715ca-eef6-4873-b046-5686e970bd82) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"74f88b7c-358c-446b-aca6-b0222c31a054\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.369410"], ["updated_at", "2016-10-23 22:29:54.369410"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 74f88b7c-358c-446b-aca6-b0222c31a054) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"6765525e-6f11-499a-b533-c8a990952974\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.371714"], ["updated_at", "2016-10-23 22:29:54.371714"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6765525e-6f11-499a-b533-c8a990952974) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7d920daf-11c3-4584-afd4-d4f83e0b2397\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.374166"], ["updated_at", "2016-10-23 22:29:54.374166"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7d920daf-11c3-4584-afd4-d4f83e0b2397) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c01129ee-6f59-4dda-9474-7176aea32201\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.376575"], ["updated_at", "2016-10-23 22:29:54.376575"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c01129ee-6f59-4dda-9474-7176aea32201) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"dd98ab6c-1649-45d6-9f92-0923f7492ba6\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.379036"], ["updated_at", "2016-10-23 22:29:54.379036"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: dd98ab6c-1649-45d6-9f92-0923f7492ba6) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fb9df8da-440a-47ab-989c-34c6ca603b31\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.381467"], ["updated_at", "2016-10-23 22:29:54.381467"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fb9df8da-440a-47ab-989c-34c6ca603b31) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"388c104d-9267-422c-9f55-55fd042bcb61\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.384034"], ["updated_at", "2016-10-23 22:29:54.384034"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 388c104d-9267-422c-9f55-55fd042bcb61) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"78df47fa-1e9c-4706-b20d-90f5b9513945\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.386494"], ["updated_at", "2016-10-23 22:29:54.386494"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 78df47fa-1e9c-4706-b20d-90f5b9513945) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8eb4ad36-4f1c-4f8d-b334-7c817fef414f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.389147"], ["updated_at", "2016-10-23 22:29:54.389147"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8eb4ad36-4f1c-4f8d-b334-7c817fef414f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"87e73551-f246-4add-a358-f7f8a62e9439\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.391540"], ["updated_at", "2016-10-23 22:29:54.391540"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 87e73551-f246-4add-a358-f7f8a62e9439) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0cd6726e-0e34-4fa5-87e9-7f4688026e59\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.393813"], ["updated_at", "2016-10-23 22:29:54.393813"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0cd6726e-0e34-4fa5-87e9-7f4688026e59) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"df72cbbe-1338-488c-9812-0e7e051f9b5c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.396279"], ["updated_at", "2016-10-23 22:29:54.396279"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: df72cbbe-1338-488c-9812-0e7e051f9b5c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"cbe693f2-19c0-4740-8e92-5ca248cd49f1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.399074"], ["updated_at", "2016-10-23 22:29:54.399074"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: cbe693f2-19c0-4740-8e92-5ca248cd49f1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5287452c-9936-4ab9-9ee8-e118719ccd5f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.401747"], ["updated_at", "2016-10-23 22:29:54.401747"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5287452c-9936-4ab9-9ee8-e118719ccd5f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9393adbc-f535-453e-9311-d74e5e3373da\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.404226"], ["updated_at", "2016-10-23 22:29:54.404226"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9393adbc-f535-453e-9311-d74e5e3373da) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"df7e4d84-80f6-4c8d-b1fe-beab62b82c9c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.406720"], ["updated_at", "2016-10-23 22:29:54.406720"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: df7e4d84-80f6-4c8d-b1fe-beab62b82c9c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1ef708cf-91f9-4a0d-808e-5e9026ba8519\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.409338"], ["updated_at", "2016-10-23 22:29:54.409338"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1ef708cf-91f9-4a0d-808e-5e9026ba8519) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9973811e-c926-4847-9329-a270161cc03e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.411759"], ["updated_at", "2016-10-23 22:29:54.411759"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9973811e-c926-4847-9329-a270161cc03e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4f448a98-52a9-49b6-b2b7-2b2c6530f7ab\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.414367"], ["updated_at", "2016-10-23 22:29:54.414367"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4f448a98-52a9-49b6-b2b7-2b2c6530f7ab) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e9ae77c4-fc55-46ea-ad4d-389b9df7882d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.416999"], ["updated_at", "2016-10-23 22:29:54.416999"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e9ae77c4-fc55-46ea-ad4d-389b9df7882d) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"975bb851-aa0e-4212-8f31-1056651a0e75\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.419742"], ["updated_at", "2016-10-23 22:29:54.419742"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 975bb851-aa0e-4212-8f31-1056651a0e75) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:54.424907' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.429668"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.430607"], ["id", 412]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (1.2ms) UserMailer#invite: processed outbound mail in 156.6ms Sent mail to test@mail.com (5.3ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2923e7_8e633feed643f9f415051@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.601401"], ["updated_at", "2016-10-23 22:29:54.602502"], ["id", 412]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.604365"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.605208"], ["id", 413]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e294c0a_8e633feed643f9f4151b4@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.610117"], ["updated_at", "2016-10-23 22:29:54.611058"], ["id", 413]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.612800"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.613600"], ["id", 414]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e296c86_8e633feed643f9f4152da@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.618388"], ["updated_at", "2016-10-23 22:29:54.619307"], ["id", 414]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.620927"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.621720"], ["id", 415]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e298b12_8e633feed643f9f4153c6@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.626224"], ["updated_at", "2016-10-23 22:29:54.627186"], ["id", 415]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.628774"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.629547"], ["id", 416]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.1ms) UserMailer#invite: processed outbound mail in 1.6ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e29b189_8e633feed643f9f4154d8@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.636228"], ["updated_at", "2016-10-23 22:29:54.637235"], ["id", 416]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.638717"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.639514"], ["id", 417]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e29cee8_8e633feed643f9f415540@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.643548"], ["updated_at", "2016-10-23 22:29:54.644342"], ["id", 417]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.645814"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.646499"], ["id", 418]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e29eb27_8e633feed643f9f4156d1@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.650728"], ["updated_at", "2016-10-23 22:29:54.651681"], ["id", 418]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.653238"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.654060"], ["id", 419]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2a0769_8e633feed643f9f4157ea@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.658044"], ["updated_at", "2016-10-23 22:29:54.658943"], ["id", 419]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.660614"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.661429"], ["id", 420]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 2.1ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2a2ab9_8e633feed643f9f41583a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.667105"], ["updated_at", "2016-10-23 22:29:54.668053"], ["id", 420]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.669507"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.670222"], ["id", 421]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2a4723_8e633feed643f9f41599b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.674305"], ["updated_at", "2016-10-23 22:29:54.675179"], ["id", 421]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.676582"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.677342"], ["id", 422]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2a6243_8e633feed643f9f416099@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.681256"], ["updated_at", "2016-10-23 22:29:54.682447"], ["id", 422]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.684303"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.685094"], ["id", 423]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2a8262_8e633feed643f9f41615a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.689464"], ["updated_at", "2016-10-23 22:29:54.690301"], ["id", 423]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.691680"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.692408"], ["id", 424]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.0ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2a9ff9_8e633feed643f9f41623a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.697027"], ["updated_at", "2016-10-23 22:29:54.697839"], ["id", 424]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.699343"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.700248"], ["id", 425]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2abdb8_8e633feed643f9f41638b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.704644"], ["updated_at", "2016-10-23 22:29:54.705676"], ["id", 425]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.707122"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.707939"], ["id", 426]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.1ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2adcde_8e633feed643f9f41642e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.712623"], ["updated_at", "2016-10-23 22:29:54.713487"], ["id", 426]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.714969"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.715739"], ["id", 427]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.0ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2afb5f_8e633feed643f9f416524@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.720458"], ["updated_at", "2016-10-23 22:29:54.721375"], ["id", 427]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.722881"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.723663"], ["id", 428]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2b1781_8e633feed643f9f4166b2@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.727660"], ["updated_at", "2016-10-23 22:29:54.728528"], ["id", 428]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.729926"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.730649"], ["id", 429]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2b33f7_8e633feed643f9f4167b5@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.734985"], ["updated_at", "2016-10-23 22:29:54.735875"], ["id", 429]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.737399"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.738193"], ["id", 430]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2b51ae_8e633feed643f9f4168e9@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.742541"], ["updated_at", "2016-10-23 22:29:54.743414"], ["id", 430]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.744811"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.745672"], ["id", 431]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2b6e4f_8e633feed643f9f416998@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.749987"], ["updated_at", "2016-10-23 22:29:54.750965"], ["id", 431]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "updated_at" = $2 WHERE "sidejobs"."id" = $3 [["status", "processing"], ["updated_at", "2016-10-23 22:29:54.756010"], ["id", 435]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:54.757804' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.758664"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.759396"], ["id", 432]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2ba3bc_8e633feed643f9f417056@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.763687"], ["updated_at", "2016-10-23 22:29:54.764600"], ["id", 432]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.766997"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.768171"], ["id", 433]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.6ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2bcbae_8e633feed643f9f4171f1@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.774108"], ["updated_at", "2016-10-23 22:29:54.775191"], ["id", 433]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.776888"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.777674"], ["id", 434]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2bebdd_8e633feed643f9f417287@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.782060"], ["updated_at", "2016-10-23 22:29:54.782979"], ["id", 434]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"b5f47289-3db6-4dd9-829f-cab53c36a7a3\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:29:54.788628"], ["updated_at", "2016-10-23 22:29:54.788628"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: b5f47289-3db6-4dd9-829f-cab53c36a7a3) to Sidejobs(default) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:54.790311' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.791385"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.792112"], ["id", 436]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 22:29:54.793867"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 22:29:54.794574"], ["id", 436]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:54.796183' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.797017"], ["attempts", 2], ["updated_at", "2016-10-23 22:29:54.797823"], ["id", 436]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:29:54.799661"], ["updated_at", "2016-10-23 22:29:54.800414"], ["id", 436]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:54.802098' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.802979"], ["attempts", 3], ["updated_at", "2016-10-23 22:29:54.803748"], ["id", 436]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 22:29:54.805419"], ["updated_at", "2016-10-23 22:29:54.806114"], ["id", 436]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:54.807852' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.2ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a8ce9918-81a6-4571-8d93-219bfc43abe0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:29:54.811086"], ["updated_at", "2016-10-23 22:29:54.811086"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a8ce9918-81a6-4571-8d93-219bfc43abe0) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:54.812716' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 22:29:54.813531"], ["attempts", 1], ["updated_at", "2016-10-23 22:29:54.814254"], ["id", 437]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 19:29:54 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d39e2c7b11_8e633feed643f9f4173a7@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 22:29:54.818698"], ["updated_at", "2016-10-23 22:29:54.819617"], ["id", 437]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (9.0ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:54.910796' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (2.9ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 22:29:58.905953' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) BEGIN ------------------------ DaemonTest: test_pulling ------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ----------------------- QueueTest: test_enqueue ----------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.7ms) 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\":\"d7b5fd65-779c-4b09-9651-069a950cd1b8\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 22:30:18.913915"], ["updated_at", "2016-10-23 22:30:18.913915"]] [ActiveJob]  (0.4ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d7b5fd65-779c-4b09-9651-069a950cd1b8) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"049d0ab8-a11d-4ebc-bcc7-850b231749a9\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 22:30:18.922734"], ["updated_at", "2016-10-23 22:30:18.922734"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 049d0ab8-a11d-4ebc-bcc7-850b231749a9) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"9323e8a2-b852-4fa6-b2f5-1c891e9747a7\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 22:30:18.926813"], ["updated_at", "2016-10-23 22:30:18.926813"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 9323e8a2-b852-4fa6-b2f5-1c891e9747a7) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"ffbf69be-23d4-46a7-8921-9c5f5428e538\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 22:30:18.931075"], ["updated_at", "2016-10-23 22:30:18.931075"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: ffbf69be-23d4-46a7-8921-9c5f5428e538) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"4bc62513-7a67-4e49-b1b0-438a5113dd6d\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 22:30:18.935470"], ["updated_at", "2016-10-23 22:30:18.935470"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 4bc62513-7a67-4e49-b1b0-438a5113dd6d) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"91961b69-6b1b-45f8-882e-ec36e786c332\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 08:30:18.938025"], ["created_at", "2016-10-23 22:30:18.939071"], ["updated_at", "2016-10-23 22:30:18.939071"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 91961b69-6b1b-45f8-882e-ec36e786c332) to Sidejobs(mailers) at 2016-10-24 08:30:18 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"12da8f8b-5331-4a87-85cd-c15e63f48cbe\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 08:30:18.938025"], ["created_at", "2016-10-23 22:30:18.943112"], ["updated_at", "2016-10-23 22:30:18.943112"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 12da8f8b-5331-4a87-85cd-c15e63f48cbe) to Sidejobs(high_priority) at 2016-10-24 08:30:18 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"b1597227-b898-4aed-9251-0fc2734fbf52\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 08:30:18.938025"], ["created_at", "2016-10-23 22:30:18.946541"], ["updated_at", "2016-10-23 22:30:18.946541"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: b1597227-b898-4aed-9251-0fc2734fbf52) to Sidejobs(default) at 2016-10-24 08:30:18 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"3b4df620-8ccf-49ae-b8b6-089190bf5100\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 08:30:18.938025"], ["created_at", "2016-10-23 22:30:18.949990"], ["updated_at", "2016-10-23 22:30:18.949990"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 3b4df620-8ccf-49ae-b8b6-089190bf5100) to Sidejobs(low_priority) at 2016-10-24 08:30:18 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"572cbfb9-8c4c-4248-9f84-92b0078107b7\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 08:30:18.938025"], ["created_at", "2016-10-23 22:30:18.953507"], ["updated_at", "2016-10-23 22:30:18.953507"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 572cbfb9-8c4c-4248-9f84-92b0078107b7) to Sidejobs(other) at 2016-10-24 08:30:18 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.7ms) 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\":\"e6489500-c7b0-496a-aa09-3e039c025207\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.647332"], ["updated_at", "2016-10-23 23:22:43.647332"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e6489500-c7b0-496a-aa09-3e039c025207) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:22:43.654841' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.659336"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.660431"], ["id", 448]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.9ms) UserMailer#invite: processed outbound mail in 158.2ms Sent mail to test@mail.com (6.1ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643cbcbd_92433fd55703fa0428ad@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.836904"], ["updated_at", "2016-10-23 23:22:43.837964"], ["id", 448]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"083f4b50-6b9b-4caa-b3e6-58adaa204d78\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.842854"], ["updated_at", "2016-10-23 23:22:43.842854"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 083f4b50-6b9b-4caa-b3e6-58adaa204d78) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"af58739d-bb29-406f-ab38-34b67561fa0e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.845412"], ["updated_at", "2016-10-23 23:22:43.845412"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: af58739d-bb29-406f-ab38-34b67561fa0e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4cc4836c-3784-4725-bf67-c784e4fafea9\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.847973"], ["updated_at", "2016-10-23 23:22:43.847973"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4cc4836c-3784-4725-bf67-c784e4fafea9) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"dbb344ae-be19-46ac-a425-d25b340c0615\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.850135"], ["updated_at", "2016-10-23 23:22:43.850135"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: dbb344ae-be19-46ac-a425-d25b340c0615) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"2bd7a020-ce20-4caa-8d78-16e6c18333d0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.852518"], ["updated_at", "2016-10-23 23:22:43.852518"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2bd7a020-ce20-4caa-8d78-16e6c18333d0) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"db9f1eb4-bd13-4de6-8a17-00631065fd7f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.854750"], ["updated_at", "2016-10-23 23:22:43.854750"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: db9f1eb4-bd13-4de6-8a17-00631065fd7f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"92a6c85b-ae82-465b-9f79-2036a386ffce\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.858105"], ["updated_at", "2016-10-23 23:22:43.858105"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 92a6c85b-ae82-465b-9f79-2036a386ffce) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9b486e2d-8748-40ab-a1d0-9a7fabc87fde\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.861565"], ["updated_at", "2016-10-23 23:22:43.861565"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9b486e2d-8748-40ab-a1d0-9a7fabc87fde) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b3cebb6a-9ee5-48b5-a8fd-e1edd101485b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.863891"], ["updated_at", "2016-10-23 23:22:43.863891"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b3cebb6a-9ee5-48b5-a8fd-e1edd101485b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0ebcaa1a-d604-42cb-916b-52b945132108\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.866392"], ["updated_at", "2016-10-23 23:22:43.866392"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0ebcaa1a-d604-42cb-916b-52b945132108) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e1b81748-8205-416b-a2ce-bed047c02ac7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.868853"], ["updated_at", "2016-10-23 23:22:43.868853"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e1b81748-8205-416b-a2ce-bed047c02ac7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"140d8c92-b0e8-43b2-915b-0fa129631634\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.871107"], ["updated_at", "2016-10-23 23:22:43.871107"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 140d8c92-b0e8-43b2-915b-0fa129631634) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"3b0af68f-0b29-41d3-8f44-20f7eec2afa7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.873327"], ["updated_at", "2016-10-23 23:22:43.873327"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3b0af68f-0b29-41d3-8f44-20f7eec2afa7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"74a90ef5-1ca7-4af2-a3fb-796925b2814e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.875740"], ["updated_at", "2016-10-23 23:22:43.875740"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 74a90ef5-1ca7-4af2-a3fb-796925b2814e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"17b9421c-0f29-4c43-8705-e4a891ebf36b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.878491"], ["updated_at", "2016-10-23 23:22:43.878491"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 17b9421c-0f29-4c43-8705-e4a891ebf36b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b4af5eec-021f-486e-968a-eda2e67d5ac4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.881048"], ["updated_at", "2016-10-23 23:22:43.881048"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b4af5eec-021f-486e-968a-eda2e67d5ac4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9541f1af-9709-4cd4-935c-fe1091060874\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.883386"], ["updated_at", "2016-10-23 23:22:43.883386"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9541f1af-9709-4cd4-935c-fe1091060874) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7e3ab5f4-ba48-4d47-a2fa-3a1ee846eac4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.885685"], ["updated_at", "2016-10-23 23:22:43.885685"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7e3ab5f4-ba48-4d47-a2fa-3a1ee846eac4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f82a4008-9d87-41b8-988f-4e01b664acb9\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.887882"], ["updated_at", "2016-10-23 23:22:43.887882"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f82a4008-9d87-41b8-988f-4e01b664acb9) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5a82702e-607f-4e91-9625-c9d1e712ac32\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.890131"], ["updated_at", "2016-10-23 23:22:43.890131"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5a82702e-607f-4e91-9625-c9d1e712ac32) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"6fb8b584-c412-4dd7-893c-8a3730504945\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.892485"], ["updated_at", "2016-10-23 23:22:43.892485"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6fb8b584-c412-4dd7-893c-8a3730504945) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5d9f1a6d-46be-4f43-a6dc-12896081807e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.894719"], ["updated_at", "2016-10-23 23:22:43.894719"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5d9f1a6d-46be-4f43-a6dc-12896081807e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d6c52fd5-4315-42f5-9aca-6554d1ab2096\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.897010"], ["updated_at", "2016-10-23 23:22:43.897010"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d6c52fd5-4315-42f5-9aca-6554d1ab2096) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"90410a33-13fb-4966-833d-441421738052\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:43.899108"], ["updated_at", "2016-10-23 23:22:43.899108"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 90410a33-13fb-4966-833d-441421738052) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:22:43.900645' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.901912"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.902619"], ["id", 449]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643dd340_92433fd55703fa0429a3@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.906822"], ["updated_at", "2016-10-23 23:22:43.907624"], ["id", 449]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.909064"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.909716"], ["id", 450]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643dee02_92433fd55703fa043016@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.913621"], ["updated_at", "2016-10-23 23:22:43.914360"], ["id", 450]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.915883"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.916704"], ["id", 451]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643e0a2d_92433fd55703fa04319f@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.920851"], ["updated_at", "2016-10-23 23:22:43.921594"], ["id", 451]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.923042"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.923743"], ["id", 452]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.0ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643e2632_92433fd55703fa043250@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.928056"], ["updated_at", "2016-10-23 23:22:43.928820"], ["id", 452]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.930208"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.930862"], ["id", 453]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643e4068_92433fd55703fa043350@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.934708"], ["updated_at", "2016-10-23 23:22:43.935424"], ["id", 453]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.936949"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.937619"], ["id", 454]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643e5a51_92433fd55703fa043449@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.941356"], ["updated_at", "2016-10-23 23:22:43.942055"], ["id", 454]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.943387"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.944115"], ["id", 455]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643e73a9_92433fd55703fa043575@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.947869"], ["updated_at", "2016-10-23 23:22:43.948591"], ["id", 455]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.950074"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.951104"], ["id", 456]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643e8fe6_92433fd55703fa043639@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.955067"], ["updated_at", "2016-10-23 23:22:43.955799"], ["id", 456]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.957342"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.958057"], ["id", 457]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643eab10_92433fd55703fa0437f0@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.962029"], ["updated_at", "2016-10-23 23:22:43.962755"], ["id", 457]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.964061"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.964862"], ["id", 458]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643ec4c3_92433fd55703fa0438c0@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.968614"], ["updated_at", "2016-10-23 23:22:43.969330"], ["id", 458]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.970596"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.971475"], ["id", 459]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643edf54_92433fd55703fa0439ce@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.975407"], ["updated_at", "2016-10-23 23:22:43.976144"], ["id", 459]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.977662"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.978351"], ["id", 460]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643efa2c_92433fd55703fa044015@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.982353"], ["updated_at", "2016-10-23 23:22:43.983159"], ["id", 460]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.984724"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.985582"], ["id", 461]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643f1949_92433fd55703fa0441f7@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.990449"], ["updated_at", "2016-10-23 23:22:43.991408"], ["id", 461]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:43.993035"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:43.993849"], ["id", 462]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.6ms) Date: Sun, 23 Oct 2016 20:22:43 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4643f3a61_92433fd55703fa044247@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:43.998897"], ["updated_at", "2016-10-23 23:22:43.999914"], ["id", 462]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:44.001544"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:44.002460"], ["id", 463]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.7ms) Date: Sun, 23 Oct 2016 20:22:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d464417d3_92433fd55703fa044359@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:44.007355"], ["updated_at", "2016-10-23 23:22:44.008326"], ["id", 463]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:44.010208"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:44.011079"], ["id", 464]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:22:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46443989_92433fd55703fa0444f5@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:44.015562"], ["updated_at", "2016-10-23 23:22:44.016421"], ["id", 464]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:44.018138"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:44.018977"], ["id", 465]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:22:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46445942_92433fd55703fa044589@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:44.023714"], ["updated_at", "2016-10-23 23:22:44.024581"], ["id", 465]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:44.026339"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:44.027144"], ["id", 466]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.1ms) UserMailer#invite: processed outbound mail in 1.2ms Sent mail to test@mail.com (2.0ms) Date: Sun, 23 Oct 2016 20:22:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46447ca5_92433fd55703fa04467c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:44.033141"], ["updated_at", "2016-10-23 23:22:44.034146"], ["id", 466]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:44.035710"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:44.036548"], ["id", 467]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:22:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46449b7f_92433fd55703fa04476a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:44.040566"], ["updated_at", "2016-10-23 23:22:44.041305"], ["id", 467]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:44.042700"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:44.043449"], ["id", 468]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:22:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4644b582_92433fd55703fa0448ec@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:44.047277"], ["updated_at", "2016-10-23 23:22:44.048012"], ["id", 468]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:22:44.053836' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:44.055127"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:44.055939"], ["id", 469]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:22:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4644e778_92433fd55703fa0449d8@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:44.060036"], ["updated_at", "2016-10-23 23:22:44.060762"], ["id", 469]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:44.062189"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:44.063153"], ["id", 470]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:22:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4644102cd_92433fd55703fa045095@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:44.066984"], ["updated_at", "2016-10-23 23:22:44.067724"], ["id", 470]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:44.069122"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:44.069867"], ["id", 471]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:22:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d464411ca6_92433fd55703fa0451a8@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:44.073591"], ["updated_at", "2016-10-23 23:22:44.074297"], ["id", 471]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:44.075591"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:44.076231"], ["id", 472]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 20:22:44 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46441368d_92433fd55703fa0452d1@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:22:44.080232"], ["updated_at", "2016-10-23 23:22:44.081112"], ["id", 472]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"a94229b4-f160-42cb-a0c1-99fb8f1e9946\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 23:22:44.085597"], ["updated_at", "2016-10-23 23:22:44.085597"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: a94229b4-f160-42cb-a0c1-99fb8f1e9946) to Sidejobs(default) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:22:44.087145' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:44.088022"], ["attempts", 1], ["updated_at", "2016-10-23 23:22:44.088665"], ["id", 473]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 23:22:44.090332"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 23:22:44.091023"], ["id", 473]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:22:44.092559' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:44.093411"], ["attempts", 2], ["updated_at", "2016-10-23 23:22:44.094149"], ["id", 473]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 23:22:44.096014"], ["updated_at", "2016-10-23 23:22:44.096686"], ["id", 473]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:22:44.098271' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:22:44.099156"], ["attempts", 3], ["updated_at", "2016-10-23 23:22:44.099865"], ["id", 473]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 23:22:44.101413"], ["updated_at", "2016-10-23 23:22:44.102110"], ["id", 473]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:22:44.103519' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- QueueTest: test_enqueue ----------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f257b91a-e065-4174-9bef-41a3cab552ab\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:22:44.113664"], ["updated_at", "2016-10-23 23:22:44.113664"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f257b91a-e065-4174-9bef-41a3cab552ab) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"60f39155-9a66-4271-a65d-b2eb4a1b8daa\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 23:22:44.118744"], ["updated_at", "2016-10-23 23:22:44.118744"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 60f39155-9a66-4271-a65d-b2eb4a1b8daa) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"3f14996a-e6d3-4e88-a385-6b0a18be0723\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 23:22:44.123740"], ["updated_at", "2016-10-23 23:22:44.123740"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 3f14996a-e6d3-4e88-a385-6b0a18be0723) to Sidejobs(default) Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"b4e5ad30-818d-4d41-82fa-1562cbed8d5d\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 23:22:44.129742"], ["updated_at", "2016-10-23 23:22:44.129742"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: b4e5ad30-818d-4d41-82fa-1562cbed8d5d) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"474b4d4c-7ff5-4d85-8603-be47014931bf\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 23:22:44.134022"], ["updated_at", "2016-10-23 23:22:44.134022"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 474b4d4c-7ff5-4d85-8603-be47014931bf) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"61af468e-cce0-4ce4-8d97-917e98373cd0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 09:22:44.136734"], ["created_at", "2016-10-23 23:22:44.137901"], ["updated_at", "2016-10-23 23:22:44.137901"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 61af468e-cce0-4ce4-8d97-917e98373cd0) to Sidejobs(mailers) at 2016-10-24 09:22:44 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.7ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"9d287e60-07e4-418d-9647-496c3feca36f\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 09:22:44.136734"], ["created_at", "2016-10-23 23:22:44.145025"], ["updated_at", "2016-10-23 23:22:44.145025"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 9d287e60-07e4-418d-9647-496c3feca36f) to Sidejobs(high_priority) at 2016-10-24 09:22:44 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"8afa63ec-be91-4e70-91db-95b133140ec9\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 09:22:44.136734"], ["created_at", "2016-10-23 23:22:44.149442"], ["updated_at", "2016-10-23 23:22:44.149442"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 8afa63ec-be91-4e70-91db-95b133140ec9) to Sidejobs(default) at 2016-10-24 09:22:44 UTC Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"2e68b84b-926c-42b1-b50a-dde5a0f6b916\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 09:22:44.136734"], ["created_at", "2016-10-23 23:22:44.152372"], ["updated_at", "2016-10-23 23:22:44.152372"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 2e68b84b-926c-42b1-b50a-dde5a0f6b916) to Sidejobs(low_priority) at 2016-10-24 09:22:44 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"7ed013ae-68ae-48db-ac03-d0ec4c8d1d2d\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 09:22:44.136734"], ["created_at", "2016-10-23 23:22:44.155272"], ["updated_at", "2016-10-23 23:22:44.155272"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 7ed013ae-68ae-48db-ac03-d0ec4c8d1d2d) to Sidejobs(other) at 2016-10-24 09:22:44 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_pulling ------------------------  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ----------------------- QueueTest: test_enqueue ----------------------- [ActiveJob]  (3.9ms) SAVEPOINT active_record_1 [ActiveJob] SQL (1.0ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8d91e88e-2290-4dd1-8f80-007d5bb21ad9\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:23:59.916621"], ["updated_at", "2016-10-23 23:23:59.916621"]] [ActiveJob]  (0.3ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8d91e88e-2290-4dd1-8f80-007d5bb21ad9) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"cfc37022-4be7-4933-9343-ab0663d5e1e0\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 23:23:59.931512"], ["updated_at", "2016-10-23 23:23:59.931512"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: cfc37022-4be7-4933-9343-ab0663d5e1e0) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"bfdf6adb-128d-4c22-bed6-cee4ef7dcfa5\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 23:23:59.935987"], ["updated_at", "2016-10-23 23:23:59.935987"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: bfdf6adb-128d-4c22-bed6-cee4ef7dcfa5) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"d94a9416-e004-4693-b23f-26283c9df843\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 23:23:59.940874"], ["updated_at", "2016-10-23 23:23:59.940874"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: d94a9416-e004-4693-b23f-26283c9df843) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"ec852fae-13a9-4538-96a4-2ebb4d44dccd\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 23:23:59.945240"], ["updated_at", "2016-10-23 23:23:59.945240"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: ec852fae-13a9-4538-96a4-2ebb4d44dccd) to Sidejobs(other) Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a5506e13-9450-4da8-8cbb-1911b6c4c653\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 09:23:59.947986"], ["created_at", "2016-10-23 23:23:59.949086"], ["updated_at", "2016-10-23 23:23:59.949086"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a5506e13-9450-4da8-8cbb-1911b6c4c653) to Sidejobs(mailers) at 2016-10-24 09:23:59 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"7dfc1647-f665-4d8a-aec6-7ee6be0f1e2f\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 09:23:59.947986"], ["created_at", "2016-10-23 23:23:59.953567"], ["updated_at", "2016-10-23 23:23:59.953567"]] [ActiveJob]  (0.4ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 7dfc1647-f665-4d8a-aec6-7ee6be0f1e2f) to Sidejobs(high_priority) at 2016-10-24 09:23:59 UTC Sidejobs::Job Load (0.7ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"65c311f0-9b5b-4037-803a-77dc5ef2fff1\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 09:23:59.947986"], ["created_at", "2016-10-23 23:23:59.964397"], ["updated_at", "2016-10-23 23:23:59.964397"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 65c311f0-9b5b-4037-803a-77dc5ef2fff1) to Sidejobs(default) at 2016-10-24 09:23:59 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"6f4d3c84-5d7a-4232-bb99-a070d3cd1b5d\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 09:23:59.947986"], ["created_at", "2016-10-23 23:23:59.968070"], ["updated_at", "2016-10-23 23:23:59.968070"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 6f4d3c84-5d7a-4232-bb99-a070d3cd1b5d) to Sidejobs(low_priority) at 2016-10-24 09:23:59 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"a33f2845-65b7-4336-b636-b264e0603eeb\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 09:23:59.947986"], ["created_at", "2016-10-23 23:23:59.971424"], ["updated_at", "2016-10-23 23:23:59.971424"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: a33f2845-65b7-4336-b636-b264e0603eeb) to Sidejobs(other) at 2016-10-24 09:23:59 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (9.9ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:00.154662' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (1.2ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:04.166923' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.3ms) BEGIN ------------------------ DaemonTest: test_pulling ------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.7ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"f27c7f49-3100-46f0-b45c-f8d312cfc04e\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 23:24:24.170718"], ["updated_at", "2016-10-23 23:24:24.170718"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: f27c7f49-3100-46f0-b45c-f8d312cfc04e) to Sidejobs(default) Sidejobs::Job Load (1.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:24.176092' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.178509"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.179502"], ["id", 494]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 23:24:24.186988"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 23:24:24.187982"], ["id", 494]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:24.189882' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.190927"], ["attempts", 2], ["updated_at", "2016-10-23 23:24:24.191787"], ["id", 494]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 23:24:24.193795"], ["updated_at", "2016-10-23 23:24:24.194854"], ["id", 494]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:24.196842' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.198048"], ["attempts", 3], ["updated_at", "2016-10-23 23:24:24.198924"], ["id", 494]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 23:24:24.200867"], ["updated_at", "2016-10-23 23:24:24.201717"], ["id", 494]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:24.203672' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c5ac1276-d3a9-4334-b079-453206d3452d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.207729"], ["updated_at", "2016-10-23 23:24:24.207729"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c5ac1276-d3a9-4334-b079-453206d3452d) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"aebcd86d-bbcf-4ef1-be28-c72c6419f59c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.210424"], ["updated_at", "2016-10-23 23:24:24.210424"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: aebcd86d-bbcf-4ef1-be28-c72c6419f59c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"6a7bb35e-b341-40b0-8294-76c24969849f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.212905"], ["updated_at", "2016-10-23 23:24:24.212905"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6a7bb35e-b341-40b0-8294-76c24969849f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"6bb5fdc2-8d2b-4ebe-a163-8f31c93c4004\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.215385"], ["updated_at", "2016-10-23 23:24:24.215385"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6bb5fdc2-8d2b-4ebe-a163-8f31c93c4004) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"da8b6043-37e9-4222-9f9c-5a831936fdc0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.217908"], ["updated_at", "2016-10-23 23:24:24.217908"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: da8b6043-37e9-4222-9f9c-5a831936fdc0) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0cf73c3c-99ff-46f6-a6ae-15424d382e21\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.220460"], ["updated_at", "2016-10-23 23:24:24.220460"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0cf73c3c-99ff-46f6-a6ae-15424d382e21) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"2ac44182-8cbd-4402-bd3e-ce510bf507c4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.223052"], ["updated_at", "2016-10-23 23:24:24.223052"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2ac44182-8cbd-4402-bd3e-ce510bf507c4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"863db7eb-ed8f-4936-97d6-e107fced566c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.225512"], ["updated_at", "2016-10-23 23:24:24.225512"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 863db7eb-ed8f-4936-97d6-e107fced566c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"68a6cd33-4460-48c8-90b9-3c59c4e7decb\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.228237"], ["updated_at", "2016-10-23 23:24:24.228237"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 68a6cd33-4460-48c8-90b9-3c59c4e7decb) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"cc3e8140-6ea5-43c1-85c8-0e51c94950c2\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.230881"], ["updated_at", "2016-10-23 23:24:24.230881"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: cc3e8140-6ea5-43c1-85c8-0e51c94950c2) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c06041de-168a-4ff4-9ab1-79525889a6df\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.233169"], ["updated_at", "2016-10-23 23:24:24.233169"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c06041de-168a-4ff4-9ab1-79525889a6df) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"748ec7d4-ff67-4abe-90aa-6c34ecf90d8b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.235632"], ["updated_at", "2016-10-23 23:24:24.235632"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 748ec7d4-ff67-4abe-90aa-6c34ecf90d8b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5baddd8d-1458-4026-b4b8-0d164d8ef789\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.238398"], ["updated_at", "2016-10-23 23:24:24.238398"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5baddd8d-1458-4026-b4b8-0d164d8ef789) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"3abcd2d1-7bd8-41c2-a404-0a7472bc7afd\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.241168"], ["updated_at", "2016-10-23 23:24:24.241168"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3abcd2d1-7bd8-41c2-a404-0a7472bc7afd) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1889ddc8-0e7a-4372-97e5-9abf63a80057\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.244091"], ["updated_at", "2016-10-23 23:24:24.244091"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1889ddc8-0e7a-4372-97e5-9abf63a80057) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a2b698bb-4e74-4579-a7c8-423391d0401b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.246451"], ["updated_at", "2016-10-23 23:24:24.246451"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a2b698bb-4e74-4579-a7c8-423391d0401b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"44eeab27-ea03-409b-9dd8-2e6f1d2484cd\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.248857"], ["updated_at", "2016-10-23 23:24:24.248857"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 44eeab27-ea03-409b-9dd8-2e6f1d2484cd) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"3c382436-1325-4dff-802f-0d46be23534a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.251406"], ["updated_at", "2016-10-23 23:24:24.251406"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 3c382436-1325-4dff-802f-0d46be23534a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"24f652af-a9b6-42c1-a806-2370a74127e9\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.253795"], ["updated_at", "2016-10-23 23:24:24.253795"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 24f652af-a9b6-42c1-a806-2370a74127e9) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fc9bc02a-6dd2-4cef-aa15-bcaf7a1dba29\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.256480"], ["updated_at", "2016-10-23 23:24:24.256480"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fc9bc02a-6dd2-4cef-aa15-bcaf7a1dba29) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"82852012-47ff-4e97-af95-38b5e65a940b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.258853"], ["updated_at", "2016-10-23 23:24:24.258853"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 82852012-47ff-4e97-af95-38b5e65a940b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9dfd8d8b-d0c9-43e6-a818-219d626b4294\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.261206"], ["updated_at", "2016-10-23 23:24:24.261206"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9dfd8d8b-d0c9-43e6-a818-219d626b4294) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"2d808d14-9f96-4b9b-9a6c-115f4c4dce59\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.263605"], ["updated_at", "2016-10-23 23:24:24.263605"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2d808d14-9f96-4b9b-9a6c-115f4c4dce59) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"34dc234a-7311-4458-99e7-e845c5de3cdd\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.265903"], ["updated_at", "2016-10-23 23:24:24.265903"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 34dc234a-7311-4458-99e7-e845c5de3cdd) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:24.267608' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.268899"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.269674"], ["id", 495]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (1.0ms) UserMailer#invite: processed outbound mail in 150.1ms Sent mail to test@mail.com (6.0ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a8687aa_92673ff568c3f9f47423c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.430073"], ["updated_at", "2016-10-23 23:24:24.431192"], ["id", 495]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.433233"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.433983"], ["id", 496]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.6ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a86ad1e_92673ff568c3f9f4743c0@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.438681"], ["updated_at", "2016-10-23 23:24:24.439443"], ["id", 496]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.441229"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.442114"], ["id", 497]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a86ccb3_92673ff568c3f9f474459@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.446387"], ["updated_at", "2016-10-23 23:24:24.447179"], ["id", 497]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.448727"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.449432"], ["id", 498]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a86e973_92673ff568c3f9f474574@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.453775"], ["updated_at", "2016-10-23 23:24:24.454610"], ["id", 498]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.456246"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.457009"], ["id", 499]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a8705f6_92673ff568c3f9f474692@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.461100"], ["updated_at", "2016-10-23 23:24:24.461877"], ["id", 499]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.463575"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.464329"], ["id", 500]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a8722fb_92673ff568c3f9f4747d@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.468505"], ["updated_at", "2016-10-23 23:24:24.469229"], ["id", 500]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.470783"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.471458"], ["id", 501]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a873f5d_92673ff568c3f9f4748fc@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.475751"], ["updated_at", "2016-10-23 23:24:24.476532"], ["id", 501]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.478006"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.478794"], ["id", 502]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a875b01_92673ff568c3f9f474966@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.482790"], ["updated_at", "2016-10-23 23:24:24.483517"], ["id", 502]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.484978"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.485828"], ["id", 503]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a8776ba_92673ff568c3f9f475035@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.5ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.490238"], ["updated_at", "2016-10-23 23:24:24.492025"], ["id", 503]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.494105"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.495007"], ["id", 504]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a879acf_92673ff568c3f9f4751b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.499412"], ["updated_at", "2016-10-23 23:24:24.500194"], ["id", 504]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.501587"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.502310"], ["id", 505]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a87b6f6_92673ff568c3f9f47528a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.506319"], ["updated_at", "2016-10-23 23:24:24.507147"], ["id", 505]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.508686"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.509382"], ["id", 506]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a87d1cd_92673ff568c3f9f475353@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.513187"], ["updated_at", "2016-10-23 23:24:24.514087"], ["id", 506]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.515415"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.516111"], ["id", 507]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a87ec6b_92673ff568c3f9f475445@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.520091"], ["updated_at", "2016-10-23 23:24:24.520868"], ["id", 507]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.522240"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.522979"], ["id", 508]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a8806db_92673ff568c3f9f475573@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.526745"], ["updated_at", "2016-10-23 23:24:24.527671"], ["id", 508]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.529102"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.529842"], ["id", 509]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a882283_92673ff568c3f9f47561c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.533850"], ["updated_at", "2016-10-23 23:24:24.534890"], ["id", 509]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.536453"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.537133"], ["id", 510]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a883e50_92673ff568c3f9f475725@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.541000"], ["updated_at", "2016-10-23 23:24:24.541847"], ["id", 510]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.543202"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.543906"], ["id", 511]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.1ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a88582a_92673ff568c3f9f47585e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.547561"], ["updated_at", "2016-10-23 23:24:24.548311"], ["id", 511]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.549607"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.550271"], ["id", 512]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a88722d_92673ff568c3f9f47596d@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.554232"], ["updated_at", "2016-10-23 23:24:24.555248"], ["id", 512]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.556604"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.557307"], ["id", 513]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a888e43_92673ff568c3f9f4760ac@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.561462"], ["updated_at", "2016-10-23 23:24:24.562175"], ["id", 513]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.563466"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.564194"], ["id", 514]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a88a7eb_92673ff568c3f9f476161@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.568012"], ["updated_at", "2016-10-23 23:24:24.568731"], ["id", 514]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) ROLLBACK  (0.2ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1efe5450-4af0-4d0f-9d3e-c69ded6c491f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:24.576775"], ["updated_at", "2016-10-23 23:24:24.576775"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1efe5450-4af0-4d0f-9d3e-c69ded6c491f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:24.578550' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:24.579453"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:24.580304"], ["id", 519]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:24 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46a88e77f_92673ff568c3f9f476252@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:24.584289"], ["updated_at", "2016-10-23 23:24:24.585050"], ["id", 519]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ----------------------- QueueTest: test_enqueue ----------------------- [ActiveJob]  (0.4ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fa587ba0-6aa7-4c25-afe1-a7d6325cf4e2\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.295362"], ["updated_at", "2016-10-23 23:24:48.295362"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fa587ba0-6aa7-4c25-afe1-a7d6325cf4e2) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.8ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"c539fd8e-d88f-4a87-9a4e-74a8c5293f26\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 23:24:48.306762"], ["updated_at", "2016-10-23 23:24:48.306762"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: c539fd8e-d88f-4a87-9a4e-74a8c5293f26) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"6c1c4ad9-d4c6-4eff-a648-187f3b427f3c\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 23:24:48.311976"], ["updated_at", "2016-10-23 23:24:48.311976"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 6c1c4ad9-d4c6-4eff-a648-187f3b427f3c) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"5145a357-c7d4-4f7b-aff1-0cf913579192\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 23:24:48.315974"], ["updated_at", "2016-10-23 23:24:48.315974"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 5145a357-c7d4-4f7b-aff1-0cf913579192) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"e2226b5c-ece6-46a5-938f-2ae685ff0c47\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 23:24:48.319563"], ["updated_at", "2016-10-23 23:24:48.319563"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: e2226b5c-ece6-46a5-938f-2ae685ff0c47) to Sidejobs(other) Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1c5658be-41d5-4123-a0ff-75f2d3d2b670\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 09:24:48.322522"], ["created_at", "2016-10-23 23:24:48.324139"], ["updated_at", "2016-10-23 23:24:48.324139"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1c5658be-41d5-4123-a0ff-75f2d3d2b670) to Sidejobs(mailers) at 2016-10-24 09:24:48 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"fa316c37-b79a-4eec-87ce-a15d6e0a5cfa\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 09:24:48.322522"], ["created_at", "2016-10-23 23:24:48.328056"], ["updated_at", "2016-10-23 23:24:48.328056"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: fa316c37-b79a-4eec-87ce-a15d6e0a5cfa) to Sidejobs(high_priority) at 2016-10-24 09:24:48 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"d0e6a4fd-b5e3-436e-8016-5c88a154c155\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 09:24:48.322522"], ["created_at", "2016-10-23 23:24:48.335717"], ["updated_at", "2016-10-23 23:24:48.335717"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: d0e6a4fd-b5e3-436e-8016-5c88a154c155) to Sidejobs(default) at 2016-10-24 09:24:48 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (1.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"a957c026-b84f-4bca-9d0c-8a15f8b62b8c\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 09:24:48.322522"], ["created_at", "2016-10-23 23:24:48.340528"], ["updated_at", "2016-10-23 23:24:48.340528"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: a957c026-b84f-4bca-9d0c-8a15f8b62b8c) to Sidejobs(low_priority) at 2016-10-24 09:24:48 UTC Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"2c2dd5df-2e26-4b8a-bb3c-891acdaea5c8\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 09:24:48.322522"], ["created_at", "2016-10-23 23:24:48.345800"], ["updated_at", "2016-10-23 23:24:48.345800"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 2c2dd5df-2e26-4b8a-bb3c-891acdaea5c8) to Sidejobs(other) at 2016-10-24 09:24:48 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.3ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"5fe2269c-904c-4b3f-bf89-a0b3abeacfd0\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 23:24:48.352249"], ["updated_at", "2016-10-23 23:24:48.352249"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: 5fe2269c-904c-4b3f-bf89-a0b3abeacfd0) to Sidejobs(default) Sidejobs::Job Load (1.1ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:48.356538' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.358617"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.359540"], ["id", 530]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 23:24:48.364899"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 23:24:48.365754"], ["id", 530]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:48.367556' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.368523"], ["attempts", 2], ["updated_at", "2016-10-23 23:24:48.369338"], ["id", 530]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 23:24:48.371337"], ["updated_at", "2016-10-23 23:24:48.373449"], ["id", 530]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:48.376519' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.377870"], ["attempts", 3], ["updated_at", "2016-10-23 23:24:48.379044"], ["id", 530]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 23:24:48.381440"], ["updated_at", "2016-10-23 23:24:48.382238"], ["id", 530]]  (1.0ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (1.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:48.386637' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0ca8b2fe-7775-4fd2-9952-cd63603745b2\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.394643"], ["updated_at", "2016-10-23 23:24:48.394643"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0ca8b2fe-7775-4fd2-9952-cd63603745b2) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d18fd5ae-0c56-422c-9d17-1e6dda3fac27\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.397623"], ["updated_at", "2016-10-23 23:24:48.397623"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d18fd5ae-0c56-422c-9d17-1e6dda3fac27) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8e93f661-16c6-4c27-98cc-fc08f6b8e037\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.400339"], ["updated_at", "2016-10-23 23:24:48.400339"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8e93f661-16c6-4c27-98cc-fc08f6b8e037) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fe2233a2-b22f-441c-a4b5-492203b4b416\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.402538"], ["updated_at", "2016-10-23 23:24:48.402538"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fe2233a2-b22f-441c-a4b5-492203b4b416) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"86c1d952-4c5a-4d82-b502-ea564e7d498e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.404885"], ["updated_at", "2016-10-23 23:24:48.404885"]] [ActiveJob]  (0.3ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 86c1d952-4c5a-4d82-b502-ea564e7d498e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8b473c09-f32b-4ccd-ba5d-94250dc869af\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.408130"], ["updated_at", "2016-10-23 23:24:48.408130"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8b473c09-f32b-4ccd-ba5d-94250dc869af) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"322749ae-4dee-45e2-adc4-c1285c5bcef6\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.410631"], ["updated_at", "2016-10-23 23:24:48.410631"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 322749ae-4dee-45e2-adc4-c1285c5bcef6) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"70ea90e5-cf26-4706-b42f-0e7c255140d1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.413082"], ["updated_at", "2016-10-23 23:24:48.413082"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 70ea90e5-cf26-4706-b42f-0e7c255140d1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fe796626-8fdf-4aac-ba84-c055db1c5ef1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.415319"], ["updated_at", "2016-10-23 23:24:48.415319"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fe796626-8fdf-4aac-ba84-c055db1c5ef1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"2b8f1e7a-564c-4a41-a7f5-2e87bcaa2030\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.417589"], ["updated_at", "2016-10-23 23:24:48.417589"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2b8f1e7a-564c-4a41-a7f5-2e87bcaa2030) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"03030849-803f-415e-a038-9f585458869c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.419738"], ["updated_at", "2016-10-23 23:24:48.419738"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 03030849-803f-415e-a038-9f585458869c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"536d6462-e080-47a2-8848-25ceafa5a363\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.422556"], ["updated_at", "2016-10-23 23:24:48.422556"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 536d6462-e080-47a2-8848-25ceafa5a363) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"c063bfae-bddf-48c8-9a80-13acbfba2d26\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.425795"], ["updated_at", "2016-10-23 23:24:48.425795"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: c063bfae-bddf-48c8-9a80-13acbfba2d26) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b460b4fe-909b-4ff0-88e1-9dba28752bd2\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.428997"], ["updated_at", "2016-10-23 23:24:48.428997"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b460b4fe-909b-4ff0-88e1-9dba28752bd2) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"6f7a8277-9198-48cd-a1a1-61951513407a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.431683"], ["updated_at", "2016-10-23 23:24:48.431683"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6f7a8277-9198-48cd-a1a1-61951513407a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fa1f0f23-4d29-4c3a-9349-437b4aa5c2f7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.434090"], ["updated_at", "2016-10-23 23:24:48.434090"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fa1f0f23-4d29-4c3a-9349-437b4aa5c2f7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"bb34d1a1-ecd0-4417-bbd9-8407e7f8e577\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.436667"], ["updated_at", "2016-10-23 23:24:48.436667"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: bb34d1a1-ecd0-4417-bbd9-8407e7f8e577) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d1560eea-aca0-41ae-ad63-bfa43a0de06e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.440103"], ["updated_at", "2016-10-23 23:24:48.440103"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d1560eea-aca0-41ae-ad63-bfa43a0de06e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"47f3cbf2-29f2-4e3b-bc9d-a890146c795b\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.442967"], ["updated_at", "2016-10-23 23:24:48.442967"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 47f3cbf2-29f2-4e3b-bc9d-a890146c795b) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d2b61919-3f0c-44c6-a6c7-8ddc2dbc673c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.445357"], ["updated_at", "2016-10-23 23:24:48.445357"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d2b61919-3f0c-44c6-a6c7-8ddc2dbc673c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"ab759c25-ef82-4e6f-a45c-e9fa433a8783\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.447782"], ["updated_at", "2016-10-23 23:24:48.447782"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ab759c25-ef82-4e6f-a45c-e9fa433a8783) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9186efaf-df77-4c4a-900f-794abee42372\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.450017"], ["updated_at", "2016-10-23 23:24:48.450017"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9186efaf-df77-4c4a-900f-794abee42372) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0a0d6b7b-2eb4-4452-be5d-66b41bcf7f75\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.452185"], ["updated_at", "2016-10-23 23:24:48.452185"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0a0d6b7b-2eb4-4452-be5d-66b41bcf7f75) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d04260a6-a597-476b-8db6-a77df7818c11\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.454348"], ["updated_at", "2016-10-23 23:24:48.454348"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d04260a6-a597-476b-8db6-a77df7818c11) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:48.456282' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.457544"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.458298"], ["id", 531]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.9ms) UserMailer#invite: processed outbound mail in 151.6ms Sent mail to test@mail.com (4.6ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c096a6e_928c3fee6803fa0c71873@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.619008"], ["updated_at", "2016-10-23 23:24:48.620127"], ["id", 531]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.622188"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.623045"], ["id", 532]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c099090_928c3fee6803fa0c7196@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.627657"], ["updated_at", "2016-10-23 23:24:48.628427"], ["id", 532]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.629965"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.630661"], ["id", 533]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c09ac6d_928c3fee6803fa0c72049@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.634751"], ["updated_at", "2016-10-23 23:24:48.635623"], ["id", 533]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.637121"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.638063"], ["id", 534]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.6ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c09cb99_928c3fee6803fa0c7217b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.643091"], ["updated_at", "2016-10-23 23:24:48.643973"], ["id", 534]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.645776"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.646723"], ["id", 535]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c09ed18_928c3fee6803fa0c72217@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.651367"], ["updated_at", "2016-10-23 23:24:48.652218"], ["id", 535]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.653786"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.654455"], ["id", 536]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0a08ec_928c3fee6803fa0c72373@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.658389"], ["updated_at", "2016-10-23 23:24:48.659131"], ["id", 536]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.660585"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.661269"], ["id", 537]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0a2315_928c3fee6803fa0c7241c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.665123"], ["updated_at", "2016-10-23 23:24:48.665858"], ["id", 537]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.667265"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.668000"], ["id", 538]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0a3dd6_928c3fee6803fa0c72547@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.671919"], ["updated_at", "2016-10-23 23:24:48.672657"], ["id", 538]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.674040"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.674752"], ["id", 539]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0a58fb_928c3fee6803fa0c72692@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.679150"], ["updated_at", "2016-10-23 23:24:48.680140"], ["id", 539]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.682643"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.683617"], ["id", 540]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0a8131_928c3fee6803fa0c727f6@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.689233"], ["updated_at", "2016-10-23 23:24:48.690126"], ["id", 540]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.691622"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.692358"], ["id", 541]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0a9d69_928c3fee6803fa0c72820@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.696399"], ["updated_at", "2016-10-23 23:24:48.697150"], ["id", 541]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.698488"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.699180"], ["id", 542]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0ab78f_928c3fee6803fa0c729b9@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.703175"], ["updated_at", "2016-10-23 23:24:48.703922"], ["id", 542]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.705298"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.706040"], ["id", 543]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0ad3c0_928c3fee6803fa0c73090@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.710309"], ["updated_at", "2016-10-23 23:24:48.711075"], ["id", 543]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.712526"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.713395"], ["id", 544]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0aeecc_928c3fee6803fa0c731b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.717385"], ["updated_at", "2016-10-23 23:24:48.718133"], ["id", 544]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.719561"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.720256"], ["id", 545]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0b09be_928c3fee6803fa0c732cb@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.724270"], ["updated_at", "2016-10-23 23:24:48.725017"], ["id", 545]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.726382"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.727075"], ["id", 546]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0b24a0_928c3fee6803fa0c73398@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.730997"], ["updated_at", "2016-10-23 23:24:48.731751"], ["id", 546]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.733128"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.733806"], ["id", 547]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0b3ebc_928c3fee6803fa0c734fe@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.737901"], ["updated_at", "2016-10-23 23:24:48.738963"], ["id", 547]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.740778"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.741538"], ["id", 548]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.6ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0b6199_928c3fee6803fa0c735ab@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.4ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.747225"], ["updated_at", "2016-10-23 23:24:48.748882"], ["id", 548]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.750484"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.751294"], ["id", 549]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0b8364_928c3fee6803fa0c736b2@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.755328"], ["updated_at", "2016-10-23 23:24:48.756170"], ["id", 549]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.757622"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.758316"], ["id", 550]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0b9e5f_928c3fee6803fa0c737d@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.762168"], ["updated_at", "2016-10-23 23:24:48.762951"], ["id", 550]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.767282"], ["updated_at", "2016-10-23 23:24:48.768035"], ["id", 554]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:48.769774' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.770780"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.771558"], ["id", 551]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0bd30e_928c3fee6803fa0c738d9@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.775753"], ["updated_at", "2016-10-23 23:24:48.776510"], ["id", 551]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.777958"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.778666"], ["id", 552]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0bee00_928c3fee6803fa0c739d6@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.782539"], ["updated_at", "2016-10-23 23:24:48.783301"], ["id", 552]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.784679"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.785422"], ["id", 553]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0c097b_928c3fee6803fa0c740a9@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.789630"], ["updated_at", "2016-10-23 23:24:48.790808"], ["id", 553]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"72ceba24-524f-4854-ac85-ef591e5db7b7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:24:48.795789"], ["updated_at", "2016-10-23 23:24:48.795789"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 72ceba24-524f-4854-ac85-ef591e5db7b7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:24:48.797528' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:24:48.798403"], ["attempts", 1], ["updated_at", "2016-10-23 23:24:48.799131"], ["id", 555]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:24:48 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d46c0c3e47_928c3fee6803fa0c741e4@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:24:48.803105"], ["updated_at", "2016-10-23 23:24:48.803844"], ["id", 555]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_pulling ------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.2ms) BEGIN ----------------------- QueueTest: test_enqueue ----------------------- [ActiveJob]  (0.9ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.7ms) 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\":\"5477c590-2747-4a80-b815-a33e4a30325d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:08.088389"], ["updated_at", "2016-10-23 23:26:08.088389"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5477c590-2747-4a80-b815-a33e4a30325d) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"4ae468fe-2fbf-40ce-b59f-f3d2923e3cb8\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 23:26:08.098271"], ["updated_at", "2016-10-23 23:26:08.098271"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 4ae468fe-2fbf-40ce-b59f-f3d2923e3cb8) to Sidejobs(high_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"caed3b7b-eec8-400a-94a8-7949252dcf36\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 23:26:08.102424"], ["updated_at", "2016-10-23 23:26:08.102424"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: caed3b7b-eec8-400a-94a8-7949252dcf36) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"e678d123-43e9-4830-9111-092a21af7e46\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 23:26:08.106489"], ["updated_at", "2016-10-23 23:26:08.106489"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: e678d123-43e9-4830-9111-092a21af7e46) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"21195f31-6a2d-4885-8bce-cf29f4e58ce4\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 23:26:08.110732"], ["updated_at", "2016-10-23 23:26:08.110732"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: 21195f31-6a2d-4885-8bce-cf29f4e58ce4) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"86265fee-c174-4c6c-a27d-93f742d0bb0d\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 09:26:08.113467"], ["created_at", "2016-10-23 23:26:08.114457"], ["updated_at", "2016-10-23 23:26:08.114457"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 86265fee-c174-4c6c-a27d-93f742d0bb0d) to Sidejobs(mailers) at 2016-10-24 09:26:08 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"55515819-2d83-4d56-bafb-cdcd4e8c58ca\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 09:26:08.113467"], ["created_at", "2016-10-23 23:26:08.118725"], ["updated_at", "2016-10-23 23:26:08.118725"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 55515819-2d83-4d56-bafb-cdcd4e8c58ca) to Sidejobs(high_priority) at 2016-10-24 09:26:08 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"bba15767-5923-474f-9a90-0a5ee34e6b7d\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 09:26:08.113467"], ["created_at", "2016-10-23 23:26:08.126793"], ["updated_at", "2016-10-23 23:26:08.126793"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: bba15767-5923-474f-9a90-0a5ee34e6b7d) to Sidejobs(default) at 2016-10-24 09:26:08 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.6ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"4ad5ae42-3058-488f-865d-4cb5aca5f26c\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 09:26:08.113467"], ["created_at", "2016-10-23 23:26:08.130397"], ["updated_at", "2016-10-23 23:26:08.130397"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 4ad5ae42-3058-488f-865d-4cb5aca5f26c) to Sidejobs(low_priority) at 2016-10-24 09:26:08 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"a2445105-fc6b-4883-b043-8b3fe0e620bd\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 09:26:08.113467"], ["created_at", "2016-10-23 23:26:08.133601"], ["updated_at", "2016-10-23 23:26:08.133601"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: a2445105-fc6b-4883-b043-8b3fe0e620bd) to Sidejobs(other) at 2016-10-24 09:26:08 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (1.2ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:08.266083' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (1.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:12.322029' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) BEGIN ------------------------ DaemonTest: test_pulling ------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.7ms) 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\":\"66b71d99-9a16-4c83-a70f-0bfc88436aa1\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.362488"], ["updated_at", "2016-10-23 23:26:32.362488"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 66b71d99-9a16-4c83-a70f-0bfc88436aa1) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0b4482a3-d87c-4d5f-817c-d9f8afdf3c18\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.367008"], ["updated_at", "2016-10-23 23:26:32.367008"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0b4482a3-d87c-4d5f-817c-d9f8afdf3c18) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.4ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"43d230e3-9887-4a07-8ba7-0f259ebaef2e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.371197"], ["updated_at", "2016-10-23 23:26:32.371197"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 43d230e3-9887-4a07-8ba7-0f259ebaef2e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.5ms) 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\":\"788ed2db-4982-4838-8ef1-814ea86fabda\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.374787"], ["updated_at", "2016-10-23 23:26:32.374787"]] [ActiveJob]  (0.5ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 788ed2db-4982-4838-8ef1-814ea86fabda) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b2b1e777-3914-4d3e-bfaf-106ead79aa0a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.379315"], ["updated_at", "2016-10-23 23:26:32.379315"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b2b1e777-3914-4d3e-bfaf-106ead79aa0a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"6144e84b-6945-43a3-bf9d-d6e1564196ab\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.382075"], ["updated_at", "2016-10-23 23:26:32.382075"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6144e84b-6945-43a3-bf9d-d6e1564196ab) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"29a6fa8a-137c-4ed7-92f2-8c0a277df72e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.385009"], ["updated_at", "2016-10-23 23:26:32.385009"]] [ActiveJob]  (0.4ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 29a6fa8a-137c-4ed7-92f2-8c0a277df72e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"736b8aba-7e00-437a-b666-e564d03f1e27\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.388835"], ["updated_at", "2016-10-23 23:26:32.388835"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 736b8aba-7e00-437a-b666-e564d03f1e27) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f483a7f7-8096-4a0e-9466-7ff542234f55\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.393380"], ["updated_at", "2016-10-23 23:26:32.393380"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f483a7f7-8096-4a0e-9466-7ff542234f55) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7a1a7d75-7c59-46f7-b1c7-d9c894c06c41\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.397199"], ["updated_at", "2016-10-23 23:26:32.397199"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7a1a7d75-7c59-46f7-b1c7-d9c894c06c41) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8fc752e4-b501-471e-af28-b7ff37ee1b5a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.399729"], ["updated_at", "2016-10-23 23:26:32.399729"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8fc752e4-b501-471e-af28-b7ff37ee1b5a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"f1ff5f2a-86dd-4c8b-b1b5-23f30606b752\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.402915"], ["updated_at", "2016-10-23 23:26:32.402915"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: f1ff5f2a-86dd-4c8b-b1b5-23f30606b752) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.5ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"65c7a2ad-6b2c-405b-84ac-02ad479c553a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.409142"], ["updated_at", "2016-10-23 23:26:32.409142"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 65c7a2ad-6b2c-405b-84ac-02ad479c553a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"6aba88e3-a490-4045-b936-67ca23791138\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.413590"], ["updated_at", "2016-10-23 23:26:32.413590"]] [ActiveJob]  (0.3ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 6aba88e3-a490-4045-b936-67ca23791138) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7aa7784a-824e-492d-a6c4-c375ba250a8e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.416833"], ["updated_at", "2016-10-23 23:26:32.416833"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7aa7784a-824e-492d-a6c4-c375ba250a8e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.4ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a949195d-dd3d-4de1-9818-a304e193b324\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.419984"], ["updated_at", "2016-10-23 23:26:32.419984"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a949195d-dd3d-4de1-9818-a304e193b324) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"8dcfa06b-8538-4802-880e-13383ba3453a\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.423635"], ["updated_at", "2016-10-23 23:26:32.423635"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 8dcfa06b-8538-4802-880e-13383ba3453a) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"045b3f85-1e63-4dce-bc6a-42c763ec1730\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.427878"], ["updated_at", "2016-10-23 23:26:32.427878"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 045b3f85-1e63-4dce-bc6a-42c763ec1730) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4ccbd87d-d555-4856-81c0-43f2597b3f02\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.430562"], ["updated_at", "2016-10-23 23:26:32.430562"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4ccbd87d-d555-4856-81c0-43f2597b3f02) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4508053c-dc15-4ece-8d3f-14cd1ae31068\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.433235"], ["updated_at", "2016-10-23 23:26:32.433235"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4508053c-dc15-4ece-8d3f-14cd1ae31068) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"70633762-9012-42a8-a5ae-c482affb0433\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.436325"], ["updated_at", "2016-10-23 23:26:32.436325"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 70633762-9012-42a8-a5ae-c482affb0433) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4d1f146f-e9be-49e1-9e4a-549e2cb4fd69\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.439779"], ["updated_at", "2016-10-23 23:26:32.439779"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4d1f146f-e9be-49e1-9e4a-549e2cb4fd69) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"9db2d69d-c10c-4ba4-801c-0d38835b39ac\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.443605"], ["updated_at", "2016-10-23 23:26:32.443605"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 9db2d69d-c10c-4ba4-801c-0d38835b39ac) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"593918d4-7c1c-40f1-b8c0-7c6703957ef0\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.446906"], ["updated_at", "2016-10-23 23:26:32.446906"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 593918d4-7c1c-40f1-b8c0-7c6703957ef0) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (1.7ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:32.451030' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.453958"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.455297"], ["id", 566]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (1.0ms) UserMailer#invite: processed outbound mail in 165.6ms Sent mail to test@mail.com (4.5ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d47289ae69_92af3ff929c3fa0c647b@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.636459"], ["updated_at", "2016-10-23 23:26:32.637547"], ["id", 566]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.639460"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.640195"], ["id", 567]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d47289d300_92af3ff929c3fa0c65fb@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.644556"], ["updated_at", "2016-10-23 23:26:32.645585"], ["id", 567]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.647113"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.647826"], ["id", 568]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d47289ef22_92af3ff929c3fa0c66f1@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.651764"], ["updated_at", "2016-10-23 23:26:32.652539"], ["id", 568]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.654118"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.654814"], ["id", 569]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728a0afe_92af3ff929c3fa0c67c7@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.658966"], ["updated_at", "2016-10-23 23:26:32.659765"], ["id", 569]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.661289"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.661978"], ["id", 570]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728a27a5_92af3ff929c3fa0c682@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.666583"], ["updated_at", "2016-10-23 23:26:32.667504"], ["id", 570]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.669204"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.669961"], ["id", 571]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728a48b2_92af3ff929c3fa0c6940@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.674829"], ["updated_at", "2016-10-23 23:26:32.675706"], ["id", 571]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.677357"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.678085"], ["id", 572]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728a65e8_92af3ff929c3fa0c70c1@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.682240"], ["updated_at", "2016-10-23 23:26:32.683011"], ["id", 572]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.684501"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.685287"], ["id", 573]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.6ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728a81b9_92af3ff929c3fa0c71d3@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.689696"], ["updated_at", "2016-10-23 23:26:32.690694"], ["id", 573]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.692217"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.693225"], ["id", 574]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728aa169_92af3ff929c3fa0c7249@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.697457"], ["updated_at", "2016-10-23 23:26:32.698216"], ["id", 574]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.699573"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.700286"], ["id", 575]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.1ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728abe0d_92af3ff929c3fa0c73a4@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.704760"], ["updated_at", "2016-10-23 23:26:32.705596"], ["id", 575]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.707675"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.708445"], ["id", 576]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.9ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728adeec_92af3ff929c3fa0c74a8@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.713586"], ["updated_at", "2016-10-23 23:26:32.714518"], ["id", 576]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.716059"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.716809"], ["id", 577]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728afc18_92af3ff929c3fa0c757c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.720655"], ["updated_at", "2016-10-23 23:26:32.721396"], ["id", 577]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.723064"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.724430"], ["id", 578]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728b1b25_92af3ff929c3fa0c7681@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.728585"], ["updated_at", "2016-10-23 23:26:32.729448"], ["id", 578]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.731040"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.731779"], ["id", 579]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.0ms Sent mail to test@mail.com (1.6ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728b39a2_92af3ff929c3fa0c7746@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.736547"], ["updated_at", "2016-10-23 23:26:32.737440"], ["id", 579]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.738863"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.739605"], ["id", 580]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728b5593_92af3ff929c3fa0c788a@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.743543"], ["updated_at", "2016-10-23 23:26:32.744319"], ["id", 580]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.745948"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.746912"], ["id", 581]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728b72db_92af3ff929c3fa0c79cd@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.751039"], ["updated_at", "2016-10-23 23:26:32.751797"], ["id", 581]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.753202"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.754045"], ["id", 582]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.1ms) UserMailer#invite: processed outbound mail in 1.3ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728b92cb_92af3ff929c3fa0c80f7@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.759323"], ["updated_at", "2016-10-23 23:26:32.760221"], ["id", 582]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.761635"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.762334"], ["id", 583]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728baed4_92af3ff929c3fa0c81c4@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.766416"], ["updated_at", "2016-10-23 23:26:32.767226"], ["id", 583]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.769121"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.770076"], ["id", 584]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728bcce3_92af3ff929c3fa0c824c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.774078"], ["updated_at", "2016-10-23 23:26:32.774964"], ["id", 584]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.776399"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.777111"], ["id", 585]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.0ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728be918_92af3ff929c3fa0c83b8@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.781441"], ["updated_at", "2016-10-23 23:26:32.782260"], ["id", 585]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.786751"], ["updated_at", "2016-10-23 23:26:32.787482"], ["id", 589]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:32.789370' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.790484"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.791416"], ["id", 586]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728c20f5_92af3ff929c3fa0c8433@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.795730"], ["updated_at", "2016-10-23 23:26:32.796648"], ["id", 586]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.798094"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.798833"], ["id", 587]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.7ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728c3d93_92af3ff929c3fa0c85ec@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.803144"], ["updated_at", "2016-10-23 23:26:32.803987"], ["id", 587]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.805482"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.806202"], ["id", 588]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728c5acc_92af3ff929c3fa0c8612@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.810424"], ["updated_at", "2016-10-23 23:26:32.811207"], ["id", 588]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"88f05049-00cc-4a55-bbbd-54d211371121\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 23:26:32.817267"], ["updated_at", "2016-10-23 23:26:32.817267"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: 88f05049-00cc-4a55-bbbd-54d211371121) to Sidejobs(default) Sidejobs::Job Load (0.8ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:32.819017' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.820725"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.822105"], ["id", 590]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 23:26:32.824264"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 23:26:32.825162"], ["id", 590]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:32.827040' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.827927"], ["attempts", 2], ["updated_at", "2016-10-23 23:26:32.828697"], ["id", 590]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 23:26:32.830365"], ["updated_at", "2016-10-23 23:26:32.831025"], ["id", 590]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:32.832585' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.833427"], ["attempts", 3], ["updated_at", "2016-10-23 23:26:32.834180"], ["id", 590]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 23:26:32.836019"], ["updated_at", "2016-10-23 23:26:32.836843"], ["id", 590]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:32.838366' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.2ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7fa842ce-e1f8-4548-9489-926d7ee3a448\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:32.841512"], ["updated_at", "2016-10-23 23:26:32.841512"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7fa842ce-e1f8-4548-9489-926d7ee3a448) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:32.843201' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:32.844023"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:32.844759"], ["id", 591]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.0ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:26:32 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d4728cf3b6_92af3ff929c3fa0c87bb@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:32.849729"], ["updated_at", "2016-10-23 23:26:32.851038"], ["id", 591]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------------- ProcessorTest: test_retries --------------------------- [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ShareProductsJob\",\"job_id\":\"22847cd6-74e8-4dca-968f-f6e0effc9412\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 23:26:37.340212"], ["updated_at", "2016-10-23 23:26:37.340212"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ShareProductsJob (Job ID: 22847cd6-74e8-4dca-968f-f6e0effc9412) to Sidejobs(default) Sidejobs::Job Load (1.0ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:37.346736' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.349344"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.350360"], ["id", 592]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "error" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "failing"], ["failed_at", "2016-10-23 23:26:37.357218"], ["error", "Social network unavailable"], ["updated_at", "2016-10-23 23:26:37.358589"], ["id", 592]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:37.361025' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.362210"], ["attempts", 2], ["updated_at", "2016-10-23 23:26:37.364351"], ["id", 592]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 23:26:37.366599"], ["updated_at", "2016-10-23 23:26:37.367388"], ["id", 592]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:37.369229' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.370216"], ["attempts", 3], ["updated_at", "2016-10-23 23:26:37.371029"], ["id", 592]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "failed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "failing"], ["failed_at", "2016-10-23 23:26:37.372955"], ["updated_at", "2016-10-23 23:26:37.373799"], ["id", 592]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:37.379973' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------- ProcessorTest: test_batch ------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"fd77c2cf-6150-4ff8-b3df-d9ab86f6841e\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.388575"], ["updated_at", "2016-10-23 23:26:37.388575"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: fd77c2cf-6150-4ff8-b3df-d9ab86f6841e) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0f1e2727-d26b-4c04-98b6-895d29cce6e4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.391260"], ["updated_at", "2016-10-23 23:26:37.391260"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0f1e2727-d26b-4c04-98b6-895d29cce6e4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d4609de9-db1d-4808-8cd1-3ce2a783b1e4\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.394692"], ["updated_at", "2016-10-23 23:26:37.394692"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d4609de9-db1d-4808-8cd1-3ce2a783b1e4) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"2e0baf03-446d-476e-b76c-3539992401fd\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.398315"], ["updated_at", "2016-10-23 23:26:37.398315"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 2e0baf03-446d-476e-b76c-3539992401fd) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"d228fbd0-83b1-44b5-88eb-e70f6bdf8599\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.400719"], ["updated_at", "2016-10-23 23:26:37.400719"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: d228fbd0-83b1-44b5-88eb-e70f6bdf8599) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"04dc4e59-0077-4679-834a-e03731fb7728\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.403137"], ["updated_at", "2016-10-23 23:26:37.403137"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 04dc4e59-0077-4679-834a-e03731fb7728) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"94617fa1-f0ba-434e-920c-871d759da651\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.405376"], ["updated_at", "2016-10-23 23:26:37.405376"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 94617fa1-f0ba-434e-920c-871d759da651) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"53457a09-1742-4023-8fc2-c8acb4ec67ab\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.408158"], ["updated_at", "2016-10-23 23:26:37.408158"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 53457a09-1742-4023-8fc2-c8acb4ec67ab) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"649c2a3f-a76f-4772-8f4b-30f0e1d71ba8\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.410954"], ["updated_at", "2016-10-23 23:26:37.410954"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 649c2a3f-a76f-4772-8f4b-30f0e1d71ba8) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"7eb0e789-a6a5-445d-bbb7-5ea21e4aabc7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.413525"], ["updated_at", "2016-10-23 23:26:37.413525"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 7eb0e789-a6a5-445d-bbb7-5ea21e4aabc7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"e740898a-b641-46e9-9783-aee6500108b6\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.416083"], ["updated_at", "2016-10-23 23:26:37.416083"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: e740898a-b641-46e9-9783-aee6500108b6) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"ca6451f3-fb63-40b7-b88a-32988225d88f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.418904"], ["updated_at", "2016-10-23 23:26:37.418904"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ca6451f3-fb63-40b7-b88a-32988225d88f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.6ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"a1a59274-1860-46ee-9a8d-5502825f0f7f\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.421434"], ["updated_at", "2016-10-23 23:26:37.421434"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: a1a59274-1860-46ee-9a8d-5502825f0f7f) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"bb6183b6-a83b-41ad-b3b5-fb803383bf20\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.426711"], ["updated_at", "2016-10-23 23:26:37.426711"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: bb6183b6-a83b-41ad-b3b5-fb803383bf20) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"57ec3f12-44a1-475a-b3b8-055841870718\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.429198"], ["updated_at", "2016-10-23 23:26:37.429198"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 57ec3f12-44a1-475a-b3b8-055841870718) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4bd49dfa-a42a-4b1b-aa11-53cbe96aca40\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.431649"], ["updated_at", "2016-10-23 23:26:37.431649"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4bd49dfa-a42a-4b1b-aa11-53cbe96aca40) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"5c68e42d-7756-461c-b6ee-68cbf1f293a8\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.434119"], ["updated_at", "2016-10-23 23:26:37.434119"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 5c68e42d-7756-461c-b6ee-68cbf1f293a8) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0aa02871-f268-41fa-823c-ac7f454df144\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.436433"], ["updated_at", "2016-10-23 23:26:37.436433"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0aa02871-f268-41fa-823c-ac7f454df144) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"1226daeb-d9be-4971-bbdd-6ed4c5bbb3df\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.439776"], ["updated_at", "2016-10-23 23:26:37.439776"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 1226daeb-d9be-4971-bbdd-6ed4c5bbb3df) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"abfe5a5b-9e69-41a3-95db-e6a1f6ae6a39\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.442854"], ["updated_at", "2016-10-23 23:26:37.442854"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: abfe5a5b-9e69-41a3-95db-e6a1f6ae6a39) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"b58be927-c0fc-424b-be76-07144c0afae7\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.445795"], ["updated_at", "2016-10-23 23:26:37.445795"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: b58be927-c0fc-424b-be76-07144c0afae7) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"259d6553-0e67-4269-992c-a941c68b1fa9\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.449465"], ["updated_at", "2016-10-23 23:26:37.449465"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 259d6553-0e67-4269-992c-a941c68b1fa9) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"810c4e4e-7b16-46a7-8647-8e748db24a0c\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.452378"], ["updated_at", "2016-10-23 23:26:37.452378"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 810c4e4e-7b16-46a7-8647-8e748db24a0c) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.4ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"74c41622-85df-4322-86aa-24b3813f7905\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.455344"], ["updated_at", "2016-10-23 23:26:37.455344"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 74c41622-85df-4322-86aa-24b3813f7905) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:37.457631' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.459793"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.460855"], ["id", 593]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.7ms) UserMailer#invite: processed outbound mail in 143.2ms Sent mail to test@mail.com (6.9ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472d9572c_92ce3fce36c3fa0c356d1@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.615704"], ["updated_at", "2016-10-23 23:26:37.617703"], ["id", 593]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.619826"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.620559"], ["id", 594]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (2.2ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472d98763_92ce3fce36c3fa0c357a8@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.625990"], ["updated_at", "2016-10-23 23:26:37.627240"], ["id", 594]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.629992"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.630765"], ["id", 595]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.7ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472d9b003_92ce3fce36c3fa0c35811@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.635648"], ["updated_at", "2016-10-23 23:26:37.636462"], ["id", 595]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.638177"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.638889"], ["id", 596]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.2ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472d9da5a_92ce3fce36c3fa0c3597f@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.646571"], ["updated_at", "2016-10-23 23:26:37.647629"], ["id", 596]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.649338"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.650076"], ["id", 597]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.0ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472d9fd43_92ce3fce36c3fa0c360f1@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (1.5ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.655572"], ["updated_at", "2016-10-23 23:26:37.656769"], ["id", 597]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.660975"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.662732"], ["id", 598]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472da2e11_92ce3fce36c3fa0c36178@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.668106"], ["updated_at", "2016-10-23 23:26:37.669011"], ["id", 598]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.670730"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.671477"], ["id", 599]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.5ms Sent mail to test@mail.com (2.0ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472da5119_92ce3fce36c3fa0c36255@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.4ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.677492"], ["updated_at", "2016-10-23 23:26:37.678898"], ["id", 599]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.681384"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.682388"], ["id", 600]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.6ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472da79fd_92ce3fce36c3fa0c363f0@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.687696"], ["updated_at", "2016-10-23 23:26:37.688874"], ["id", 600]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.691651"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.693310"], ["id", 601]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472daa84a_92ce3fce36c3fa0c364cc@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.699376"], ["updated_at", "2016-10-23 23:26:37.700652"], ["id", 601]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.702376"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.703317"], ["id", 602]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (2.0ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472dacaa8_92ce3fce36c3fa0c365cf@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (1.2ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.708430"], ["updated_at", "2016-10-23 23:26:37.711176"], ["id", 602]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.713446"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.714636"], ["id", 603]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (2.0ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472daf9b9_92ce3fce36c3fa0c366a2@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.6ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.720596"], ["updated_at", "2016-10-23 23:26:37.722471"], ["id", 603]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.724972"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.726447"], ["id", 604]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.2ms) UserMailer#invite: processed outbound mail in 1.5ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472db2a8e_92ce3fce36c3fa0c367a9@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.4ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.732725"], ["updated_at", "2016-10-23 23:26:37.733918"], ["id", 604]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.735618"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.736368"], ["id", 605]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.7ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472db49ec_92ce3fce36c3fa0c368ce@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.8ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.741138"], ["updated_at", "2016-10-23 23:26:37.742853"], ["id", 605]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.744779"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.745566"], ["id", 606]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472db6ef7_92ce3fce36c3fa0c3699c@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.750166"], ["updated_at", "2016-10-23 23:26:37.750900"], ["id", 606]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.753135"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.753993"], ["id", 607]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.0ms Sent mail to test@mail.com (1.9ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472db91fa_92ce3fce36c3fa0c370c3@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.5ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.759570"], ["updated_at", "2016-10-23 23:26:37.760940"], ["id", 607]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.763107"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.764202"], ["id", 608]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.3ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472dbb81d_92ce3fce36c3fa0c37150@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.768873"], ["updated_at", "2016-10-23 23:26:37.769723"], ["id", 608]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.771362"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.772045"], ["id", 609]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (2.2ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472dbd7e9_92ce3fce36c3fa0c372f0@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.5ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.777452"], ["updated_at", "2016-10-23 23:26:37.778860"], ["id", 609]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.781041"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.781877"], ["id", 610]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.1ms) UserMailer#invite: processed outbound mail in 2.0ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472dc0482_92ce3fce36c3fa0c373b9@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.788494"], ["updated_at", "2016-10-23 23:26:37.789474"], ["id", 610]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.791445"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.792500"], ["id", 611]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.2ms Sent mail to test@mail.com (1.8ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472dc2b58_92ce3fce36c3fa0c37483@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.8ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.798587"], ["updated_at", "2016-10-23 23:26:37.800414"], ["id", 611]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.802467"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.803328"], ["id", 612]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.5ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472dc4f27_92ce3fce36c3fa0c375e1@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (1.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.808052"], ["updated_at", "2016-10-23 23:26:37.810399"], ["id", 612]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]] Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.816299"], ["updated_at", "2016-10-23 23:26:37.817119"], ["id", 616]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:37.818856' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.820149"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.820998"], ["id", 613]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.1ms Sent mail to test@mail.com (2.1ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472dc9824_92ce3fce36c3fa0c37610@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.5ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.826826"], ["updated_at", "2016-10-23 23:26:37.828298"], ["id", 613]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.830537"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.831559"], ["id", 614]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.9ms Sent mail to test@mail.com (1.4ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472dcbf71_92ce3fce36c3fa0c37724@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.836298"], ["updated_at", "2016-10-23 23:26:37.837157"], ["id", 614]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.838746"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.839502"], ["id", 615]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 1.2ms Sent mail to test@mail.com (2.5ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472dce219_92ce3fce36c3fa0c37845@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.845481"], ["updated_at", "2016-10-23 23:26:37.846678"], ["id", 615]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "complete"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "processing"]]  (0.2ms) SELECT COUNT(*) FROM "sidejobs" WHERE "sidejobs"."status" = $1 [["status", "pending"]]  (0.2ms) ROLLBACK  (0.1ms) BEGIN --------------------------- ProcessorTest: test_process --------------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"4594410e-476b-4538-abde-ede059f45018\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.852181"], ["updated_at", "2016-10-23 23:26:37.852181"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4594410e-476b-4538-abde-ede059f45018) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:37.854296' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "processed_at" = $2, "attempts" = $3, "updated_at" = $4 WHERE "sidejobs"."id" = $5 [["status", "processing"], ["processed_at", "2016-10-23 23:26:37.855204"], ["attempts", 1], ["updated_at", "2016-10-23 23:26:37.855958"], ["id", 617]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered user_mailer/invite.text.erb (0.0ms) UserMailer#invite: processed outbound mail in 0.8ms Sent mail to test@mail.com (1.2ms) Date: Sun, 23 Oct 2016 20:26:37 -0300 From: test@mail.com To: test@mail.com Message-ID: <580d472dd1e3b_92ce3fce36c3fa0c3793e@imac-de-matt.mail> Subject: Invite Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "sidejobs" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "sidejobs"."id" = $4 [["status", "complete"], ["completed_at", "2016-10-23 23:26:37.860463"], ["updated_at", "2016-10-23 23:26:37.861306"], ["id", 617]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.2ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------ GeneratorsTest: test_file_generation ------------------------------------  (0.2ms) ROLLBACK  (0.1ms) BEGIN ----------------------- QueueTest: test_enqueue ----------------------- [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"0cfa8dea-39aa-4751-bb32-723c62fe7fa6\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["created_at", "2016-10-23 23:26:37.871574"], ["updated_at", "2016-10-23 23:26:37.871574"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 0cfa8dea-39aa-4751-bb32-723c62fe7fa6) to Sidejobs(mailers) with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.4ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.3ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"4b88069f-eac3-4d71-a85d-23604b883ea5\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["created_at", "2016-10-23 23:26:37.877308"], ["updated_at", "2016-10-23 23:26:37.877308"]] [ActiveJob]  (0.5ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: 4b88069f-eac3-4d71-a85d-23604b883ea5) to Sidejobs(high_priority) Sidejobs::Job Load (0.6ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"c39a8d76-ba48-4bc6-9ea0-901f5eb25e48\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["created_at", "2016-10-23 23:26:37.882964"], ["updated_at", "2016-10-23 23:26:37.882964"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: c39a8d76-ba48-4bc6-9ea0-901f5eb25e48) to Sidejobs(default) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"e28cb111-2db8-4ff5-8427-c22be395df07\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["created_at", "2016-10-23 23:26:37.887445"], ["updated_at", "2016-10-23 23:26:37.887445"]] [ActiveJob]  (0.2ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: e28cb111-2db8-4ff5-8427-c22be395df07) to Sidejobs(low_priority) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"d9acfc52-b65d-4508-986d-76b83140348e\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["created_at", "2016-10-23 23:26:37.891424"], ["updated_at", "2016-10-23 23:26:37.891424"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: d9acfc52-b65d-4508-986d-76b83140348e) to Sidejobs(other) Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.2ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ActionMailer::DeliveryJob\",\"job_id\":\"ee2c372b-ee8c-4889-968b-fa78fb849969\",\"queue_name\":\"mailers\",\"arguments\":[\"UserMailer\",\"invite\",\"deliver_now\",\"test@mail.com\"],\"locale\":\"en\"}"], ["queue", "mailers"], ["priority", 80], ["scheduled_at", "2016-10-24 09:26:37.894128"], ["created_at", "2016-10-23 23:26:37.895143"], ["updated_at", "2016-10-23 23:26:37.895143"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: ee2c372b-ee8c-4889-968b-fa78fb849969) to Sidejobs(mailers) at 2016-10-24 09:26:37 UTC with arguments: "UserMailer", "invite", "deliver_now", "test@mail.com" Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"ChargeSubscriptionsJob\",\"job_id\":\"a89aec58-184f-4517-bd02-a8ccc4c4f004\",\"queue_name\":\"high_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "high_priority"], ["priority", 60], ["scheduled_at", "2016-10-24 09:26:37.894128"], ["created_at", "2016-10-23 23:26:37.898460"], ["updated_at", "2016-10-23 23:26:37.898460"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ChargeSubscriptionsJob (Job ID: a89aec58-184f-4517-bd02-a8ccc4c4f004) to Sidejobs(high_priority) at 2016-10-24 09:26:37 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"SendNewslettersJob\",\"job_id\":\"85d6e655-d6fe-4c0e-9022-00f215dc60eb\",\"queue_name\":\"default\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "default"], ["priority", 40], ["scheduled_at", "2016-10-24 09:26:37.894128"], ["created_at", "2016-10-23 23:26:37.901663"], ["updated_at", "2016-10-23 23:26:37.901663"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued SendNewslettersJob (Job ID: 85d6e655-d6fe-4c0e-9022-00f215dc60eb) to Sidejobs(default) at 2016-10-24 09:26:37 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.3ms) INSERT INTO "sidejobs" ("data", "queue", "priority", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["data", "{\"job_class\":\"UpdateExchangesJob\",\"job_id\":\"9e3a996b-ff3e-4b38-a319-d40d124a2fc8\",\"queue_name\":\"low_priority\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "low_priority"], ["priority", 20], ["scheduled_at", "2016-10-24 09:26:37.894128"], ["created_at", "2016-10-23 23:26:37.904483"], ["updated_at", "2016-10-23 23:26:37.904483"]] [ActiveJob]  (0.1ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued UpdateExchangesJob (Job ID: 9e3a996b-ff3e-4b38-a319-d40d124a2fc8) to Sidejobs(low_priority) at 2016-10-24 09:26:37 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1 [ActiveJob]  (0.1ms) SAVEPOINT active_record_1 [ActiveJob] SQL (0.2ms) INSERT INTO "sidejobs" ("data", "queue", "scheduled_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["data", "{\"job_class\":\"ClearGuestUsersJob\",\"job_id\":\"e33be5a8-866e-4b2d-ae90-d2f5e9faaea8\",\"queue_name\":\"other\",\"arguments\":[],\"locale\":\"en\"}"], ["queue", "other"], ["scheduled_at", "2016-10-24 09:26:37.894128"], ["created_at", "2016-10-23 23:26:37.907521"], ["updated_at", "2016-10-23 23:26:37.907521"]] [ActiveJob]  (0.3ms) RELEASE SAVEPOINT active_record_1 [ActiveJob] Enqueued ClearGuestUsersJob (Job ID: e33be5a8-866e-4b2d-ae90-d2f5e9faaea8) to Sidejobs(other) at 2016-10-24 09:26:37 UTC Sidejobs::Job Load (0.3ms) SELECT "sidejobs".* FROM "sidejobs" ORDER BY "sidejobs"."id" DESC LIMIT 1  (0.1ms) ROLLBACK  (0.1ms) BEGIN ------------------------ DaemonTest: test_process ------------------------ Sidejobs::Job Load (16.6ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:37.974188' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20 Sidejobs::Job Load (1.5ms) SELECT "sidejobs".* FROM "sidejobs" WHERE "sidejobs"."status" IN ('pending', 'failing') AND (attempts < 3) AND (scheduled_at <= '2016-10-23 23:26:42.077630' OR scheduled_at IS NULL) ORDER BY "sidejobs"."priority" DESC LIMIT 20  (0.2ms) BEGIN ------------------------ DaemonTest: test_pulling ------------------------  (0.2ms) ROLLBACK